Browser wise event count

I want to get break up of event count by different properties like browser, device, OS, location etc. For example event count for chrome, FF and IE etc.

DevicesDetection.getBrowsers gives all the browsers and visits and total actions with that browser. But I am not able to get the count for that event only. it gives me nb_actions which is different from nb_events count.