Commit e122ff1
committed
feat(metrics/net): add tx backlog metrics
This metric accumulates the number of pending
requests sitting in the Tx virtio queue while a request
is being processed.
This may give an insight at how sensible it would
be to think of processing ingress traffic parallelly.
(cherry picked from commit 3753f35)
Signed-off-by: Nikita Kalyazin <[email protected]>1 parent ae803c0 commit e122ff1
File tree
3 files changed
+8
-0
lines changed- src/vmm/src/devices/virtio/net
- tests/host_tools
3 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
595 | 598 | | |
596 | 599 | | |
597 | 600 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| |||
269 | 271 | | |
270 | 272 | | |
271 | 273 | | |
| 274 | + | |
| 275 | + | |
272 | 276 | | |
273 | 277 | | |
274 | 278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
0 commit comments