pix_list_storage_devices
List storage devices recorded in a PIX capture, sorted by I/O activity, to identify device IDs for file I/O analysis.
Instructions
The storage devices this capture watched, busiest first.
device_id from here goes to pix_get_file_io. Sorted by title_operation_count - the I/O done by the process PIX attached to - rather than by the machine-wide total, because the busiest disk overall is often some other program's.
Usually empty. PIX records file I/O only when the session enabled the ETW file provider, which pix_capture_timing has no switch for, so captures taken through this server have none. A capture recorded from the PIX UI with file I/O turned on will populate this and pix_get_file_io.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capture_id | Yes | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||