The two following sections are in the order they will be returned from this endpoint.
A JSON list of integers (MB):
- Used memory
- Shared Memory
- Disk Cache
- Available Memory
- Used Swap
- Free Swap
A JSON list of integers (%):
- CPU Usage
- 100 - CPU Usage
Kills proc
Restarts proc
Pauses proc
- SIGSTOP
Unpauses proc
- SIGCONT
Returns the STDOUT & STDERR for proc
with \n
replaced with <br>\n
Reloads the configuration file and restarts any changed processes.
Returns a JSON dictionary with strings (000.00%
) for the percentage of processes in that state.
Processes that are currently running.
Processes that have been paused
Processes with return codes other than 0
(So they crashed or were killed.)
Processes with a return code of 0
(So they exited normally.)