IceGrid.NodeInfo

class IceGrid.NodeInfo(name: str = '', os: str = '', hostname: str = '', release: str = '', version: str = '', machine: str = '', nProcessors: int = 0, dataDir: str = '')

Bases: object

Information about an IceGrid node.

Parameters:
name

The name of the node.

Type:

str

os

The operating system name.

Type:

str

hostname

The network name of the host running this node.

Type:

str

release

The operation system release level.

Type:

str

version

The operation system version.

Type:

str

machine

The machine hardware type.

Type:

str

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 threads per core.

Type:

int

dataDir

The path to the node data directory.

Type:

str

Notes

The Slice compiler generated this dataclass from Slice struct ::IceGrid::NodeInfo.