Module Integration Guides
...
Monitoring your device
Process Stats
1 min
process stats allow you to monitor individual processes to enable process stats we need to modify uplink's config toml file to mention the process names that need monitoring if you have followed the setup guide, this file should be present in /usr/share/local/byebeam add the below section to config toml config toml \[system stats] enabled = true process names = \["uplink", "journalctl"] update period = 30 note the names of processes mentioned in the config should be the same as those in the output of ps eaf the stream corresponding to process stats is uplink process stats this stream has the below fields field name description pid this field corresponds to a particular process's id start time time at which the process had started execution cpu usage percentage of cpu being used by the process mem usage ram is used by the process, in bytes disk read bytes the number of bytes of data read from the disk(or storage device) since the last update disk total read bytes total n umber of bytes of data written to the disk(or storage device) since the last update disk write bytes a number of bytes of data read from the disk(or storage device) since the last update disk total write bytes total n umber of bytes of data written to the disk(or storage device)