Skip to content

Mickyverma24/client-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Performance Monitor Client

A command-line client for connecting to the Performance Monitor server.

Downloads

Download the client for your operating system:

Usage Instructions

  1. Download the client for your respective operating system.
  2. Connect to the main server using the following commands:
  3. Get your auth_key and host_url from the frontend or dashboard Here

Windows:

pmclient.exe connect --auth_key [your_api_key] --host_url [Host_URL]

Linux:

./pmclient connect --auth_key [your_api_key] --host_url [Host_URL]

macOS:

./pmclient connect --auth_key [your_api_key] --host_url [Host_URL]
  1. To disconnect kill the terminal or just do
pmclient.exe disconnect
./pmclient.exe disconnect

Notes

  • 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.

How i Made this Click Here

About

Cli client for performance monitor server.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages