File tree 1 file changed +7
-1
lines changed
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
17
17
be deduced from the available emitted metrics.
18
18
- [ #4360 ] ( https://github.com./firecracker-microvm/firecracker/pull/4360 ) : Added
19
19
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.
21
27
22
28
### Changed
23
29
You can’t perform that action at this time.
0 commit comments