$ cat ./scripts/processmonitor.sh #!/bin/bash process=$1 name=$2 case $2 in mem) echo "`tail -n +8 /tmp/top.txt|awk '{a[$NF]+=$6}END{for(k in a)print a[k]/1024,k}'|grep "$process"|cut -d" " -f1`" ;; cpu) echo "`tail -n +8 /tmp/top.txt|awk '{a[$NF...
Windows被动式监测 1. Agentd端:Agent\bin下AgentEngine.ini里添加被动式服务器IP,如:ServerHost=192.168.1.199 Agent端: agent/module/l agentmonitorpassive /proxymain.ini中设置MaxConcurrent的值,即更改为MaxConcurrent=100 Server端:Server\bin下TDTSConfig.ini里设置被动式开关,0关闭,1开启。如:EnablePassiveMod...
# chmod +x processcheck.sh (二)zabbix_agentd.conf配置文件修改 #nova process monitor UserParameter=process.nova-api.memory,/etc/zabbix/scripts/processcheck.sh nova-api UserParameter=process.nova-api.cpu,/etc/zabbix/scripts/processcheck.sh nova-apicpu UserParameter=process.nova-scheduler.memory,...
#cpu 正在运行或等待运行的进程数 b: The number of processes blocked waiting for I/O to complete. #处于io状态进程数量 #自行回顾: ps,top 详细信息 进程状态 ##mpstat #内存 https://github.com/silenceshell/hcache #网络 nstat/ifstat/mtr/sar ##ifstat [root@aliyun-ansible ~]# ifstat #kernel ...
; - %{total}C for user + system CPU (default) ; %u: remote user ; FPM to .php extensions to prevent malicious users to use other extensions to ; Set session path to a directory owned by process user [root@zabbix-server ~/zabbix-6.0-all-rpms]# systemctl enable --now php-fpm ...
1)[$#-ne1]echoUsage:CLOSE-WAIT|CLOSED|CLOSING|ESTAB|FIN-WAIT-1|FIN-WAIT-2|LAST-ACK|LISTEN|SYN-RECV|SYN-SENT|TIME-WAITexit1 $#是传给脚本的参数个数,该项表示如果传递给脚本的个数不等于1(只能传1个参数),则执行输出11个状态后,并再退出程序 ...
后面这几个命令在看CPU的时候已经演示了。 如何查看单个进程占用内存? 代码语言:javascript 复制 #进程占用内存公式 pmem=VmRSS/MemTotal*100process mem=虚拟内存/总内存*100 python脚本 代码语言:javascript 复制 [root@web02~]# cat mem.py #!/usr/bin/env python ...
requests)nginx_requests;;;*)echo $"USAGE:$0 {active|reading|writing|waiting|accepts|handled|requests}"esac 给脚本添加执行权限 代码语言:javascript 复制 [root@Agent]# chmod+x/etc/zabbix/scripts/nginx_status.sh 配置监控项 代码语言:javascript
这段代码首先调用 handleWindowsService 函数处理 Windows 服务相关操作。如果在这个过程中出现错误,那么将调用 eventLogErr 函数来对错误进行处理,然后用 fmt.Errorf 创建一个新的错误信息,该错误信息包含了原始错误和 eventLogErr 产生的错误。最后,调用 fatalExit 函数以错误信息作为参数,不添加任何前缀直接输出错误信...
Alias=pg\_usage:perf\_counter\[\\Paging File(\_Total)\\%Usage\] Now the shorthand keypg_usagemay be used to retrieve data. Example 2: Getting the CPU load with default and custom parameters. Alias=cpu.load:system.cpu.loadAlias=cpu.load\[\*\]:system.cpu.load\[\*\] ...