Provides information about a node which is part of a node pool or reserved cluster.
More...
#include <icluster_manager_configuration.h>
|
typedef Interface_declare< id1, ... > | Self |
| Own type. More...
|
|
typedef Uuid_t< id1, ... > | IID |
| Declares the interface ID (IID) of this interface. More...
|
|
typedef Uuid_t<0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0> | IID |
| Declares the interface ID (IID) of this interface. More...
|
|
static bool | compare_iid (const Uuid &iid) |
| Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
|
|
static bool | compare_iid (const Uuid &iid) |
| Compares the interface ID iid against the interface ID of this interface. More...
|
|
◆ get_cpu_count()
virtual Size mi::neuraylib::ICluster_manager_node::get_cpu_count |
( |
| ) |
|
|
pure virtual |
Returns the number of CPU cores installed in the node.
◆ get_cpu_load()
virtual Float32 mi::neuraylib::ICluster_manager_node::get_cpu_load |
( |
| ) |
|
|
pure virtual |
Returns the current CPU load on the node in percent.
◆ get_free_gpu_memory()
virtual Size mi::neuraylib::ICluster_manager_node::get_free_gpu_memory |
( |
| ) |
|
|
pure virtual |
Returns the amount of free GPU memory (per GPU).
This is an average over all installed GPUs. The assumption is that all GPUs have the same amount of memory and GPU memory usage is equal on all GPUs.
◆ get_free_main_memory()
virtual Size mi::neuraylib::ICluster_manager_node::get_free_main_memory |
( |
| ) |
|
|
pure virtual |
Returns the amount of free main memory in bytes on the node.
◆ get_gpu_count()
virtual Size mi::neuraylib::ICluster_manager_node::get_gpu_count |
( |
| ) |
|
|
pure virtual |
Returns the number of GPUs installed in the node.
◆ get_gpu_load()
virtual Float32 mi::neuraylib::ICluster_manager_node::get_gpu_load |
( |
| ) |
|
|
pure virtual |
Returns the current GPU load on the node in percent.
This is an average over all installed GPUs.
◆ get_ip_address()
virtual const char * mi::neuraylib::ICluster_manager_node::get_ip_address |
( |
| ) |
|
|
pure virtual |
Returns the IP address of the node.
◆ get_node_name()
virtual const char * mi::neuraylib::ICluster_manager_node::get_node_name |
( |
| ) |
|
|
pure virtual |
Returns the node name of the node.
◆ get_total_gpu_memory()
virtual Size mi::neuraylib::ICluster_manager_node::get_total_gpu_memory |
( |
| ) |
|
|
pure virtual |
Returns the total amount of GPU memory (per GPU).
The assumption is that all GPUs have the same amount of memory.
◆ get_total_main_memory()
virtual Size mi::neuraylib::ICluster_manager_node::get_total_main_memory |
( |
| ) |
|
|
pure virtual |
Returns the total amount of main memory in bytes on the node.
◆ get_user_name()
virtual const char * mi::neuraylib::ICluster_manager_node::get_user_name |
( |
| ) |
|
|
pure virtual |
Returns the name of a user which has currently reserved the node, or NULL
if the node is free.