Package oshi.driver.linux.proc
Class UpTime
java.lang.Object
oshi.driver.linux.proc.UpTime
public final class UpTime
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static doublegetSystemUptimeSeconds()Parses the first value in /proc/uptime for seconds since boot
-
Method Details
-
getSystemUptimeSeconds
public static double getSystemUptimeSeconds()Parses the first value in /proc/uptime for seconds since boot- Returns:
- Seconds since boot
-