• system.stat[resource,<type>]


    系统信息。 整型或者浮点型
    ent - 该分区有权接收的处理器单元数(float)

    kthr, - 关于内核线程状态的信息:
    r - 平均可运行内核线程数(float)
    b - 虚拟内存管理器等待队列中的平均内核线程数(float)

    memory, - 有关虚拟和真实内存使用情况的信息:
    avm - 活动虚拟页面(整数)
    fre - 自由列表的大小(整数)

    page, - 关于页面错误和分页活动的信息:
    fi - 每秒文件页面输入(float)
    fo - 每秒文件页面输出(float)
    pi - 从调页空间(float)分页的页面
    po - 页面分页到调页空间(float)
    fr - 页面被释放(页面替换)(浮点)
    sr - 通过页面替换算法扫描的页面 (float)

    faults, - trap和中断率:
    in - 设备中断 (float)
    sy - 系统调用 (float)
    cs - 内核线程上下文切换 (float)

    cpu, - 处理器时间使用百分比的细分:
    us - 用户时间 (float)
    sy - 系统时间 (float)
    id - 空闲时间 (float)
    wa - 系统具有未完成的磁盘/NFS I/O请求(float)的空闲请求时间(float)
    pc - 消耗的物理处理器数量(float)
    ec - 被授权的容量消耗的百分比(float)
    lbusy - 表示在用户和系统级执行时发生的逻辑处理器利用率的百分比(float)
    app - 表示共享池中的可用物理处理器(float)

    disk, - 磁盘信息:
    bps - 表示以每秒字节为单位传输(读取或写入)驱动器的数据量 (integer)
    tps - 表示发送到物理磁盘/磁带的每秒传输次数(float)
    此监控项从Zabbix 1.8.1. 开始支持

    为啥在server上zabbix server上使用 zabbix_get取这个监控项,显示不支持ZBX_NOTSUPPORTED: Unsupported item key.
    ????

  • 相关阅读:
    oracle 数据库服务名怎么查
    vmware vsphere 6.5
    vSphere虚拟化之ESXi的安装及部署
    ArcMap中无法添加ArcGIS Online底图的诊断方法
    ArcGIS中字段计算器(高级计算VBScript、Python)
    Bad habits : Putting NOLOCK everywhere
    Understanding the Impact of NOLOCK and WITH NOLOCK Table Hints in SQL Server
    with(nolock) or (nolock)
    What is “with (nolock)” in SQL Server?
    Changing SQL Server Collation After Installation
  • 原文地址:https://www.cnblogs.com/cizao/p/11853020.html
Copyright © 2020-2023  润新知