lorf / zapache

Zabbix Apache Monitoring Script (from https://www.zabbix.org/wiki/Docs/howto/apache_monitoring_script#Method_3, originally from https://www.zabbix.com/forum/showthread.php?p=62457)
85 stars 44 forks source link

use one awk call to parse Scoreboard string #7

Closed iprok closed 9 years ago

iprok commented 9 years ago

I think it will be faster to use one awk call with 'split' function then two separate awk calls.

lorf commented 9 years ago

Thank You! Well done!