SystemCPUWatcher

System CPU watcher.

final
class SystemCPUWatcher : CPUWatcher {}

Constructors

this
this()

Watch system.

Members

Functions

current
double current()

CPU time used by all processes in the system, in percents. This returns the average value amongst all CPUs, thus can't exceed 100.

Inherited Members

From CPUWatcher

current
double current()

CPU time currently used, in percents.

Meta