proc_info[process,<attribute>,<type>] 具体处理的各个信息。返回浮点数 sensor[device,sensor,<mode>] 硬件传感器读数。返回浮点型 http://service.info[service,] 有关服务的信息。返回整数字段表示状态,启动状态;字符串 - 以字段作为显示名,路径,用户; 文本 - 使用字段作为描述; 状态码:0 - 运行,1 - 暂...
proc_info[process,,] 各种有关特定进程的信息。它返回一个浮点值。 sensor[device,sensor,] 硬件传感器读数。返回浮点型 service.info[service,] Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text - with param as descripti...
proc.cpu.util[<name>,<user>,<type>,<cmdline>,<mode>,<zone>] CPU进程百分比。返回浮点值 proc.mem[<name>,<user>,<mode>,<cmdline>,<memtype>] 进程内存,以字节为单位。返回整数 proc.num[<name>,<user>,<state>,<cmdline>] 进程数。返回整数 proc_info[process,<attribute>,<type>] 各种有关...
proc_info[iexplore.exe,wkset,sum] - to get the amount of physical memory takenby all Internet Explorer processes proc_info[iexplore.exe,pf,avg] - to get the average number of page faults forInternet Explorer processes Note that on a 64-bit system, a 64-bit Zabbix agent is required for ...
方法就是读取proc下的文件来获取了。 cpu使用率: /proc/stat ,内存使用情况: /proc/meminfo 看程序 : /*** * @file: statusinfo.c * * @brief: 从linux系统获取cpu及内存使用情况 * * @version 1.0 * * @author 抹黑 * * @date 2009年3月17日 * ***/ typedef struct...
proc_info[process,<attribute>,<type>] 各种有关特定进程的信息。它返回一个浮点值。 sensor[device,sensor,<mode>] 硬件传感器读数。返回浮点型 service.info[service,] Information about a service. Returns integer with param as state, startup; string - with param as displayname, path, user; text -...
键值:memory_biso_support_info 、 memory_hardware_info 应用集:Memory 内存硬件 5.2.2 监控结果 1 、监测中 > 最新数据 >Memory 内存硬件 >memery 内存信息 可以看到,序列依次为:内存序号、容量、制造商、型号、序列号、速率。 2、监测中 > 最新数据 >Memory 内存硬件 >memery 内存主板支持 ...
info- 可能的值: =>full(默认),curfreq,maxfreq,model或者vendor <system.hw.cpu[0,vendor] → AuthenticAMD 从/proc/cpuinfo 和 /sys/devices/system/cpu/[cpunum]/cpufreq/cpuinfo_max_freq 获取信息。 如果指定了CPU编号和curfreq或maxfreq,则返回数值(Hz)。
(2) 读取/proc/meminfo文件 该功能在VM_MEMORY_PROC_MEMINFO函数中实现。向meminfo_entry参数传递"Cached:", "Active:", "AnonPages:", "Inactive:", "Slab:"字段。 其中available的获取比较特殊,它先检测/proc/meminfo文件文件中是否有"MemAvailable:"字段,如果没有,则再调用sysinfo函数获取。
该功能在VM_MEMORY_PROC_MEMINFO函数中实现。向meminfo_entry参数传递"Cached:", "Active:", "AnonPages:", "Inactive:", "Slab:"字段。 其中available的获取比较特殊,它先检测/proc/meminfo文件文件中是否有"MemAvailable:"字段,如果没有,则再调用sysinfo函数获取。