component fathom.system.win
The win component provides Windows-specific utility functions.
Methods
Methods | Returns | Description |
---|---|---|
getCpuLoad(
callback
)
|
void
static
|
↑
This function retrieves the client's CPU load
via the wmic command.
This function is Windows-specific.
Parameters:
|
getMemLoad(
callback
)
|
void
static
|
↑
This function retrieves the client's memory load
via the systeminfo command.
This function is Windows-specific.
Parameters:
|
getProcLoad(
callback
)
|
void
static
|
↑
This function retrieves the client's process load
via the tasklist command.
This function is Windows-specific.
Parameters:
|