How-To Guides
...
Data Model Dictionary
Built-In Dashboards and Charts

System Health Stats

2min

Filter

Data can be filtered by:

  • date
  • instance_name (10.20.41.55 etc.)

Charts

Memory Usage / Month: Chart where the total RAM of the devices is compared with the RAM used monthly. The sc_diagnostics table is used. By grouping the log_time column on a monthly basis, we pull the user_ram and total_ram columns, and the monthly RAM change is displayed. 

Memory Usage / Week:  Chart that displays the weekly RAM change. 

Memory Usage / Day:  Chart showing the daily RAM change. 

CPU Utilization / Month: Chart showing the devices’ monthly CPU utilization. The sc_diagnostics table is used.     

  • Util_cpu_1
  • Util_cpu_5
  • Util_cpu_15

Columns are shown by monthly averaging.

CPU Utilization / Week:  Chart showing the devices’ weekly CPU utilization.     

CPU Utilization / Day:   Chart showing the devices’ daily CPU utilization.     

Storage / Day: Chart comparing the total and used devices’ disk space. The logging dates of the used_disk and total_disk columns from the sc_diagnostics table are daily averaged and displayed on the chart.