02 2023 档案
摘要:脚本 脚本 #!/bin/bash # 获取要监控的本地服务器IP地址 IP=`/usr/sbin/ifconfig | grep inet | grep -vE 'inet6|127.0.0.1' | awk '{print $2}'` # 获取cpu总核数 cpu_num=`grep -c "m
阅读全文
摘要:GROK 在线工具 在线英文版地址 http://grokconstructor.appspot.com/ 中文翻译版 GitHub https://github.com/systemmin/GrokConstructor/blob/develop/README.zh_CN.md 软件下载地址 ht
阅读全文