Server load watch
High loads are horror for server admins. It is sometimes not easy to find which software or script killing the box. Top command shows some information but detailed enaugh. This code below shows more details of top 20 and sorts by cpu usage.
ps aux | head -1 ; ps aux | sort -rn +2 | head -20
Similar entries
- Nagios killing server
- Redirect webpages with HTML, PHP, .htaccess, Java+Script, CGI-Perl, ASP.NET and ColdFusion
- Page generation time and http-referers with PHP
- web development tool Firebug for Firefox
- Filezilla and plain-text clear, unsecure password storage
- Using "Linux Find" command to get human readable directory sizes in public_html
- Register Globals Emulator for PHP
- Do I need Iptables, Lokkit Firewall and APF same time?
- Mysql Order / Sort by before Group by
- Mozilla Firefox vs Microsoft Internet Explorer
- Do I need suexec, suphp, php-suhosin, mod_security same time?
- Url manipulation with mod_rewrite and php-catcher for beginners
- How to find your operating system information & version on Linux
- Remove underline from text-links (html-tag a)
- A HTML-Example Page
- Ubuntu or CentOS or Fedora Linux or Debian on a Webserver (LAMP) ?
- Failed to modify server : AWstats reporting is already enabled for this domain
- Javascript Frameworks and Ajax Jquery
- Could not fetch uid or gid for : root (Cpanel / WHM)
- CuteFTP or FTP Client lists just 1998 / 2000 files

Comments
Post new comment