Class SystemTool.SystemInfo

  • Enclosing class:
    SystemTool

    public class SystemTool.SystemInfo
    extends java.lang.Object
    Simple structure to store the platform informations
    • Field Detail

      • heapFreeSize

        public long heapFreeSize
        Current free heap size (ko)
      • heapMaxSize

        public long heapMaxSize
        Current heap max size (ko)
      • heapSize

        public long heapSize
        Current allocated memory (ko)
      • totalFreeMemory

        public long totalFreeMemory
        Total free memory (ko)
      • cacheObject

        public int cacheObject
        Current mounted objects
      • cacheObjectMax

        public int cacheObjectMax
        Max mounted objects
      • cacheObjectPrct

        public int cacheObjectPrct
        Cache object occupied percentage
      • cacheProcess

        public int cacheProcess
        Current mounted processes
      • cacheProcessMax

        public int cacheProcessMax
        Max mounted processes
      • cacheProcessPrct

        public int cacheProcessPrct
        Cache processes occupied percentage
      • cacheGrant

        public int cacheGrant
        Current mounted user sessions
      • cacheGrantMax

        public int cacheGrantMax
        Max mounted grants
      • cacheGrantPrct

        public int cacheGrantPrct
        Cache grants occupied percentage
      • dirDBDocSize

        public long dirDBDocSize
        DBDoc size (Mo)
      • dirBinSize

        public long dirBinSize
        Recycle bin size (Mo)
      • dirExportsSize

        public long dirExportsSize
        Exports size (Mo)
      • dirTmpSize

        public long dirTmpSize
        Temp size (Mo)
      • dirIndexSize

        public long dirIndexSize
        Lucene Indexes size (Mo)
      • diskTotal

        public long diskTotal
        Total disks size (Mo)
      • diskFree

        public long diskFree
        Free disks space (Mo)
      • diskUsable

        public long diskUsable
        Usable disks size (Mo)
    • Constructor Detail

      • SystemInfo

        public SystemInfo()