type Monitor struct {
OsName string// OS BootTime string// Startup time LogSize uint64// The size of the log directory LogSizeF string UploadSize uint64// The size of the upload directory UploadSizeF string TmpSize uint64// The size of the cache directory. TmpSizeF string}