counterutil 有多种标志。此实用程序的命令格式可能为:
counterutil -o CounterObject -i 5 -n 10
其中,
-o CounterObject 表示计数对象 alarm、diskusage、serverresponse、popstat、imapstat 和 httpstat。
-i 5 指定时间间隔为 5 秒。
-n 10 表示重复次数(默认值:无穷大)。
以下是 counterutil 的用法示例:
# counterutil -o imapstat -i 5 -n 10 Monitor counteroobject (imapstat) registry /gotmail/iplanet/server5/msg-gotmail/counter/counter opened counterobject imapstat opened count = 1 at 972082466 rh = 0xc0990 oh = 0xc0968 global.currentStartTime [4 bytes]: 17/Oct/2000:12:44:23 -0700 global.lastConnectionTime [4 bytes]: 20/Oct/2000:15:53:37 -0700 global.maxConnections [4 bytes]: 69 global.numConnections [4 bytes]: 12480 global.numCurrentConnections [4 bytes]: 48 global.numFailedConnections [4 bytes]: 0 global.numFailedLogins [4 bytes]: 15 global.numGoodLogins [4 bytes]: 10446 ... |