Skip to main content

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


Download files

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

Source Distribution

python-server-metrics-0.2.2.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

python_server_metrics-0.2.2-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file python-server-metrics-0.2.2.tar.gz.

File metadata

  • Download URL: python-server-metrics-0.2.2.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for python-server-metrics-0.2.2.tar.gz
Algorithm Hash digest
SHA256 8a0872c36c3bdc298a7ed1cbe4ba3715cebf04855e965b1006d0516a49013fbd
MD5 3255a77d3eeefbd603381507d4448aa3
BLAKE2b-256 3197883028752f3f94f87407b5b52b9c1c91879ee9b5a4aabfd366719aceb616

See more details on using hashes here.

File details

Details for the file python_server_metrics-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: python_server_metrics-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.11

File hashes

Hashes for python_server_metrics-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3ba2bff810fbf5ce29858138fb380e2e38e3d345dcd42f9f2c397d51452c6c77
MD5 acf6c72792b4cd84c228b010fa4bfbab
BLAKE2b-256 20172d1af6b44a397bd972a66eefaf64d105c75a39752ecb44f68319af842a45

See more details on using hashes here.

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