nymea-plugins/systemmonitor
Michael Zanetti 646240549c SystemMonitor: Extend plugin
Renames the old systemMonitor thingClass into processMonitor as that's
what it actually did and allow monitoring other processes, not just
nymead.

Adds a new thingClass named systemMonitor to allow fetching total
CPU, memory and Disk stats.
2022-07-01 15:35:44 +02:00
..
translations SystemMonitor: Extend plugin 2022-07-01 15:35:44 +02:00
README.md SystemMonitor: Extend plugin 2022-07-01 15:35:44 +02:00
integrationpluginsystemmonitor.cpp SystemMonitor: Extend plugin 2022-07-01 15:35:44 +02:00
integrationpluginsystemmonitor.h SystemMonitor: Extend plugin 2022-07-01 15:35:44 +02:00
integrationpluginsystemmonitor.json SystemMonitor: Extend plugin 2022-07-01 15:35:44 +02:00
meta.json More meta.json updating 2022-01-28 12:44:55 +01:00
systemmonitor.pro Rename devices to things 2020-03-04 17:52:36 +01:00
systemmonitor.svg added some logos 2020-04-24 15:17:12 +02:00

README.md

System monitor

This integration plugin allows to monitor system resources and processes on the host running nymea.

Supported Things

  • Process monitor

    • Process status (running/stopped)
    • Process CPU usage
    • Process memory usage (percent to available physical memory)
    • Process RSS memory usage
    • Process virtual memory usage
    • Process shared memory usage
  • System monitor

    • System CPU usage
    • System memory usage
    • System disk usage