Book Image

VMware vSphere 5.5 Cookbook

By : Abhilash G B
Book Image

VMware vSphere 5.5 Cookbook

By: Abhilash G B

Overview of this book

Table of Contents (22 chapters)
VMware vSphere 5.5 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Exporting and importing esxtop configurations


All the output customization that is done during interactive mode is lost the moment you exit the tool. You do have the option of exporting the output configuration to a file and reimporting the configuration to avoid spending time customizing the columnar output again.

Getting ready

To get started, we need access to the ESXi CLI via the console or SSH.

How to do it…

To export the esxtop configuration to a file, first launch esxtop, customize the output as required, hit the W key by shifting to uppercase, specify a directory patch to save the configuration file, and then hit Enter:

The file created can then be used to display the configuration template, without the need to go through the customization again.

In this example, we have created the esxtopcfg file. Now, to launch esxtop with the configuration template, issue the following command:

# esxtop –c <filename>

An example of using the preceding command is as follows:

# esxtop –c /tmp/esxtopcfg...