G
GigaSieve

Top Requested URIs

See which URLs get the most traffic so you can spot hot endpoints, abuse, or broken links.

Open in App

How it works

  1. Drop your access.log file into GigaSieve.
  2. The parser extracts request paths from each line.
  3. URIs are grouped and ranked by frequency.
  4. Open any URI to inspect surrounding lines.

Sample Input and Output

Input

203.0.113.10 - - "GET /api/users" 200 1200
203.0.113.11 - - "GET /" 200 800
203.0.113.10 - - "GET /api/users" 200 900
203.0.113.12 - - "GET /pricing" 404 10

Output

/api/users: 2
/: 1
/pricing: 1

Tip

Filter by status code (404/500) to find broken or failing URLs faster.

Related Recipes

Related Guides