Still having on and off troubles with my hosts server speed. Their default answer is to blame slow sql queries then when you prove to them that there were only 3 slow queries in the last hour, then they go "wait a minute" and put me on hold for 10 - 20 minutes.
Then they tell me that I have too many processes running. So I ssh into the system and run top and get the following.
My questions are the following:Code:[email protected] [~]# top -u user top - 12:11:26 up 92 days, 19:33, 4 users, load average: 28.51, 46.37, 74.41 Tasks: 1554 total, 9 running, 1507 sleeping, 0 stopped, 38 zombie Cpu(s): 72.7%us, 14.4%sy, 4.1%ni, 8.0%id, 0.5%wa, 0.0%hi, 0.2%si, 0.0%st Mem: 33012580k total, 31901192k used, 1111388k free, 978424k buffers Swap: 25164792k total, 1277252k used, 23887540k free, 21180840k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 30640 user 20 0 206m 18m 6764 S 5.6 0.1 0:00.17 php5 28971 user 20 0 13812 2264 828 R 1.6 0.0 0:00.52 top 10973 user 20 0 84484 1468 920 S 0.0 0.0 0:00.04 sshd
Obviously the tasks showing are me logged into the server but the task line shows 1554 tasks running. Are those MY tasks or the whole server?
The memory line: Is that MY memory usage or the whole server?
Looks to me like there are too many sleeping and zombie processes using up all the servers memory. Again are these processes MINE or the whole server?
JOhn ><>



Reply With Quote

