I found a convenient program to view the current load on the network. Called iptraf. The most interesting thing for me in this program is the detailed load on a specific interface, indicating the outgoing and incoming traffic, the number of packets, etc.
Category: Monitoring
Articles on various methods of monitoring the operation of the server, applications, sites, etc.
mytop: MySQL monitoring
MyTOP is a console application for monitoring active processes and the total MySQL server load. Almost like htop.
Requirements:
- Perl 5.005 or newer
- Getopt :: Long
- DBI and DBD :: mysql
- Term :: ReadKey