- Install the latest Python3 version from https://www.python.org/downloads/
- Clone git and cd into the directory
- python -m venv venv
- source venv/bin/activate (for linux) or venv\Scripts\activate.bat (for windows)
- pip install -r requirements.txt
- python main.py
Sometimes I'd like to know how many days my CVMs are running and how many memory they are using. This information needed to decide when will need to reboot some CVMs. Script connects by Prism Element IP to the CVM, gathering information about the SVMs IPs and collects uptime and available memory from them.