Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:top [2009/04/04 16:53] Nicopublic:top [2019/03/17 14:59] (current) – powertop Nico
Line 1: Line 1:
 ====== top ====== ====== top ======
-the classic top util, used for real-time process list+the classic [[http://sourceforge.net/projects/unixtop/|top]] util, used for real-time process list
 ====== htop ====== ====== htop ======
-top on steroids: color display, bar-graph per-CPU usage +[[http://htop.sourceforge.net/|top on steroids]]: color display, bar-graph per-CPU usage 
  
 ====== apache-top ====== ====== apache-top ======
-[[http://freshmeat.net/projects/apache-top/|apache-top]] is used to parse the server-status/ apache page (usage: apache-top.py http://servername/server-status)+[[http://www.fr3nd.net/projects/apache-top/|apache-top]] is used to parse the server-status/ apache page (usage: apache-top.py http://servername/server-status, so the server needs - obviously - mod_status)
  
 Note: Not to be confused with [[http://freshmeat.net/projects/apachetop/|apachetop]], which use apache's log files instead. Note: Not to be confused with [[http://freshmeat.net/projects/apachetop/|apachetop]], which use apache's log files instead.
Line 13: Line 13:
  
 ====== mtop ====== ====== mtop ======
-MySQL real-time monitoring. access MySQL using the "mysqltop" user with no password by default, so create on the MySQL server.+[[http://mtop.sourceforge.net/|MySQL real-time monitoring]]. access MySQL using the "mysqltop" user with no password by default, so create on the MySQL server.
  
 +====== iotop ======
 +[[http://guichaz.free.fr/iotop/|iotop]] monitors, well, i/o.
  
 +[[http://www.debianadmin.com/iotop-simple-top-like-io-monitor.html|Debian-admin article]]
  
 +====== pftop ======
 +[[http://www.eee.metu.edu.tr/~canacar/pftop/|pftop]] is a simple monitoring tool for pf, the [[http://www.openbsd.org/faq/faq6.html#PF|packet filter]] for [[http://www.openbsd.org/|OpenBSD]].
  
 +====== gotop ======
 +[[https://github.com/cjbassi/gotop|gotop]] top utility with beautiful text-graphs, written in go.
  
 +====== ctop ======
 +[[https://ctop.sh/|ctop]] monitors containers.
 +
 +====== powertop ======
 +[[https://01.org/powertop/|Powertop]] is a Linux tool to diagnose issues with power consumption and power management.