summaryrefslogtreecommitdiff
path: root/src/pmie/examples/webreport.01
blob: cab9272d7253dfdd1c22c450230004d7ebd5f860 (plain)
1
2
3
4
5
6
7
8
//
// Data throughput (Kbytes per minute) summaries
//

// you may replace the metric below with any of the other
// web.allservers.bytes metrics

data_rate = web.allservers.bytes.total * 60 / 1024;