List Active Services
list_active_servicesLists currently executing in-flight transactions, sorted by elapsed time descending, to help identify hangs and slow conditions. Use to see what is running right now with optional filters.
Instructions
Show all currently executing requests (in-flight transactions). Use when investigating hangs, slow conditions, or asking 'what is running right now'. Returns active services sorted by elapsed time descending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| obj_hash | No | Specific agent object hash | |
| obj_type | No | Object type filter (e.g. 'tomcat') | |
| thread_id | No | Specific thread ID to get detailed info. Requires obj_hash. | |
| min_elapsed_ms | No | Only show services running longer than this (ms) |