Skip to main content

Simple OS monitoring server and client tool.

Project description

porthole

Simple server reporting cpu and disk usage of os.

Prerequistes.

Linux environments. Python 2.7 and above.

How to use.

Using pip

---pypi distribution will be ready soon.

Manual setup

Download distributes and extract and run.

tar -xvf porthole-0.0.1.tar
cd porthole-0.0.1
python -m porthole.script serve

Server

Run porthole server to OS which desired to be monitored.

pip

porthole serve -host [host/default:""] -p [port/default:8000]

Manual setup

python -m porthole.script serve -host [host/default:""] -p [port/default:8000]

Client

Fetch response

Fetch

porthole fetch -d [destination]
#OR
python -m porthole.script fetch -d [destination]

Test

Test

porthole test -e [expr] -s [source] -d [destination]
#OR
python -m porthole.script test -e [expr] -s [source] -d [destination]

Help

porthole -h
#OR
python -m porthole.script -h

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

porthole-cmd-0.0.1.linux-x86_64.tar.gz (9.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page