I have a home server sometimes running at a high CPU usage rate of about 50 to 70 percents.
In htop, my favorite process manager, I can sort the processes by CPU usage, but often there isn't any process consuming more than 0 % CPU.
hello everybody.
I have installed fedora 17(64 bit) on my laptop with ubuntu 11.10 and windows 7 in triple boot.
When i check the system monitor and see the RESOURCE tab. the memory usage is always around 470 Mb to 560 Mb.
I want to have a whole list of all the processes with their memory usage.
I want to sum up the memory usage of similar processes (i.e. processes with the same name or the same father process)
How can I do that, e.g. with command line tools?
This is my first question here and i may not be very well versed with AIX too. But neverthless i am trying to solve the problem at hand and this is what i am stuck with.
We have an AIX 6.1 machine up and running. But the CPU usage as shown on topas seems to be always 100%. (user ~70% + kernel ~30%).
I'm running Ubuntu server 12.04 on a computer at home, granted it's a netbook so there's not a lot of performance to squeeze out of it, but I'm still wondering about the memory usage I'm seeing from /usr/sbin/mysqld.
When I run htop and sort by memory usage, I get 16 processes on top, all of them running from the mysqluser and pointing at the command /usr/sbin/mysqld.
There are several discussions complaining high memory usage of PHP-FPM, without any practical approach to overcome. As I explored the problem with numerous tests, the problem is related to the age of PHP-FPM age.
Imagine we have pm.max_children = 10, and have a PHP script consuming 10M memory. One expects needing 100MB of MB. This is correct for the first 10 processes.
On Windows 7 and Windows 2008 SP2, how can I view who or what is using up my memory?
I know how to get memory usage of a process with given pid,
but how to get the memory usage of a task?
If I understand it correctly, a task/application may have multiple processes.
If so, then the question becomes how to know the processes(pids) of a task?
I'm not sure how to diagnose this problem and was hoping someone could point me in the right direction.
I have a website in code igniter that has hundreds of processes running and is tanking my cpu usage. If I restart mysql all the processes die and then CPU goes back to 2% usage, wait 3 days and it's back to 70%+ usage.