Hi All,
When I was montioring the SQL server perfmonance issues, When I exectured below DMV, I got below oupput.
SELECT * FROM sys.dm_io_pending_io_requests
| io_completion_request_address | io_type | io_pending_ms_ticks | io_pending | io_completion_routine_address | io_user_data_address | scheduler_address | io_handle | io_offset |
| 0x00000004365A3BB8 | network | 122651636 | 1 | 0x000007FB73B4E6B0 | 0x00000004365A3BB8 | 0x000000043F140040 | 0x0000000000000A00 | 0 |
*io_Pending = 1 (Pending form OS level)
Please let me know how to analysze above output