MCPcopy
hub / github.com/oshi/oshi / getUpTime

Method getUpTime

oshi-core/src/main/java/oshi/software/os/OSProcess.java:256–256  ·  view source on GitHub ↗

Gets up time / elapsed time since the process started. @return the number of milliseconds since the process started.

()

Source from the content-addressed store, hash-verified

254 * @return the number of milliseconds since the process started.
255 */
256 long getUpTime();
257
258 /**
259 * Gets the process start time.

Callers 1

printProcessesMethod · 0.95

Implementers 1

AbstractOSProcessoshi-core/src/main/java/oshi/software/

Calls

no outgoing calls

Tested by 1

printProcessesMethod · 0.76