github.com/simpleiot/simpleiot@v0.18.3/docs/user/metrics.md (about)

     1  # Metrics
     2  
     3  An important part of maintaining healthy systems is to monitor metrics for the
     4  application and system. SIOT can collect metrics for:
     5  
     6  - the system
     7  - the SIOT application
     8  - any named processes
     9  
    10  For the named process, if there are multiple processes of the same name, then we
    11  add values for all processes found.
    12  
    13  ## System Metrics
    14  
    15  ![system-metrics](images/metrics-system.png)
    16  
    17  ## SIOT Application Metrics
    18  
    19  ![app-metrics](images/metrics-app.png)
    20  
    21  ## Named Process Metrics
    22  
    23  ![proc-metrics](images/metrics-proc.png)