$ requestmirror demo --live-preview
requestmirror://session/abc123def456
$ requestmirror tail --follow --session=abc123def456
POST
/w/abc123def456
{"event":"user.created","user_id":123}
47B
POST
/w/abc123def456
{"event":"payment.completed","amount":99.99}
52B
POST
/w/abc123def456
{"event":"order.shipped","order_id":"ORD-456"}
58B
█
$ requestmirror --stats --live
Live System Metrics
# System Performance Metrics
total_requests_processed
-
# All webhook requests since launch
unique_sessions_created
-
# Webhook URLs generated all-time
current_throughput_rpm
-
# Requests/min (last 60 seconds)
peak_throughput_rps_24h
-
# Max requests/sec today
# Active Usage Metrics
active_sessions_1h
-
# Developers testing right now
concurrent_websocket_conns
-
# Live dashboard connections
avg_requests_per_session
-
# Typical session volume
# Protocol Analytics
top_http_method_24h
-
# Most used HTTP verb
avg_payload_size_kb
-
# Average webhook body size
json_requests_percentage
-
# Content-Type: application/json
# System Health
uptime_hours
-
# Continuous service availability
avg_response_time_ms
-
# Webhook processing latency