Expand description
Command-line interface for orb8
Commands:
orb8 trace network- Stream live network eventsorb8 flows- Query aggregated network flowsorb8 status- Get agent status
Usage:
# Stream network events from agent on localhost:9090
orb8 trace network
# Stream events from specific agent, filtering by namespace
orb8 -a 10.0.0.5:9090 trace network -n default
# Query top flows
orb8 flows --limit 50
# Get agent status
orb8 statusStructsยง
- Agent
Status - Agent status and health information
- Network
Event - Individual network event
- Network
Flow - Aggregated network flow between endpoints