mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 11:55:06 -05:00
client: add CSV output mode
Add a new option (-c) to chronyc to enable printing of reports in a column-separated values (CSV) format. IP addresses will not be resolved to hostnames, time will be printed as number of seconds since the epoch and values in seconds will not be converted to other units.
This commit is contained in:
@@ -77,6 +77,12 @@ With this option hostnames will be resolved only to IPv6 addresses.
|
||||
This option disables resolving of IP addresses to hostnames (e.g. to avoid slow
|
||||
DNS lookups).
|
||||
|
||||
*-c*::
|
||||
This option enables printing of reports in a column-separated values (CSV)
|
||||
format. IP addresses will not be resolved to hostnames, time will be printed as
|
||||
number of seconds since the epoch and values in seconds will not be converted
|
||||
to other units.
|
||||
|
||||
*-d*::
|
||||
This option enables printing of debugging messages if *chronyc* was compiled
|
||||
with debugging support).
|
||||
|
||||
Reference in New Issue
Block a user