question

SukirtiSen-2775 avatar image
0 Votes"
SukirtiSen-2775 asked olufemiaMSFT edited

Alert Notification "Network - Read-Write Bytes per Second" - Implications

We have been receiving alerts lately related to writebytespersecond into the log analytics workspace.
Here is the insight query for this

 InsightsMetrics 
 | where Namespace contains "Network" 
 | where Name == "ReadBytesPerSecond" or Name == "WriteBytesPerSecond" 
 | where Val > 512000 

We are on DS1_V2 series VMs. I have a questions
Is there a way to find out from Azure diagnostic queries, which operations are the top contributors to the write operation?

azure-monitor
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Need some pointers here, anyone?

0 Votes 0 ·

1 Answer

olufemiaMSFT avatar image
0 Votes"
olufemiaMSFT answered olufemiaMSFT edited

Hi @SukirtiSen-2775 ,

Did some digging and wasn't able to find a direct path to derive top contributors to write operations but you may be able to map to the unique resource ID/Name and process ID/Name per related documentation. Also sharing a link to sample map queries for your reference.

177617-maprecords.png


Please let me know if this helps.



maprecords.png (88.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.