Skip to main content

simond - Simple Monitor Daemon, fetches and logs system information

Project description

simond - Simple Monitor Daemon

The daemon for simon, collects system information every second and logs them to STDOUT (redirect or pipe it to your liking) at a certain interval. If the interval is not 1 sec, the sample mean will be calculated and logged.

Installation

simond requires Python 3.6+, the easiest way to install it is with pip or any other package manager supporting PyPI:

pip install simond

Usage

usage: simond [-h] [-V] [-i LOGINTERVAL]

simond - Simple Monitor Daemon, fetches and logs system information

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         Print simond version number
  -i LOGINTERVAL, --loginterval LOGINTERVAL
                        The log interval in seconds, if it's anything but 1,
                        averages (sample mean) will be logged

Log structure

  • host: The system's hostname
  • ts: Timestamp of when the data were gathered as UTC Unix time
  • loadavg_1min: 1min Load average
  • loadavg_5min: 5min Load average
  • loadavg_15min: 15min Load average
  • mem: Total memory usage in percent as number (0.01 = 1%)
  • cpu: Total CPU usage in percent as number
  • disk: Total disk usage in percent as number
  • diskio_rps: Disk reads in bytes per second
  • diskio_wps: Disk writes in bytes per second
  • netio_rps: Network traffic received in bytes per second
  • netio_sps: Network traffic sent in bytes per second

Currently simon logs each measure as a JSON object separated by newline, the file will therefor not be valid JSON, with the benefit that each line is valid JSON and can be read per line (streaming FTW!):

{"host": "simon", "ts": 1592943008, "loadavg_1min": 1.598, "loadavg_5min": 2.104, "loadavg_15min": 2.504, "mem": 0.03, "cpu": 0.014, "disk": 0.545, "diskio_rps": 0, "diskio_wps": 0, "netio_rps": 0, "netio_sps": 0}
{"host": "simon", "ts": 1592943009, "loadavg_1min": 1.598, "loadavg_5min": 2.104, "loadavg_15min": 2.504, "mem": 0.03, "cpu": 0.036, "disk": 0.545, "diskio_rps": 0, "diskio_wps": 0, "netio_rps": 1024, "netio_sps": 0}

This might change in the future if it is not sufficent.

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

simond-0.0.0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simond-0.0.0-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file simond-0.0.0.tar.gz.

File metadata

  • Download URL: simond-0.0.0.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7

File hashes

Hashes for simond-0.0.0.tar.gz
Algorithm Hash digest
SHA256 2bdaf851143a1b12150edbd00a67bf130e4e95aa7852f129b2c7711b7fab8947
MD5 61c073013aa83673e01fe696aba9a916
BLAKE2b-256 6c117a45ad95c15fe8b07a2301503a5cf7543a0304d8457d245e92ce111453f9

See more details on using hashes here.

File details

Details for the file simond-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: simond-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 6.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7

File hashes

Hashes for simond-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 78d49e8094c1005aa4f40538eb258e86e6890db91430b4f65bd1430a242242c4
MD5 7162ddd26b4d0063781d8b281a17e05e
BLAKE2b-256 30c9c5432ee3fddab910e981b69928b02ca2a20ec92a6cd4d0d626123ce2ab02

See more details on using hashes here.

Supported by

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