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
`PercentIdleTime` | `cpu/usage_idle` | Percentage of time during the aggregation window that processors ran the kernel idle loop
639
-
`PercentProcessorTime` | `cpu/usage_active` | Percentage of time running a non-idle thread
640
-
`PercentIOWaitTime` | `cpu/usage_iowait` | Percentage of time waiting for IO operations to finish
641
-
`PercentInterruptTime` | `cpu/usage_irq` | Percentage of time running hardware or software interrupts and DPCs (deferred procedure calls)
642
-
`PercentUserTime` | `cpu/usage_user` | Of non-idle time during the aggregation window, the percentage of time spent in user mode at normal priority
643
-
`PercentNiceTime` | `cpu/usage_nice` | Of non-idle time, the percentage spent at lowered (nice) priority
644
-
`PercentPrivilegedTime` | `cpu/usage_system` | Of non-idle time, the percentage spent in privileged (kernel) mode
638
+
`PercentIdleTime` | `cpu idle time` | Percentage of time during the aggregation window that processors ran the kernel idle loop
639
+
`PercentProcessorTime` | `cpu percentage guest os` | Percentage of time running a non-idle thread
640
+
`PercentIOWaitTime` | `cpu io wait time` | Percentage of time waiting for IO operations to finish
641
+
`PercentInterruptTime` | `cpu interrupt time` | Percentage of time running hardware or software interrupts and DPCs (deferred procedure calls)
642
+
`PercentUserTime` | `cpu user time` | Of non-idle time during the aggregation window, the percentage of time spent in user mode at normal priority
643
+
`PercentNiceTime` | `cpu nice time` | Of non-idle time, the percentage spent at lowered (nice) priority
644
+
`PercentPrivilegedTime` | `cpu privileged time` | Of non-idle time, the percentage spent in privileged (kernel) mode
645
645
646
646
The first four counters should sum to 100 percent. The last three counters also sum to 100 percent. These three counters subdivide the sum of `PercentProcessorTime`, `PercentIOWaitTime`, and `PercentInterruptTime`.
647
647
@@ -651,17 +651,17 @@ The Memory class of metrics provides information about memory use, paging, and s
651
651
652
652
Counter | `azure.vm.linux.guestmetrics` Display Name | Meaning
`BytesTransmitted` | `net/bytes_sent` | Total bytes sent since startup
677
-
`BytesReceived` | `net/bytes_recv` | Total bytes received since startup
678
-
`BytesTotal` | `net/bytes_total` | Total bytes sent or received since startup
679
-
`PacketsTransmitted` | `net/packets_sent` | Total packets sent since startup
680
-
`PacketsReceived` | `net/packets_recv` | Total packets received since startup
681
-
`TotalRxErrors` | `net/err_in` | Number of receive errors since startup
682
-
`TotalTxErrors` | `net/err_out` | Number of transmit errors since startup
683
-
`TotalCollisions` | `net/drop_total` | Number of collisions reported by the network ports since startup
676
+
`BytesTransmitted` | `network out guest os` | Total bytes sent since startup
677
+
`BytesReceived` | `network in guest os` | Total bytes received since startup
678
+
`BytesTotal` | `network total bytes` | Total bytes sent or received since startup
679
+
`PacketsTransmitted` | `packets sent` | Total packets sent since startup
680
+
`PacketsReceived` | `packets received` | Total packets received since startup
681
+
`TotalRxErrors` | `packets received errors` | Number of receive errors since startup
682
+
`TotalTxErrors` | `packets sent errors` | Number of transmit errors since startup
683
+
`TotalCollisions` | `network collisions` | Number of collisions reported by the network ports since startup
684
684
685
685
### builtin metrics for the File system class
686
686
687
687
The File system class of metrics provides information about file system usage. Absolute and percentage values are reported as they would be displayed to an ordinary user (not root).
688
688
689
689
Counter | `azure.vm.linux.guestmetrics` Display Name | Meaning
0 commit comments