csv_log_usage - bruno-beloff/scs_dev GitHub Wiki

docs > software repositories > scs_dev > commands > device status


DESCRIPTION

The csv_log_usage utility is used to determine free and used space on the volume specified by scs_mfr/csv_logger_conf. Space is given in bytes.

The csv_log_usage utility is normally included in the commands accepted by the control_receiver utility.

SYNOPSIS

csv_log_usage.py [-v]

Options
--version show program's version number and exit
-h, --help show this help message and exit
-v, --verbose report narrative to stderr

EXAMPLES

./csv_log_usage.py -v

DOCUMENT EXAMPLE

{"path": "/srv/removable_data_storage", "free": 15424196608, "used": 329207808, "total": 15753404416, "is-available": true}

SEE ALSO

scs_dev/csv_logger
scs_dev/disk_usage

scs_mfr/csv_logger_conf