Class SystemUtil

java.lang.Object
io.deephaven.util.SystemUtil

public class SystemUtil extends Object
  • Constructor Details

    • SystemUtil

      public SystemUtil()
  • Method Details

    • shortFriendlyProcessName

      public static String shortFriendlyProcessName()
      A useful string to display in log files to try to identify an individual process. Does not include hostname (which can be easily obtained if needed by other means). May include the full version (including package) of the main class name being run by the JVM.
      Returns:
      A string
    • friendlyProcessName

      public static String friendlyProcessName()
      A useful string to display in log files to try to identify an individual process. Does not include hostname (which can be easily obtained if needed by other means). May include the simple version (without including package) of the main class name being run by the JVM.
      Returns:
      A string