The script will keep requesting a status page (can be any page served by the application server), if the request timed out or error occurs, it will try to restart application server, if restart failed… more →
广告时间 by Hugo Zhu没有昵称 wrote 8 months ago: 示例均为Perl代码 测试匹配的用法: $variable =~ m/regex/ 每个用括号包围着的,匹配成功的部分,会被分别保存到变量$1, $2, $3…中。 如果不想分组,就用(? … more →
Timo wrote 9 months ago: munin是一个类似cacti的性能展示工具,它是maste和node之分的,走的是更可靠的TCP协议。所以不会像cacti基于snmp这样的监控方式会出现各种各样的问题。同时munin的Node是有 … more →
hugozhu wrote 10 months ago: The script will keep requesting a status page (can be any page served by the application server), if … more →
hugozhu wrote 10 months ago: The script will keep requesting a status page (can be any page served by the application server), if … more →
tingwang wrote 3 years ago: 用法如下: 移动到你要修改文件名的目录下 rename.pl -l 会把该目录下的所有文件名改为小写,例如 Abcd.xx 会改为 abcd.xx rename.pl -u 会把该目录下的所有文件名改 … more →