Hello, I have a dedicted server with 2GB of RAM, here is what 'top' says about memory usage: Mem: 2074504k total, 1935712k used, 138792k free, 49124k buffers Thats about 1.95GB of that memore being used, what is happening? Any clues about even where shall i start to look for touble? Mor einformation for admins: CPU GenuineIntel, Intel(R) Pentium(R) 4 CPU 3.00GHz Version psa v7.5.3_build75050607.13 os_FedoraCore 2 OS Linux 2.6.11.9-050512a System Uptime: 167 day(s) 07:11 Code (markup): Thanks in advance.
Hello, Top command shows overall details. use other command to get in to more deep to know which proccess is using more memory cpu Use ps -ux Displays running processes, with CPU/Memory usage ps -x Displays processes your running ps -a Displays all processes running kill <pid> Kills a process
Hello doga, thanks for the reply.. but i know all that, i am a almost a decade on linux systems.. ;-) The problem is that all running processes report using 0.0% CPU and 0.0% memory, server load is also 0.0% in general if i "uptime" or "top" to see that.. Any more suggestions, thanks