Skip to main content

A console-based snapshot of Linux system resources

Project description

SitRep is a console-based snapshot of Linux system resources written in Python.

https://raw.github.com/vonbrownie/sitrep/master/docs/images/sitrep-screenshot.png

Requirements

  • python2 (tested with version 2.7)

  • netifaces

  • psutil

  • requests

  • setuptools

Installation

PyPI

SitRep is on PyPI. To install, simply use pip:

$ pip install sitrep

To upgrade SitRep to the latest version:

$ pip install --upgrade sitrep

Source

To install SitRep from source:

$ wget -c https://github.com/vonbrownie/sitrep/releases/download/v0.9.1/sitrep-0.9.2.tar.gz
$ tar -xvzf sitrep-0.9.2.tar.gz
$ cd sitrep-0.9.2
$ sudo python setup.py install --record rinstall.txt

Adding the --record rinstall.txt option generates an install log named rinstall.txt that can later be used to track down and uninstall files. See python setup.py install --help for more options.

Note: Python headers are required to install psutil. For example, on Debian you need to install first the python-dev package.

Usage

Just run:

$ sitrep

Author

License

GPLv2. See LICENSE for more details.

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

sitrep-0.9.2.tar.gz (13.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