1834771 Members
2965 Online
110070 Solutions
New Discussion

strange process

 
SOLVED
Go to solution
juno2
Super Advisor

strange process

my HP unix 11.0 is running very slowly, how can i datailly check what strange process is in our system ? thx.
6 REPLIES 6
Olav Baadsvik
Esteemed Contributor
Solution

Re: strange process



Hello,

You could start with the command top to
see what processes take the most of your cpu.

If this does not give you any clue you could
try glance.

Olav
Michael Tully
Honored Contributor

Re: strange process

Hi Juno,

Suggest you have a look at the two system admin postings. Thse have an abundance of scripts that can be utilised for a variety of things including some automated system check routines. Some of them quite quite good.

There are three tools basically utilised to check processes. These are top/glance/ps

There are several things that can be check several times a day.

Backup success/failure
Filesystem space monitoring/growth
CPU utilisation, you can use top/glance/sar
Swap utilisation, swapinfo/glance
log file entries. mail/syslog/EMS events/security files, last/lastb

HTH
Michael
Anyone for a Mutiny ?
Khalid A. Al-Tayaran
Valued Contributor

Re: strange process

Use top to see which process is using a lot of CPU time..

Also check if you have zombi processes.. ps -efl | more

Other isseus might be hardware: How much RAM you've got?

What cpu speed.. ??

juno2
Super Advisor

Re: strange process

we have two host that connected with leased line , now the packet is very high that the speed of transcation is very slow , how to check what the strange process or any error in both system ? thx.
juno2
Super Advisor

Re: strange process

I check the leased line is very stable , can suggest how to check any error between two hosts ? thx
Michael Burbury
Frequent Advisor

Re: strange process

A netstat -s will show you network packet statistics, may help in seeing if you get many connection drops or timeouts or other network related issues.