I have been working with resxtop 5.0 and I am having an issue collecting only a subset of the available stats. I have configured resxtop in interactive mode, saved the configuration to a new config file. I can run resxtop -c config_file and it loads resxtop interactively showing only the stats I specified.
The issue occurs when I refrence the same config file in batch mode. It ends up outputting all the stats to the .csv instead of just the ones I am looking for.
I run this command: resxtop --server esxiHost --username root -c config_file -b -d 2 -n 30 >output.csv
The config file looks like this:
abcdefghij
abcdefghijklmnopq
AbCDEfGhiJkl
AbcdeFGhIjklmnOP
abcdefgh
abcdefghijklmno
abcdef
abcde
5p
I am using latest vMA 5.0.0.1 build 643553
I am running the vMA on a host running esxi 4.1.0
I have run it against both esxi 4.1 hosts as well as 5.0
I would like to capture only the subset to make it easier to gather the details we care about rather than having to manage the rather large .csv that is created.
Please let me know if any more information is required.
Thanks for the help.