File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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+ - [ #4490 ] ( https://github.com/firecracker-microvm/firecracker/pull/4490 ) : 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
You can’t perform that action at this time.
0 commit comments