Package oshi.driver.unix.aix
Class Who
java.lang.Object
oshi.driver.unix.aix.Who
@ThreadSafe public final class Who extends java.lang.Object
Utility to query logged in users.
-
Method Summary
Modifier and Type Method Description static longqueryBootTime()Querywho -bto get boot timeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
queryBootTime
public static long queryBootTime()Querywho -bto get boot time- Returns:
- Boot time in milliseconds since the epoch
-