Events-csv User Manual
Jump to navigation
Jump to search
Internal
Overview
Usage:
tail -f input.csv | csv [query] [-o output-spec]
csv [query] [-o output-spec] <input-file.csv>
Concepts
Commands
headers
Scan the CSV stream and display the headers, as they are identified in the stream. The command displays the line on which the header is found, and then, for each header:
- the index that can be used to access the value that corresponds the header in a data line associated with the header (follows the header line in the data stream). The index can be used for index-based output.
- the header name.
- the header type.
- optionally, the header format.
csv headers ./sample.csv line 1 header: 0: timestamp(time:MM/dd/yy HH:mm:ss) 1: CPU User Time(string) 2: CPU Kernel Time(string) 3: CPU I/O Wait Time(string)