VSD Command-Line Syntax

Previous chapter

This section presents the formal command syntax and the available command-line options.

vsd [ -b color ] [ -u ] [ [ -a ] file1+ ]

vsd -h | -v

-a

Append mode. When this is followed by two or more files, the data in these files is merged so statistics are viewed as if they were a single file.

-color

Set the master background color. Color may be a hex RGB value (e.g.: #d3d3ff) or a valid color name (e.g.: white). The list of recognized color names may be found at: http://www.tcl.tk/man/tcl8.6/TkCmd/colors.htm

-h

Displays a usage line and exits.

-u

Update mode. If this option is specified on the command line, VSD will continue to re-read data in loaded files as they are updated. Equivalent to the Main window File menu option Auto Update

-v

Print version information and exit.

 

Previous chapter