The nodeinfo script helps to collect a large set of system information outputting it in XML format. Output saved in a file can be processed and displayed using the nodeinfo.parser.
The nodeinfo script requires
- bash (the bash_completion requires GNU bash-4.0)
The nodeinfo.parser requires
- python-3
Just clone the directory and use the scripts. No additional steps required.
Run nodeinfo and store output in a file
./nodeinfo > nodeinfo.xml
To obtain a list of information included in a xml output file run
./nodeinfo.parser nodeinfo.xml
To display the detailed information to one of the infos use
./nodeinfo.parser nodeinfo.xml <INFONAME>
In order to get help about all options of the nodeinfo.parser run
./nodeinfo.parser --help
Copyright (c) 2015-2024 HLRS, University of Stuttgart. This software is published under the terms of the BSD license.
Contact: Christoph Niethammer [email protected]