powersync-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
README.md
integrationpluginsystemmonitor.cpp
integrationpluginsystemmonitor.h
integrationpluginsystemmonitor.json
meta.json
systemmonitor.pro
systemmonitor.svg

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