Synopsis
Arguments
This command takes no arguments.Examples
Check status when running
Check status when stopped
Displayed information
Status
- running - Server is currently running
- stopped - Server is not running
PID
Process ID of the running Fishnet server (only shown when running).Uptime
How long the server has been running in hours and minutes format (e.g., “2h 34m” or “45m”).Active alerts
Number of unresolved security alerts:- critical - High-severity alerts requiring immediate attention
- warning - Lower-severity alerts for monitoring
Today’s spend
Total cost in USD for each service used today, with 6 decimal precision.Today’s requests
Total number of API requests made to each service today.Exit codes
- 0 - Status retrieved successfully
- 1 - Error occurred (failed to read databases, etc.)
Data sources
The status command reads from:- PID file for process status
- Spend database for cost tracking
- Audit database for request counts
- Alert database for active alerts
Related commands
- fishnet start - Start the server
- fishnet stop - Stop the server
- fishnet audit - View detailed audit logs
- fishnet doctor - Run diagnostic checks