{"name":"OS Wait Time: Async_Network_IO (secs)","description":"Asynchronous network IO references the amount of time that SQL Server processes spend waiting on data to be transmitted to and from the client. High values may indicate slow network performance, but may also indicate that clients are not fetching data quickly, or are leaving connections open with data still available to be fetched. Values are displayed in seconds, and are collected once per server (this is a server-centric value).","tsql":"SELECT  wait_time_ms \/ 1000.0 AS wait_time_sec\r\nFROM    sys.dm_os_wait_stats \r\nWHERE   wait_type = 'ASYNC_NETWORK_IO';\r\n","instances":true,"frequency":600,"databases":{"mode":1},"rateofchange":true,"metricenabled":true,"noalertremark":"An alert is not defined","alertdescription":"Alert description goes here","aboveorbelow":"above","collections":3,"alertenabled":true,"_thresholds_high":{"selected":true,"value":800},"_thresholds_medium":{"selected":true,"value":500},"_thresholds_low":{"selected":true,"value":100},"targetentitytype":0}