美文网首页微服务Demo
第3章 3.4 系统监控中心 - Grafana仪表盘

第3章 3.4 系统监控中心 - Grafana仪表盘

作者: elef | 来源:发表于2018-10-25 10:44 被阅读29次

上一节中,介绍如何使用github上的镜像在Docker中构建一套系统监控中心,这里我们先了解下其中的一个组件 Grafana。
一般而言,系统监控中心包括三个组件:时序数据收集系统、时序数据存储系统和时序数据分析系统。Grafana就是其中的时序数据分析系统。
登录Grafana后,我们将进入Home Dashboard。


homedashboard.jpg

Docker宿主仪表盘


Grafana_Docker_Host_proc.jpg

Docker宿主仪表盘展示了服务器资源使用的关键指标:

开机时间、CPU空闲比率、CPU数量、可用内存、Swap分区和存储
系统负载图,进程图标,中断图表
CPU使用率折线图(模式:guest, idle, iowait, irq, nice, softirq, steal, system, user)
内存使用折线图(分类:used, free, buffers, cached)
IO使用折线图(read Bps, read Bps and IO time)
网络使用图表(inbound Bps, Outbound Bps)
Swap分区使用情况

Docker容器仪表盘


Grafana_Docker_Containers_proc.jpg

Docker容器仪表盘展示了监控的Docker容器的主要指标

容器的CPU负载、内存和存储使用率
容器CPU使用率折线图
容器内存使用折线图
容器缓存内存
容器网络流入使用率
容器网络流出使用率

监控服务仪表盘


Grafana_Prometheus_proc.jpg

The Monitor Services Dashboard shows key metrics for monitoring the containers that make up the monitoring stack:

Prometheus container uptime, monitoring stack total memory usage, Prometheus local storage memory chunks and series
Container CPU usage graph
Container memory usage graph
Prometheus chunks to persist and persistence urgency graphs
Prometheus chunks ops and checkpoint duration graphs
Prometheus samples ingested rate, target scrapes and scrape duration graphs
Prometheus HTTP requests graph
Prometheus alerts graph

相关文章

网友评论

    本文标题:第3章 3.4 系统监控中心 - Grafana仪表盘

    本文链接:https://www.haomeiwen.com/subject/nvjqtqtx.html