Memory Issue?
Hi:- I am relatively new to linux and especially to SuSe.
Users are complaining about poor performance on a server. CPU seems to be okay. It seems like it's using a fair amount of memory - but there doesn't appear to be anything that's hogging the memory.
#free:
total used free shared buffers cached
Mem: 4138016 4085152 52864 0 457896 2547044
-/+ buffers/cache: 1080212 3057804
Swap: 2097136 176080 1921056
#top:
1:32pm up 71 days, 13:05, 6 users, load average: 0.00, 0.00, 0.00
479 processes: 478 sleeping, 1 running, 0 zombie, 0 stopped
CPU0 states: 0.1% user, 34.1% system, 0.0% nice, 64.0% idle
CPU1 states: 0.1% user, 0.0% system, 0.0% nice, 99.0% idle
Mem: 4138016K av, 4084112K used, 53904K free, 0K shrd, 457912K buff
Swap: 2097136K av, 176080K used, 1921056K free 2547312K cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
16015 root 21 0 1324 1324 716 R 35.0 0.0 0:01 top
23776 oracle 15 0 117M 117M 23668 S 1.9 2.8 7:25 java
23588 oracle 15 0 117M 117M 23668 S 0.6 2.8 1:30 java
23823 oracle 15 0 117M 117M 23668 S 0.6 2.8 4:26 java
1 root 15 0 100 88 64 S 0.0 0.0 0:46 init
2 root 0K 0 0 0 0 SW 0.0 0.0 0:00 migration_CPU0
3 root 0K 0 0 0 0 SW 0.0 0.0 0:00 migration_CPU1
4 root 15 0 0 0 0 SW 0.0 0.0 0:00 keventd
5 root 34 19 0 0 0 SWN 0.0 0.0 0:19 ksoftirqd_CPU0
6 root 34 19 0 0 0 SWN 0.0 0.0 0:19 ksoftirqd_CPU1
7 root 15 0 0 0 0 SW 0.0 0.0 1:03 kswapd
8 root 39 0 0 0 0 SW 0.0 0.0 0:00 bdflush
9 root 15 0 0 0 0 SW 0.0 0.0 1:06 kupdated
10 root 15 0 0 0 0 SW 0.0 0.0 0:04 kinoded
12 root 25 0 0 0 0 SW 0.0 0.0 0:00 mdrecoveryd
15 root 0 -20 0 0 0 SW< 0.0 0.0 0:00 lvm-mpd
Is there an easy way to find out what is eating up the memory?
Thanks
|