CPUUsage

The CPUUsage class represents the statistic related to the current usage of the CPU of the host

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor()
Constructor to instantiate the object with default values when the host is not reachable
constructor(usageValue: String, clock: String)
Constructor to instantiate the object

Properties

Link copied to clipboard
clock the current clock of the CPU
Link copied to clipboard
percentValue the current percent value of the resource usage
Link copied to clipboard
totalValue the total amount of the resource available of the host
Link copied to clipboard
usageValue the current usage of a resource of the host