Akash Services Status
This skill provides a streamlined way to check the operational status of all services running on the Akash server.
Checking Status
To check the status of all services, execute the bundled script:
bash scripts/check_status.sh
This script will:
- Iterate through all
manager-*.shscripts in/mnt/data/system/services/and/mnt/data/system/applications/. - Run the
statuscommand for each service, showing if it is running or stopped. - Check and report the number of zombie processes currently in the system.
You can use the output of this script to quickly inform the user about the system's state.