add more disk fields

This commit is contained in:
Doug MacEachern 2005-04-07 01:23:17 +00:00
parent 52bb9324e9
commit 7e20f9e1d0
1 changed files with 4 additions and 1 deletions

View File

@ -344,7 +344,10 @@ typedef struct {
files,
free_files,
disk_reads,
disk_writes;
disk_writes,
disk_write_bytes,
disk_read_bytes,
disk_queue;
double use_percent;
} sigar_file_system_usage_t;