disk_parse_srum
Parse SRUDB.dat to retrieve application resource usage including CPU time, network activity, and foreground duration per program.
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 |