A console-based snapshot of Linux system resources
Project description
SitRep is a console-based snapshot of Linux system resources written in Python.
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
License
GPLv2. See LICENSE for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file sitrep-0.9.2.tar.gz.
File metadata
- Download URL: sitrep-0.9.2.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
949437762badc1a5310ce2a3c923c9b1d1ddb18d86e6f51ded50760173409d5e
|
|
| MD5 |
00fea73c92668b2485e681c5c785568b
|
|
| BLAKE2b-256 |
8b4735ec209b8e6bd860eaad8102758db5174e98869be251ca3fc03503c74534
|