Throughput Analysis
Simple message throughput counter/visualization.
1. Sample Configuration
filename = "throughput.lua"
message_matcher = "TRUE"
ticker_interval = 60
preserve_data = true
preservation_version = 0
-- rows (integer) - Number of aggregate count buckets
-- rows = 10080 -- one week
-- sec_per_row (integer) - Number of seconds each aggregate bucket represents
-- sec_per_row = 60
-- preservation_version (integer) - This must be incremented if the rows or
-- sec_per_row value is change when using preservation (the old data is cleared)
-- preservation_version = 0
source code: throughput.lua