Access via Prometheus

All the monitoring data is stored inside a Prometheus database.

It is possible to access the data directly in Prometheus - go to MY_IP:9090 (replacing MY_IP with the real address of Accelario Virtualization)

Once there, you can fetch any metric and display it in a table or graph.

Fill the expression manually or choose from list of metrics.

The syntax for the expression is explained here - https://prometheus.io/docs/prometheus/latest/querying/basics/

Useful metrics:

Expression

Meaning

Expression

Meaning

avg(rate(node_cpu_seconds_total{mode="user"}[1m]))*100

CPU usage(%) of the Accelario server

node_memory_Active_bytes/node_memory_MemTotal_bytes*100

Memory usage(%) of the Accelario server

node_load1

Accelario server load - 1 minute interval