Hi,
Thank you. The only issue with this, as far as I know this is by Event Processor and sometimes an EP can serve more than one domains :) Also I think the exact same information used in some builtin dashboard / pulse dashboard / QDI graph to display raw and coalesced EPS per EP
Laszlo
------Original Message------
I offer, without warranty as to usefulness and correctness, the following. Use at your own risk! :)
I have had good luck with the following columns and filters.
I am not 100% on the regexes gathering the exact right data. IBM has been vague about how the information is reported, for instance, a stat event has the following payload (in part)
[-/- -]Events per second: 1s:54,105 (peak 588,962) (compression: 49%) 5s:48,115 (peak 275,454) (compression: 58%) 10s:55,115 (peak 159,242) (compression: 52%) 30s:48,101 (peak 91,148) (compression: 52%) 60s:43,85 (peak 66,136) (compression: 49%)
This will be read as raw events last second 105
Coalesced events last second 54
same goes for 60s timing, my assumption is that the
as best I can tell, the compression ratio for more than 1 second is an average for the period, but that is a total guess.
This is how I THINK it works, hopefully somebody from IBM lurking here can chime in with corrections/amplifications.
The best information I have about this is as follows:
Events per second:1s:54,104(peak588,962) can be interpreted this way:
54 coalesced events in the last second, 104 raw for the last second. Peak
Search Criteria,
Time Range
Recent Last 15 Minutes
Group By
Parent(Custom)
Columns.
Events per Second Coalesced-Peak 1 Sec (custom)
Events per second Raw- Peak 1 sec (custom)
Events per second Coalesced Average 1 min (custom)
Events per second Raw-Average 1 Min
Current Filters
Logs Source Type is System Notification
Payload Contains is Events per second
Payload Contains is StatFilter
Custom event properties are as follows (I think they are right):
Events per Second Coalesced Peak 1 Sec Regex StatFilter.+1s\:(\d+)\,\d+\s
Events per Second Raw - Peak 1 sec Regex: StatFilter.+1s\:\d+\,(\d+)\s
Events per second Coalesced Average 1 min Regex StatFilter.+60s\:(\d+)\,\d+\s
Events per Second Raw - Average 1 min Regex: StatFilter.+60s\:\d+\,(\d+)\s
Cheers,
------------------------------
_____________________
Daniel Sichel
------------------------------