Package oshi.driver.unix.aix
Class Uptime
java.lang.Object
oshi.driver.unix.aix.Uptime
@ThreadSafe public final class Uptime extends java.lang.Object
Utility to query up time.
-
Method Summary
Modifier and Type Method Description static longqueryUpTime()Queryuptimeto get up timeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
queryUpTime
public static long queryUpTime()Queryuptimeto get up time- Returns:
- Up time in milliseconds
-