The folks over at VMware Labs continue to pump out awesome new Flings and just yesterday, they released another one called VistualEsxtop, which is an enhanced version of esxtop and resxtop. It is no surprise, the Fling was developed by VMware Engineers working in the Performance group such as Priya Sethuraman, Zhelong Pan, Haiping Yang and Joanna Guan, some of which who helped develop the original esxtop utility.
VisualEsxtop can connect to directly to an ESX(i) host or a vCenter Server and provides support going all the way back to ESXi 3.5 or vCenter Server 4.0. Here is a summary of all the features for VisualEsxtop:
Features
- Live connection to ESX host or vCenter Server
- Flexible way of batch output
- Load batch output and replay them
- Multiple windows to display different data at the same time
- Line chart for selected performance counters
- Flexible counter selection and filtering
- Embedded tooltip for counter description
- Color coding for important counters
While reading the instructions, I noticed VisualEsxtop is supported on both Windows and Linux and is loaded by a simple .bat or .sh script. So I wondered if it could run on Mac OS X? Well, it turns out the script uses a utility called readlink which does not operate the same on Mac OS X and will thrown an error. However, since VisualEsxtop is just a Java application, you can manually load the VisualEsxtop and the necessary library files.
To do so, you just need to change into the visaulEsxtop directory and run the following command:
java -cp lib/vtop-ui.jar com.vmware.vtop.VTopMain
Note: For ease of use, you can even create a shell script which executes the command so you do not have to type it out each time.
You should now see visualEsxtop launch after executing the above command:
One really cool feature of VisualEsxtop is the use of color coating for important counters and issues. In the screenshot below, you can see I have a VM that is dropping packets and it is automatically highlighted for me.
I would highly recommend you check out VisualEsxtop and add this to your toolbelt of tools for troubleshooting and diagnosing performance issues in a vSphere environment! If you have any feedback or questions for the engineers, please leave them in the comment section of the VisualEsxtop Fling.
vExpert2012 says
I added a
export JAVA_OPTS=-Xmx2048m
to the script per the README, to help prevent the
"java.lang.OutOfMemoryError: Java heap space" I got without it
Great tool - now we need trending/heatmap visualizations !
Anonymous says
FWIW:
$ more /Users/brown/Downloads/visualEsxtop/visualEsxtop.bash
#!/bin/bash
#Set your own java options in environment variable JAVA_OPTS
#For example, to give it a larger heap
# export JAVA_OPTS=-Xmx1024m
#SCRIPT=$(readlink -f $0)
SCRIPT=$0
#echo $SCRIPT
SCRIPTPATH=`dirname $SCRIPT`
java $JAVA_OPTS -cp "$SCRIPTPATH/lib/vtop-ui.jar" com.vmware.vtop.VTopMain $@
Unknown says
Guys, hope you can help. I'm attempting to load all batch file into visualesxtop. The file is around 700mb in size. When attempting to load the data into the program I am faced with the java.lang.OutOfMemoryError: Java heap space error.
I have tried adding the line into the visualesxtop.bat file in the following format, however the memory error is still present:
setlocal enableddelayedexpansion
java %export JAVA_OPTS=-xmx2048% -cp "%~dp0\lib\vtop-ui.jar" com.vmware.vtop.vtopmain %*
Have I used the correct format above? Any ideas where I am going wrong
Paul Tran says
Cool tools - For some reason I'm not able to login to vCenter. I'm getting this error "Connection failed: com.vmware.vtop.data.VTopDataException: Cannot fine ES....