disk_parse_srum
Parse SRUDB.dat to extract application CPU time, network bytes, and foreground time. Filter by app name or time range to determine program runtime and network activity.
Instructions
Parse SRUDB.dat for application resource usage including CPU time, network bytes sent/received, and foreground time. Answers: How long did this program run? What was its network activity?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entries to return | |
| table | No | Which SRUM table to parse | app_resource_usage |
| srum_path | Yes | Path to SRUDB.dat file | |
| app_filter | No | Filter by application name (case-insensitive substring) | |
| time_range_end | No | ISO format datetime - filter entries before this time | |
| time_range_start | No | ISO format datetime - filter entries after this time |