import "ResourceManagement.idl";
Public Attributes | |
long | freeRAM |
Available RAM, in bytes. | |
long | freeSwap |
Available swap, in bytes. | |
long | fsFree |
Available disk space, in bytes. | |
long | filesFree |
Maximum number of files that can be created. | |
string | cpuUsage |
Used CPU percentage. | |
long | fsTotal |
Total disk space (variable due to the way it is calculated). | |
long | filesTotal |
Total files (variable due to the way it is calculated). |
|
Used CPU percentage.
|
|
Maximum number of files that can be created.
|
|
Total files (variable due to the way it is calculated).
|
|
Available RAM, in bytes.
|
|
Available swap, in bytes.
|
|
Available disk space, in bytes.
|
|
Total disk space (variable due to the way it is calculated).
|