Command Palette

Search for a command to run...

vercel_httpstat

Visualize HTTP request timing statistics with automatic bypass tokens (Beta)

Syntax
vercel httpstat [path] [options]
Examples
Common usage examples
vercel httpstat /api/hello
vercel httpstat /api/data -n 10
vercel httpstat /api/users -X POST -H "Content-Type: application/json" -d '{"name":"John"}'
Use Cases
When to use this command
  • Performance analysis
  • API timing diagnostics
  • Latency investigation
  • Connection debugging