Overview
Thestatus command will display information about active tunnels, including connection status, traffic statistics, and session details. This feature is planned for a future release.
Usage
Current Behavior
In v0, running this command displays:Planned Functionality
In future versions, thestatus command will show:
- Active tunnels - List of all running wormholes
- Connection status - Health and connectivity information
- Traffic statistics - Request counts, bandwidth usage
- Session details - Expiry time, authentication status
- Public URLs - Accessible endpoints
Expected Output
Planned Options
Output status information in JSON format for scripting and automation
Continuously monitor and update status in real-time
Show detailed connection and traffic information
JSON Output Example
Current Workarounds
In v0, you can check tunnel status by looking at the CLI output when you start a tunnel:The tunnel is active as long as the process is running. Press Ctrl+C to close it.
Checking If a Tunnel is Active
Method 1: Process Listing
Check if awormkey process is running:
Method 2: Test the Public URL
Visit or curl the public URL provided when you started the tunnel:Method 3: Check Local Port
Verify your local service is running:Use Cases
When implemented,status will be useful for:
Monitoring
Track tunnel health and uptime
Debugging
Identify connection issues
Analytics
Review traffic and usage patterns
Management
Manage multiple active tunnels
Related Commands
wormkey http- Create a new tunnelwormkey close- Close an active tunnelwormkey login- Authenticate to access status features
See Also
- Quick Start - Get started with Wormkey
- Self-Hosting Setup - Common issues and solutions