Skip to content

Instantly share code, notes, and snippets.

@mlowicki
Last active June 6, 2016 21:24
Show Gist options
  • Select an option

  • Save mlowicki/75f4910cd0cee469024758d67c4bff46 to your computer and use it in GitHub Desktop.

Select an option

Save mlowicki/75f4910cd0cee469024758d67c4bff46 to your computer and use it in GitHub Desktop.
sentrycli group by tags and header
> sentrycli group 77268.json --tag browser server_name --header Content-Type
+--------------------------+-----------------+----------------------+-------+------+
| Content-Type | browser | server_name | count | % |
+--------------------------+-----------------+----------------------+-------+------+
| application/octet-stream | Opera Mini 14.0 | front3.sync.lati.osa | 55 | 18.6 |
| application/octet-stream | Opera Mini 14.0 | front4.sync.lati.osa | 53 | 18.0 |
| application/octet-stream | Opera Mini 14.0 | front5.sync.lati.osa | 52 | 17.6 |
| application/octet-stream | Opera Mini 14.0 | front6.sync.lati.osa | 48 | 16.3 |
| application/octet-stream | Opera Mini 14.0 | front1.sync.lati.osa | 45 | 15.3 |
| application/octet-stream | Opera Mini 14.0 | front2.sync.lati.osa | 42 | 14.2 |
+--------------------------+-----------------+----------------------+-------+------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment