Package oshi.driver.linux.proc
Class UpTime
java.lang.Object
oshi.driver.linux.proc.UpTime
Utility to read system uptime from
/proc/uptime-
Method Summary
Modifier and TypeMethodDescriptionstatic doubleParses the first value in/proc/uptimefor seconds since boot
-
Method Details
-
getSystemUptimeSeconds
public static double getSystemUptimeSeconds()Parses the first value in/proc/uptimefor seconds since boot- Returns:
- Seconds since boot
-