"blocksize" : int | Size in bytes of the filesystem blocks.
|
"blocks" : int | Size of the entire filesystem in blocks.
|
"bfree" : int | Number of free blocks in the filesystem.
|
"bavail" : int | Number of available blocks in the filesystem.
This is usually somewhat less than the "bfree" value, and
can usually be adjusted with eg tunefs(1M).
|
"files" : int | Total number of files (aka inodes) allowed by this filesystem.
|
"ffree" : int | Number of free files in the filesystem.
|
"favail" : int | Number of available files in the filesystem.
This is usually the same as the "ffree" value, and can
usually be adjusted with eg tunefs(1M).
|
"fsname" : string | Name assigned to the filesystem. This item is not available
on all systems.
|
"fstype" : string | Type of filesystem (eg "nfs" ). This item is not
available on all systems.
|