MCPcopy
hub / github.com/oshi/oshi / getKernelTime

Method getKernelTime

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

Gets kernel/system (privileged) time used by the process. @return the number of milliseconds the process has executed in kernel/system mode.

()

Source from the content-addressed store, hash-verified

240 * mode.
241 */
242 long getKernelTime();
243
244 /**
245 * Gets user time used by the process.

Callers 1

printProcessesMethod · 0.95

Implementers 1

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

Calls

no outgoing calls

Tested by 1

printProcessesMethod · 0.76