This AI is still in early stages of development.
Process API Diagnostics
- Aubergine
Â
Routines
This page assumes you are using Diag's chat interface to run diagnostics. If you are running diagnostics from code, see Diag API documentation for syntax.
When specifying a specific process by its name
please note that process names are case sensitive.
Command | Notes | Process Ver |
---|---|---|
diag process max results | Limit number of Default: 5 Example: | 0.3 |
diag process list | List of all process names. Ignores | 0.3 |
diag process name info | Stats for process called name . | 0.3 |
diag process usage | List most used processes. | 0.3 |
diag process name usage | List most used tasks for process called | 0.3 |
diag process * usage | List most used tasks across all processes. | 0.3 |
diag process runtime | List slowest processes | 0.3 |
diag process name runtime | List slowest tasks for process called name . | 0.3 |
diag process * runtime | List slowest tasks across all processes. | 0.3 |
diag process name crash | List crashes for process called name . | 0.3 |
diag process * crash | List crashes across all processes. | 0.3 |
diag process stalls | List currently stalling processes | 0.3 |
diag process overload | List currently overloaded processes | 0.3 |
diag process active | List currently active processes Ignores | 0.3 |
diag process inactive | List currently inactive processes Ignores | 0.3 |
diag process running | List currently running processes Ignores | 0.3 |
diag process name tasks | List tasks for process called Next task to run shown in [brackets]. Ignores | 0.3 |
Â
Â
Â
Availability
Requires:
- Warzone 3.1 or above (if using diag from within scripts)
- Warzone 3.2 or above (for chat interface)
- Ultil API v0.9 or above
- Process API v0.3 or above
- Diag API v0.1 or above
Â