Web Hosting Talk







View Full Version : Is this normal?


JCranfill
08-26-2001, 12:26 AM
12:17am up 11 days, 16:31, 1 user, load average: 0.00, 0.03, 0.05
51 processes: 50 sleeping, 1 running, 0 zombie, 0 stopped
CPU states: 0.6% user, 3.4% system, 0.0% nice, 95.9% idle
Mem: 307200K av, 72032K used, 235168K free, 0K shrd, 0K buff
Swap: 0K av, 0K used, 0K free 0K cached

PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND
27198 root 16 0 844 844 656 R 0 2.7 0.2 0:01 top
26839 root 1 0 1520 1488 1196 S 0 0.6 0.4 0:00 sshd
1 root 0 0 64 0 0 SW 0 0.0 0.0 0:00 init
12178 root 0 0 172 120 84 S 0 0.0 0.0 0:03 crond
12205 root 0 0 364 352 276 S 0 0.0 0.1 0:04 inetd
12213 root 0 0 540 444 356 S 0 0.0 0.1 1:08 sshd
12220 root 0 0 336 268 208 S 0 0.0 0.0 3:06 vknetmand
12284 root 0 0 10120 8816 884 S 0 0.0 2.8 1:07 python
12290 root 0 0 624 52 36 S 0 0.0 0.0 0:10 ocwhttpd
12291 nobody 0 0 664 108 72 S 0 0.0 0.0 0:00 ocwhttpd
12292 nobody 0 0 1836 1512 1176 S 0 0.0 0.4 0:02 ocwhttpd
12293 nobody 0 0 1964 1648 1284 S 0 0.0 0.5 0:02 ocwhttpd
12294 nobody 0 0 1880 1576 1184 S 0 0.0 0.5 0:02 ocwhttpd
12295 nobody 0 0 1884 1592 1208 S 0 0.0 0.5 0:11 ocwhttpd
12296 nobody 0 0 1864 1560 1180 S 0 0.0 0.5 0:02 ocwhttpd
12304 root 0 0 144 0 0 SW 0 0.0 0.0 0:00 safe_mysqld
12334 mysql 0 0 1948 1820 1400 S 0 0.0 0.5 0:00 mysqld

DHWWnet
08-26-2001, 01:09 AM
Originally posted by JCranfill
Swap: 0K av, 0K used, 0K free 0K cached


?

JCranfill
08-26-2001, 01:13 AM
I hope yer not asking ME...heh...BTW, the server supposedly has 128mb installed...assuming the rest is cache...which is appearantly unused at this point?

DHWWnet
08-26-2001, 01:17 AM
it looks like you don't have a swap file.

JCranfill
08-26-2001, 06:14 PM
Anyway I can confirm if I have one setup or not?

Jedito
08-26-2001, 07:20 PM
Originally posted by JCranfill
Anyway I can confirm if I have one setup or not?
Setup?:eek:
If you mean swap..no you don't have a swap partition

JCranfill
08-26-2001, 08:48 PM
Ok...is that a problem? Server seems to run quickly enough, never had a problem with it...BTW...if I have no swap file, does that mean I actually have that much physiscal memory installed?

Jm4n
08-26-2001, 10:33 PM
Try this:

cat /proc/meminfo
cat /etc/fstab

The first command will show you exactly where you're at memory-wise. The second will show your mount points, look for one called "swap" (it's possible you have one but for some odd reason it's not mounted) (Linux uses a swap partition, not a file, which makes it difficult to add one if you don't have one configured).

A swap partition isn't absolutely required, but if you have any processes that decide to consume a lot of RAM, you may run into problems. It's generally good practice to have one...

JCranfill
08-26-2001, 10:59 PM
Hmmm...this bothers me...Anybody else here with a BSE server from OLM.net that can confirm if they have one or not? Because appearantly I don't!