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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,6 @@ 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
-
135
134
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
135
137
136
#### Metrics
@@ -428,7 +427,7 @@ let remoteMachines = remote | summarize by RemoteMachine;
428
427
```
429
428
430
429
## 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:
430
+
Records with a type of *InsightsMetrics* have performance data from the guest operating system of the virtual machine. These records are collected at a sampling frequency of 60 second intervals and have the properties in the following table:
432
431
433
432
434
433
| Property | Description |
@@ -468,8 +467,10 @@ The performance counters currently collected into the *InsightsMetrics* table ar
468
467
| LogicalDisk | BytesPerSecond | Logical Disk Bytes Per Second | BytesPerSecond | mountId - Mount ID of the device |
469
468
470
469
470
+
471
471
## Next steps
472
472
473
473
* 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
474
475
475
* Learn about [writing search queries](../logs/get-started-queries.md).
0 commit comments