disk_parse_srum
Parse SRUDB.dat to extract application CPU time, network bytes sent/received, and foreground time. Identify 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 |
|---|---|---|---|
| srum_path | Yes | Path to SRUDB.dat file | |
| table | No | Which SRUM table to parse | app_resource_usage |
| app_filter | No | Filter by application name (case-insensitive substring) | |
| time_range_start | No | ISO format datetime - filter entries after this time | |
| time_range_end | No | ISO format datetime - filter entries before this time | |
| limit | No | Maximum number of entries to return |