Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FsEntry ¶
type FsEntry struct {
XMLName xml.Name `xml:"filesystem"`
Device string `xml:"device,attr"`
Mount string `xml:"mount,attr"`
Type string `xml:"type,attr"`
SizeBytes int64 `xml:"size_bytes,attr"`
SizeHuman string `xml:"size_human,attr"`
UsedBytes int64 `xml:"used_bytes,attr"`
UsedHuman string `xml:"used_human,attr"`
AvailBytes int64 `xml:"avail_bytes,attr"`
AvailHuman string `xml:"avail_human,attr"`
UsePct int `xml:"use_pct,attr"`
InodesTotal int64 `xml:"inodes_total,attr"`
InodesUsed int64 `xml:"inodes_used,attr"`
InodesAvail int64 `xml:"inodes_avail,attr"`
InodesPct int `xml:"inodes_pct,attr"`
}
Click to show internal directories.
Click to hide internal directories.