I am using Grafana version 11.6.0 on Rocky Linux 9. I am trying to build a dashboard that summarizes network adapter utilization for each server in the farm.
I would like to have a sample dashboard that shows this utilization summary in a table.
±---------------------------------------------------------------------+
| Server name | CPU% | Mem% | Network busy% |
±---------------------------------------------------------------------+
| server-AA … | 20% … | 60% …| 60% …|
| server-BB … | 20% … | 60% …| 60% …|
±---------------------------------------------------------------------+