You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/vm/vminsights-log-query.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Every record in VMBoundPort is identified by the following fields:
131
131
|Ip | Port IP address (can be wildcard IP, *0.0.0.0*) |
132
132
|Port |The Port number |
133
133
|Protocol | The protocol. Example, *tcp* or *udp* (only *tcp* is currently supported).|
134
-
134
+
135
135
The identity a port is derived from the above five fields and is stored in the PortId property. This property can be used to quickly find records for a specific port across time.
136
136
137
137
#### Metrics
@@ -428,7 +428,8 @@ let remoteMachines = remote | summarize by RemoteMachine;
428
428
```
429
429
430
430
## Performance records
431
-
Records with a type of *InsightsMetrics* have performance data from the guest operating system of the virtual machine. These records have the properties in the following table:
431
+
Records with a type of *InsightsMetrics* have performance data from the guest operating system of the virtual machine. These records are collected at 60 second intervals and have the properties in the following table:
432
+
432
433
433
434
434
435
| Property | Description |
@@ -468,8 +469,13 @@ The performance counters currently collected into the *InsightsMetrics* table ar
468
469
| LogicalDisk | BytesPerSecond | Logical Disk Bytes Per Second | BytesPerSecond | mountId - Mount ID of the device |
469
470
470
471
472
+
473
+
474
+
471
475
## Next steps
472
476
473
477
* If you're new to writing log queries in Azure Monitor, review [how to use Log Analytics](../logs/log-analytics-tutorial.md) in the Azure portal to write log queries.
474
478
475
479
* Learn about [writing search queries](../logs/get-started-queries.md).
0 commit comments