IceGrid.NodeInfo¶
- class IceGrid.NodeInfo(name: str = '', os: str = '', hostname: str = '', release: str = '', version: str = '', machine: str = '', nProcessors: int = 0, dataDir: str = '')¶
Bases:
objectInformation about an IceGrid node.
- Parameters:
- 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:
Notes
The Slice compiler generated this dataclass from Slice struct
::IceGrid::NodeInfo.