Class Server.FilesystemReport
- java.lang.Object
-
- com.aoindustries.aoserv.client.linux.Server.FilesystemReport
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBytes()StringgetConfigMessage()Checks that this filesystem matches the expected configuration for aServer.StringgetDevice()StringgetExtCheckInterval()StringgetExtMaxMount()StringgetExtState()longgetFree()StringgetFsType()LonggetInodes()LonggetInodesFree()LonggetInodesUsed()BytegetInodeUse()StringgetMountOptions()StringgetMountPoint()bytegetUse()longgetUsed()booleanisClean()Checks that this filesystem is in a clean state and does not require any corrective action.
-
-
-
Method Detail
-
getMountPoint
public String getMountPoint()
-
getDevice
public String getDevice()
-
getBytes
public long getBytes()
-
getUsed
public long getUsed()
-
getFree
public long getFree()
-
getUse
public byte getUse()
-
getInodes
public Long getInodes()
-
getInodesUsed
public Long getInodesUsed()
-
getInodesFree
public Long getInodesFree()
-
getInodeUse
public Byte getInodeUse()
-
getFsType
public String getFsType()
-
getMountOptions
public String getMountOptions()
-
getExtState
public String getExtState()
-
getExtMaxMount
public String getExtMaxMount()
-
getExtCheckInterval
public String getExtCheckInterval()
-
getConfigMessage
public String getConfigMessage()
Checks that this filesystem matches the expected configuration for aServer.- Returns:
- the message describing the configuration warning or
nullif all configs OK.
-
isClean
public boolean isClean()
Checks that this filesystem is in a clean state and does not require any corrective action.
-
-