Batch mode allows you to collect and save resource utilization statistics in a file.
To run in batch mode, you must first prepare for batch mode.
- Run resxtop (or esxtop) in interactive mode.
- In each of the panels, select the columns you want.
- Save this configuration to a file (by default ~/.esxtop4rc) using the W interactive command.
After you have prepared for batch mode, you can use esxtop or resxtop in this mode.
- Start resxtop (or esxtop) to redirect the output to a file.
- Process statistics collected in batch mode using tools such as Microsoft Excel and Perfmon.
For example:
esxtop -b > my_file.csv
N.B. The filename must have a .csv extension. In batch mode, resxtop (or esxtop) does not accept interactive commands. The utility runs until it produces the number of iterations requested (see command-line option n, below, for more details), or until you end the process by pressing Ctrl+c.
Batch Mode Command-Line Options:
a Show all statistics.
This option overrides configuration file setups and shows all statistics. The configuration file can be the default ~/.esxtop4rc configuration file or a user-defined configuration file.
b Runs resxtop (or esxtop) in batch mode.
c Load a user-defined configuration file.
If the -c option is not used, the default configuration filename is ~/.esxtop4rc. Create your own configuration file, specifying a different filename, using the W singlekey interactive command.
d Specifies the delay between statistics snapshots.
The default is five seconds. The minimum is two seconds. If a delay of less than two seconds is specified, the delay is set to two seconds.
n Number of iterations. resxtop (or esxtop) collects and saves statistics this number of times, and then exits.
server The name of the remote server host to connect to (required, resxtop only).
portnumber The port number to connect to on the remote server.
The default port is 443, and unless this is changed on the server, this option is not needed. (resxtop only)
username The user name to be authenticated when connecting to the remote host.
You are prompted by the remote server for a password, as well (resxtop only).
Source: Vmware.com