• Zabbix笔记三:zabbix监控指标


    以下整理了部分zabbix监控模板的监控指标,以供参考,后续还会详细整理其他性能监控指标。

    一、监控cpu,内存,网络等(Template OS Linux (Template App Zabbix Agent))

    cpu

    CPU jumps

    Context switches per second 每秒上下文切换

    CPU usage

    CPU guest nice time

    CPU guest time

    CPU softirq time 系统在处理软中断时候所花费的CPU时间

    CPU interrupt time CPU中断时间

    CPU steal time CPU被强制等待另外虚拟的CPU处理完毕花费的时间

    CPU iowait time CPU花费在等待I/O操作上的时间

    CPU nice time 系统花费在调整进程优先级上的时间

    CPU user time CPU在用户态执行进程的时间

    CPU system time CPU在内核运行的时间

    CPU utilization

    CPU utilization

    CPU idle time CPU空闲时间

    Interrupts per second 每秒中断

    Processor load (1 min average per core) 处理器负载(每个核心平均1分钟)

    Processor load (5 min average per core) 处理器负载(每个核心平均5分钟)

    Processor load (15 min average per core) 处理器负载(每个核心平均15分钟)

    Filesystems

    Free disk space on / /可用磁盘空间

    Free disk space on / (percentage) /可用磁盘空间/(百分比)

    Free disk space on /boot /boot上的可用磁盘空间

    Free disk space on /boot (percentage) /boot上的可用磁盘空间(百分比)

    Free inodes on / (percentage) /上的剩余inode(百分比)

    Free inodes on /boot (percentage) /boot上的剩余inode(百分比)

    Total disk space on / /上的总磁盘空间

    Total disk space on /boot /boot上的总磁盘空间

    Used disk space on / /使用的磁盘空间

    Used disk space on /boot / boot上使用的磁盘空间

    General(一般)

    Host boot time 主机启动时间

    Host local time 主机本地时间

    Host name 主机名

    System information 系统信息

    System uptime 系统正常运行时间

    Network interfaces(网络)

    Incoming network traffic on ens32 ens32的传入网络流量

    Outgoing network traffic on ens32 ens32的传出网络流量

    Interface eth0: Bits received

    Interface eth0: Bits sent

    Interface eth0: Outbound packets with errors

    Interface eth0: Inbound packets with errors

    Interface eth0: Outbound packets discarded

    Interface eth0: Inbound packets discarded

    Memory(内存)

    Available memory 可用内存

    Free swap space 剩余swap空间

    Free swap space in % 剩余swap空间百分比

    Total memory 总内存

    Total swap space 总swap空间

    Processes(进程)

    Number of processes 进程数

    Number of running processes 正在运行的进程数

    Security(安全)

    Checksum of /etc/passwd / etc / passwd的校验和

    Number of logged in users 登录用户数

    Zabbix agent

    Agent ping 代理ping

    Host name of zabbix_agentd running 运行zabbix_agentd的主机名

    Version of zabbix_agent(d) running zabbix_agent(d)版本正在运行

    二、监控mysql(Template DB MySQL)

    MySQL begin operations per second MySQL每秒开始运算

    MySQL bytes received per second 每秒接收的MySQL字节数

    MySQL bytes sent per second 每秒发送的MySQL字节数

    MySQL commit operations per second 每秒MySQL提交操作

    MySQL delete operations per second MySQL每秒删除操作数

    MySQL insert operations per second MySQL每秒插入操作数

    MySQL queries per second 每秒MySQL查询

    MySQL rollback operations per second 每秒MySQL回滚操作

    MySQL select operations per second MySQL每秒选择操作

    MySQL slow queries MySQL慢查询

    MySQL status MySQL状态

    MySQL update operations per second 每秒MySQL更新操作

    MySQL uptime MySQL正常运行时间

    MySQL version MySQL版本

    Template Percona MySQL Server(percona插件模板)

    三、监控docker状态(Template App Docker - www.monitoringartist.com(外部模板))

    docker(jms为docker容器名)

    Container jms is running Container jms正在运行

    CPU utilization jms CPU利用率jms

    Used cache memory jms 使用的缓存内存jms

    Used swap jms 使用交换jms

  • 相关阅读:
    【uva 1515】Pool construction(图论--网络流最小割 模型题)
    【uva 1617】Laptop(算法效率--贪心,2种理解)
    【uva 10570】Meeting with Aliens(算法效率--暴力+贪心)
    【uva 1153】Keep the Customer Satisfied(算法效率--贪心+优先队列)
    【uva 1615】Highway(算法效率--贪心 区间选点问题)
    Sublime PlantUML环境配置
    [转] 基于TINY4412的Andorid开发-------简单的LED灯控制
    洛谷P2606 [ZJOI2010]排列计数 组合数学+DP
    洛谷P3158 [CQOI2011]放棋子 组合数学+DP
    BZOJ2440/洛谷P4318 [中山市选2011]完全平方数 莫比乌斯函数
  • 原文地址:https://www.cnblogs.com/daydayup-lin/p/12245995.html
Copyright © 2020-2023  润新知