Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

types::DynamicInfo Struct Reference

import "ResourceManagement.idl";

List of all members.

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).


Detailed Description

Struct DynamicInfo - Holds dynamic information of a given node.


Member Data Documentation

string types::DynamicInfo::cpuUsage
 

Used CPU percentage.

long types::DynamicInfo::filesFree
 

Maximum number of files that can be created.

long types::DynamicInfo::filesTotal
 

Total files (variable due to the way it is calculated).

long types::DynamicInfo::freeRAM
 

Available RAM, in bytes.

long types::DynamicInfo::freeSwap
 

Available swap, in bytes.

long types::DynamicInfo::fsFree
 

Available disk space, in bytes.

long types::DynamicInfo::fsTotal
 

Total disk space (variable due to the way it is calculated).


The documentation for this struct was generated from the following file:
Generated on Mon Sep 6 16:13:30 2004 by doxygen 1.3.3