Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


14.4.2 How to specify the display format

You can change the display formats by specifying the --format option in the subcommands of the eztool command that display execution results.

Whenever the --format option is not specified, the default display format (ALIGN format) is used. For details about the ALIGN format, see 14.4.2(2)(a) format-name.

Organization of this subsection

(1) Option specification format

--format format-name

(2) Arguments

(a) format-name

The supported format names are shown below. They are not case-sensitive.

  • ALIGN

    This is the default display format. This format displays the summary, content, null lines, and ruled lines. If multiple consecutive cells in the same column have the same value, the cell value might be omitted from the second and subsequent rows. In the case of a cell for which there is no data, a hyphen (-) or a null character string is output.

  • CSV

    Only the cells in the body are displayed, separated by commas. The summary, null lines, and ruled lines are not displayed. Unlike the ALIGN format, cell values are not omitted when multiple consecutive cells in the same column have the same value. In the case of a cell for which there is no data, a null character string is output.

    Consider using this format if you will be automating the use of the eztool command's subcommands. We recommend that you specify this argument together with the --messageoff option.

(3) Execution example

The following example specifies CSV in the --format option in the eztool status -v command:

[Figure]