Getting basic information about Vuori hardware.
The following commands can give some useful information from the whole Vuori system or from the current node a user is logged in.
To get a quick overview of all Vuori compute node characteristics use the following command:
sinfo -Nel (print information in a compute node oriented format)
sinfo -el (print information in a partition/queue oriented format)
For information about the disk systems one can use the following command:
df -h
Details about the available processors on the current node can be checked with:
cat /proc/cpuinfoAnd details about the current memory usage on the node is shown with:
cat /proc/meminfo