Monday, July 30, 2012

Limiting CPU Usages in Linux using cpulimit

January 27, 2010 by  
Filed under cPanel, General, Helm, HyperVM, Kloxo, Plesk, Webmin

You might have already know how to check the CPU usages of any process. However, worried about any process consuming too much CPU? You should know, you can control the CPU usages of any process by CPU limiter. cpulimit is a free software to limit the CPU of any process. Here is the excepts from [...]

How do I find out Linux Resource utilization to detect system bottlenecks?

October 9, 2009 by  
Filed under General

vmstat command reports information about processes, memory, paging, block IO, traps, and cpu activity. However, a real advantage of vmstat command output – is to the point and (concise) easy to read/understand. The output of vmstat command use to help identify system bottlenecks. Please note that Linux vmstat does not count itself as a running [...]