Skip to content

Commit 5889401

Browse files
Merge pull request #251350 from RepinStyle/docs-editor/vminsights-log-query-1694638221
Add performance record collection intervals
2 parents e4de54d + 340eead commit 5889401

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/azure-monitor/vm/vminsights-log-query.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Every record in VMBoundPort is identified by the following fields:
131131
|Ip | Port IP address (can be wildcard IP, *0.0.0.0*) |
132132
|Port |The Port number |
133133
|Protocol | The protocol. Example, *tcp* or *udp* (only *tcp* is currently supported).|
134-
134+
135135
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.
136136

137137
#### Metrics
@@ -428,7 +428,8 @@ let remoteMachines = remote | summarize by RemoteMachine;
428428
```
429429

430430
## 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+
432433

433434

434435
| Property | Description |
@@ -468,8 +469,13 @@ The performance counters currently collected into the *InsightsMetrics* table ar
468469
| LogicalDisk | BytesPerSecond | Logical Disk Bytes Per Second | BytesPerSecond | mountId - Mount ID of the device |
469470

470471

472+
473+
474+
471475
## Next steps
472476

473477
* 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.
474478

475479
* Learn about [writing search queries](../logs/get-started-queries.md).
480+
481+

0 commit comments

Comments
 (0)