Wednesday, August 6, 2014

Learning How To Use Esxtop

Esxtop explained in 10 minutes.

What it is:

Esxtop is a command found inside of the esxi hosts that can be used to determine issues regarding cpu, memory, disk and network. By default, esxtop shows cpu related activity but this can be changed to display memory, disk and network related activity by pressing different keys on the keyboard.

 The esxtop defaults to cpu related information. That is the "C" option.

What you see here is one virtual machine using the cpu 100%. Notice how this vm is using logical cpu 0. Notice the fields %USED and %RDY. The first one is about 100% while the other one is close to 0%. This shows that the vm is pretty much never waiting to have access to the logical cpu. Notice the field %MLMTD is equals to 0 since there is no cpu limit implemented.


What follows is an example of two identical vms fighting for the same cpu. They have equal shares. Notice how %USD drops to about 50% while %RDY jumps to about 50%. This shows that one vm is using the cpu, the other one waits and vice-versa.


What follows is an example of having one vm have twice the cpu shares compared to the other one. Notice the relationship of shares with %USD and %RDY. Notice the 66% vs 33% ratio.


After powering off the other vm, a limit was implemented for the remaining vm. The cpu was limited to close to 50%.


 Here is the "M" option for memory. At the top you can see that this esxi host has 4gbs of RAM (PMEM/MB. Notice this shows Transparent Page Sharing activity, Ballooning activity, Compression and Swapping. When looking at the vm line, notice this vm was given 4gb. The hypervisor has granted him 4gbs without a problem (GRANT). Also notice that there is no ballooning, compression or swapping yet.


Similar capture; this time after implementing a memory limit on this vm. This triggers the memory reclamation techniques previously mentioned.


 You can see disk related activity at the hba level by using the "D" option. Notice DAVG (device average latency) and KAVG (kernel average latency). You can also see reads x second, writes x second and so forth.


You can see disk related activity at the individual disk level by using the "U" option. This displays both disks with vmfs file systems and nfs datastores. This shows the internal disk and the cd/dvd. No activity was taking place while the capture was taken. Other fields of importance are ACTV and QUED; nothing active and nothing in the queue.


You can see disk related information by individual vm by using lower case "V". Notice you can see latency related information when it comes to reads and writes.


Here is the "N" option for networking. Notice the fields of dropped outbound and inbound packets.


You can use the "F" option to add or remove columns for any of the views. The ones with the "*" are already showing, the ones without the "*" are not.


You can use the "H" option for help.


You can use the "S" option to change how often esxtop refreshes. The default is 5 seconds. This can be lowered or increased.


The "Q" option quits the utility.





No comments:

Post a Comment

Note: Only a member of this blog may post a comment.