Information about an IceGrid node.
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.
The name of the node.
The operating system name.
The network name of the host running this node (as defined in uname()).
The operation system release level (as defined in uname()).
The operation system version (as defined in uname()).
The machine hardware type (as defined in uname()).
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.
The path to the node data directory.