Skip to content

Instantly share code, notes, and snippets.

@kubosuke
Created January 30, 2023 06:24
Show Gist options
  • Save kubosuke/0fb0d52fa3bc5e6c86bfd73cfba04652 to your computer and use it in GitHub Desktop.
Save kubosuke/0fb0d52fa3bc5e6c86bfd73cfba04652 to your computer and use it in GitHub Desktop.
count-log-per-attributes.md

sample logs

2023-01-30 00:00:31,344 [xxxxx] INFO  LogService  - 2023-01-30	00:00:31	0.0.0.0	-	0.0.0.0	1025	GET	/data/foo/bar	foobar
awk '{A[$13]++}END{for(i in A)print i,A[i]}' access.log
DELETE 7034
GET 660341
PUT 184278
POST 38889
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment