A command-line client for connecting to the Performance Monitor server.
Download the client for your operating system:
- Windows : Artifact download URL
- Linux : Artifact download URL
- Mac : Artifact download URL
- Download the client for your respective operating system.
- Connect to the main server using the following commands:
- Get your auth_key and host_url from the frontend or dashboard Here
pmclient.exe connect --auth_key [your_api_key] --host_url [Host_URL]
./pmclient connect --auth_key [your_api_key] --host_url [Host_URL]
./pmclient connect --auth_key [your_api_key] --host_url [Host_URL]
- To disconnect kill the terminal or just do
pmclient.exe disconnect
./pmclient.exe disconnect
- If you encounter any issues while downloading or using the CLI, please contact me at vermaravi8809@gmail.com
- This is a simple CLI tool for connecting your computer or server to the main server via socket connection to monitor system performance.
- Built using the psutil and platform libraries in Python.
- It won't harm your pc tested with all os and it's open to public you can see code, Basic code are there.