Package oshi.driver.linux.proc
Class UpTime
- java.lang.Object
-
- oshi.driver.linux.proc.UpTime
-
@ThreadSafe public final class UpTime extends java.lang.Object
Utility to read system uptime from/proc/uptime
-
-
Constructor Summary
Constructors Modifier Constructor Description private
UpTime()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
getSystemUptimeSeconds()
Parses the first value in/proc/uptime
for seconds since boot
-