I would like to share with you the following four monitoring tools: htop-interactiveprocessviewer interactive process monitoring. You probably know how to view the real-time process status of your machine. If you do not know, use the top command. to view the command instructions, use mantop. htop as the top extension Linux server.
I would like to share with you the following four monitoring tools:
Htop-interactive process viewer interactive process monitoring
You probably know how to view the real-time process status of the local machine. If you do not know, use the top command. to view the command instructions, use man top.
Htop is an extended version of top, allowing you to monitor processes more comprehensively (such as full command display, visualization, gui, and ui) and interact with each other by clicking the mouse, more extensive instructions on how to manage processes.
For installation, see:
$ Sudo apt-get install htop
Screenshot:
-From my OS X terminal in my Debian 7 box
Iotop-simple top-like I/O monitor I/O monitoring
Iotop can monitor IO in real time. It displays the detailed write read/write (IO) information of the monitored process.
It can also be used with tcpdump to monitor network conditions. If you know that some actions are being performed on port 80, you can use this command to view more port details.
The most useful information to list is the disk write column, from which we can see how many K/s each process IO is.
For installation, see:
$ Sudo apt-get install iotop
Screenshot:
Apachetop-display real-time web server statistics server-side real-time data
Apachetop displays the real-time status table of http requests received by the Apache server.
It displays the status, clicks, and requests. Request Details. you can also see ongoing actions.
If you are using Nginx, it also has a similar tool, but it is not as detailed as what apachetop gives
For installation, see:
$ Sudo apt-get install apachetop
Screenshot:
Glances-CLI curses based monitoring tool
Glances displays some useful real-time dynamic data in different columns. The goal is to use the smallest space to display as much useful information as possible. In fact, this is true.
Glances monitors PerCPU, load, memory, data exchange, network, disk I/O, and load data and processes. although no interaction function is provided, no detailed information is displayed, however, it is sufficient to obtain an overview of the information.
For installation, see:
$ Sudo apt-get install glances
Screenshot:
Address: http://aarvik.dk/four-linux-server-monitoring-and-management-tools/