924 B
924 B
layout | page_title | sidebar_current | description |
---|---|---|---|
libvirt | Libvirt: libvirt_node_info | docs-libvirt-node-info | Use this data source to get information about the current node |
Data Source: libvirt_node_info
Retrieve information about the current node
Example Usage
data "libvirt_node_info" "node" {
}
Argument Reference
This data source has no arguments.
Attribute Reference
This data source exports the following attributes in addition to the arguments above:
cpu_cores_per_socket
- Number of CPU cores per each socketcpu_cores_total
- Number of CPU cores in totalcpu_model
- CPU Architecture, usuallyx86_64
cpu_sockets
- How many CPU sockets are presentcpu_threads_per_core
- How many CPU Threads are available per each CPU corememory_total_kb
- The amount of memory installed, in KiBnuma_nodes
- How many NUMA nodes/cells are available.