Software Development
Pages
Home
About
Contact
Sunday, March 20, 2016
Find the most popular end points in your Rails apps
grep "Parameters:" log/production.log | grep -o '".*"' | sed --r 's/[[:digit:]]*/:id/' | sort | uniq -c
to exclude certain things, pipe to grep -v 'string to exclude'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment