I used the freespace option.
dstat --freespace -output data.csv
A part of the header of data.csv can be written as follows
"/cpu,cpuacct",,"/devices",,"/freezer",,
The "," in "/cpu,cpuacct" is recognized as a data separator.
The resulting data will have a gap between the field name and the value.
I used the freespace option.
dstat --freespace -output data.csv
A part of the header of data.csv can be written as follows
"/cpu,cpuacct",,"/devices",,"/freezer",,
The "," in "/cpu,cpuacct" is recognized as a data separator.
The resulting data will have a gap between the field name and the value.