A very simple set of methods to collect metrics about your servers
Project description
A very simple set of methods to collect metrics about your servers
Installation
To get the latest stable release from PyPi
pip install python-server-metrics
To get the latest commit from GitHub
pip install -e git+git://github.com/bitmazk/python-server-metrics.git#egg=server_metrics
Usage
Simply import the package and use it anywhere in your python code:
from server_metrics.memory import get_memory from server_metrics.hard_disk import get_disk_usage from server_metrics.postgresql import get_database_size from server_metrics.cpu import get_cpu_usage from server_metrics.memcached import get_memcached_usage print get_memory() print get_disk_usage('$HOME') print get_database_size('my_role', 'my_db') print get_cpu_usage('user') print get_memcached_usage('~/memcached.sock')
Contribute
If you want to contribute to this project, please perform the following steps
# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 python-server-metrics
make develop
git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch
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
Built Distribution
Close
Hashes for python-server-metrics-0.2.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a0872c36c3bdc298a7ed1cbe4ba3715cebf04855e965b1006d0516a49013fbd |
|
MD5 | 3255a77d3eeefbd603381507d4448aa3 |
|
BLAKE2b-256 | 3197883028752f3f94f87407b5b52b9c1c91879ee9b5a4aabfd366719aceb616 |
Close
Hashes for python_server_metrics-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ba2bff810fbf5ce29858138fb380e2e38e3d345dcd42f9f2c397d51452c6c77 |
|
MD5 | acf6c72792b4cd84c228b010fa4bfbab |
|
BLAKE2b-256 | 20172d1af6b44a397bd972a66eefaf64d105c75a39752ecb44f68319af842a45 |