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.1.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.1-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simond-0.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 1d2b732d813c17c96235764a82497e3908db2f73a2cb7b94c804c42624dbc4f7
MD5 7b4d870f8fad6ebb93ebe47c77010ef7
BLAKE2b-256 10469217fca550f8cef1d55f523ee2dec94c3e60b61c6dee7b060707ab7b70c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simond-0.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6117fd0a18daf1f5abe1346e2a2249fff6a59929b9cc4da7a77199d908a82345
MD5 f05affd08d28a3cf3fe7ae17576e3ee3
BLAKE2b-256 c6f0cb845e2f64b2c3f72082300f54d0dbb15a84effeee1c12b6547fbd511ce7

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