Skip to content

Commit b8ce034

Browse files
committed
doc(changelog): add entry for io load metrics
- block/net file/tap access latencies - block/net virtio queue backlog lengths Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent ac3097d commit b8ce034

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ and this project adheres to
1717
be deduced from the available emitted metrics.
1818
- [#4360](https://github.com./firecracker-microvm/firecracker/pull/4360): Added
1919
dev-preview support for backing a VM's guest memory by 2M hugetlbfs pages.
20-
Please see the [documentation](docs/hugepages.md) for more information.
20+
Please see the [documentation](docs/hugepages.md) for more information
21+
- [#4486](https://github.com./firecracker-microvm/firecracker/pull/4486): Added
22+
block and net device metrics for file/tap access latencies and queue backlog
23+
lengths, which can be used to analyse saturation of the Firecracker VMM thread
24+
and underlying layers. Queue backlog length metrics are flushed periodically.
25+
They can be used to esimtate an average queue length by request by dividing
26+
its value by the number of requests served.
2127

2228
### Changed
2329

0 commit comments

Comments
 (0)