Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


IceGrid::NodeInfo

Overview

struct NodeInfo

Information about an IceGrid node.

Used By

Data Member Index

name — The name of the node.
os — The operating system name.
hostname — The network name of the host running this node (as defined in uname()).
release — The operation system release level (as defined in uname()).
version — The operation system version (as defined in uname()).
machine — The machine hardware type (as defined in uname()).
nProcessors — The number of processor threads on the node.
dataDir — The path to the node data directory.

Data Members

string name;

The name of the node.

string os;

The operating system name.

string hostname;

The network name of the host running this node (as defined in uname()).

string release;

The operation system release level (as defined in uname()).

string version;

The operation system version (as defined in uname()).

string machine;

The machine hardware type (as defined in uname()).

int nProcessors;

The number of processor threads on the node. For example, nProcessors is 8 on a computer with a single quad-core processor and two HT threads per core.

string dataDir;

The path to the node data directory.


  • No labels