Koozali.org: home of the SME Server

55% cpu load all the time?? Eneo-sysmon

Dirk Jullens

55% cpu load all the time?? Eneo-sysmon
« on: August 07, 2002, 07:38:26 PM »
Hello All

Im using the eneo sysmonitor.

My cpuload shows 55% all the time.

I have a dual p2 300 mhz hp server

Which cpu does the graph represent?

Is it normal a constant cpu load?

Txs in advance

ryan

Re: 55% cpu load all the time?? Eneo-sysmon
« Reply #1 on: August 07, 2002, 08:09:46 PM »
I have about 100 users on 5.1.2 and cpuload for weekly report is:

Maximal load:  2.430    CPU:  58.56%
Avg load:   0.034        CPU:  0.88%
Current Load: 0.052    CPU:  1.98%

Running on PIII 500 single CPU Compaq Deskpro with 256MB RAM

Services:

Proxy
Squidguard
Sarg
Apache, Qmail, FTP running, but not used
IPSEC VPN to 2 other locations
PPTP VPN for 6 users

I have 3 other SME 5.1.2 boxes, all about the same config, each has similar stats on sysmon.  

Hope this helps you find an answer.

Ryan

Jon Blakely

Re: 55% cpu load all the time?? Eneo-sysmon
« Reply #2 on: August 08, 2002, 04:26:13 AM »
Dirk,

You can check your cpu load by entering into console mode as root

[root@blah]# top

you will get a display like

 11:17am  up 1 day, 12:09,  1 user,  load average: 0.09, 0.49, 0.41
82 processes: 81 sleeping, 1 running, 0 zombie, 0 stopped
CPU states:  0.9% user,  0.2% system,  0.0% nice, 32.7% idle
Mem:   523800K av,  441756K used,   82044K free,       0K shrd,  342416K buff
Swap:  264952K av,       0K used,  264952K free                   22000K cached

  PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME COMMAND
15076 root      10   0  1056 1056   832 R     1.9  0.2   0:00 top
    1 root       0   0   516  516   444 S     0.0  0.0   0:06 init
    2 root       0   0     0    0     0 SW    0.0  0.0   0:00 kflushd
    3 root       0   0     0    0     0 SW    0.0  0.0   0:00 kupdate
    4 root       0   0     0    0     0 SW    0.0  0.0   0:02 kswapd
    5 root       0   0     0    0     0 SW    0.0  0.0   0:00 keventd
    6 root     -20 -20     0    0     0 SW<   0.0  0.0   0:00 mdrecoveryd
    9 root     -20 -20     0    0     0 SW<   0.0  0.0   0:00 raid1d

You can sort the results by cpu usage by typing P (note capital p)
This will show you which process is loading up your cpu.
Exit top by typing q

Jon

Dirk Jullens

Re: 55% cpu load all the time?? Eneo-sysmon
« Reply #3 on: August 08, 2002, 10:42:42 AM »
Checked it and it doesnt look so bad as sysmon said :D

Txs jon and ryan