Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

  • No labels