Class SystemInfo

java.lang.Object
com.tenio.common.logger.AbstractLogger
com.tenio.common.logger.SystemLogger
com.tenio.core.monitoring.system.SystemInfo

public final class SystemInfo extends com.tenio.common.logger.SystemLogger
For logging the OS system information.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Logging the disk information.
    void
    Logging the net card information.
    void
    Logging the system information.

    Methods inherited from class com.tenio.common.logger.SystemLogger

    debug, trace, trace

    Methods inherited from class com.tenio.common.logger.AbstractLogger

    buildgen, error, error, info, info, info, info, info, info, info, info

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SystemInfo

      public SystemInfo()
  • Method Details

    • logSystemInfo

      public void logSystemInfo()
      Logging the system information.
    • logNetCardsInfo

      public void logNetCardsInfo()
      Logging the net card information.
    • logDiskInfo

      public void logDiskInfo()
      Logging the disk information.