Question
How to parse the data for node RAM and load without using API methods in SolusVM?
Answer
- Access the Master Node via SSH
- Fetch the information about the node from the command line by running the below command
# php /usr/local/solusvm/system/node.php -d --comm=hostnodestats --nid=<NID>
Note: <NID> is the id of the required node, it can be found in SolusVM > Nodes > ID column.
Additionally, refer to the article ( https://docs.solusvm.com/display/DOCS/Monitoring ) to get more information about Load Average.
Comments
0 commentsPlease sign in to leave a comment.