Skip to content

Instantly share code, notes, and snippets.

@Kami-no
Created October 31, 2018 20:51
Show Gist options
  • Save Kami-no/fff115ca0f70ac1612888158857cd757 to your computer and use it in GitHub Desktop.
Save Kami-no/fff115ca0f70ac1612888158857cd757 to your computer and use it in GitHub Desktop.
nginx rps one-liner
#!/bin/bash
tail /var/log/nginx/kami-no_ru.error.log | awk '{print substr($0,0,19)}' | sort | uniq -c | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment