Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Different Top commands  (Read 2527 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
Different Top commands
« 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.
==