com.palantir.opensource.sysmon.linux
Interface LinuxFileSystemMBean

All Known Implementing Classes:
LinuxFileSystem

public interface LinuxFileSystemMBean

MBean interface for LinuxDiskspaceJMXWrapper.


Method Summary
 Long getAvailableInodes()
           
 Long getAvailableMegabytes()
           
 String getDevicName()
           
 String getFilesytemType()
           
 String getMountPoint()
           
 Byte getPercentageInodesUsed()
           
 Byte getPercentageSpaceUsed()
           
 Long getTotalInodes()
           
 Long getTotalMegabytes()
           
 Long getUsedInodes()
           
 Long getUsedMegabytes()
           
 

Method Detail

getDevicName

String getDevicName()

getFilesytemType

String getFilesytemType()

getMountPoint

String getMountPoint()

getTotalMegabytes

Long getTotalMegabytes()

getUsedMegabytes

Long getUsedMegabytes()

getAvailableMegabytes

Long getAvailableMegabytes()

getPercentageSpaceUsed

Byte getPercentageSpaceUsed()

getTotalInodes

Long getTotalInodes()

getUsedInodes

Long getUsedInodes()

getAvailableInodes

Long getAvailableInodes()

getPercentageInodesUsed

Byte getPercentageInodesUsed()


Copyright © 2012 Palantir Technologies. All Rights Reserved.