Admin-Ahead Community

Linux => General Linux => Topic started by: dustin on November 01, 2013, 08:56:59 pm

Title: Different Top commands
Post by: dustin on November 01, 2013, 08:56:59 pm
Different Top commands

==
1. Top : to see the load

2. IfTop : This one will help you know who currently uses the bandwidth of your server. You will see the IP address and hostname of the other party as well as the data transfer rates in and out of these connections. Finally, at the bottom you have peaks, current rates and cumulative data transfers, in and out, and with the 1, 5 and 15 minutes averages…

3. MyTop : This one is fairly simple. It show top SQL requests made to the MySQL server, what the request is exactly (INSERT, UPDATE, DELETE, etc.), who is the user making the request, on which database and for how much time (in seconds) the query has been running.
==