Skip to content

Commit 5eac9ec

Browse files
authored
add link to the blog post "Delay accounting: an underrated feature of the Linux kernel"
1 parent 33d536d commit 5eac9ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ The agent gathers per-process counters through [Netlink](https://man7.org/linux/
5050
* [container_resources_cpu_delay_seconds_total](https://coroot.com/docs/metrics/node-agent#container_resources_cpu_delay_seconds_total)
5151
* [container_resources_disk_delay_seconds_total](https://coroot.com/docs/metrics/node-agent#container_resources_disk_delay_seconds_total)
5252

53+
54+
<img src="https://coroot.com/static/img/blog/delay_accounting_aggregation.svg" width="800" />
55+
56+
Related blog posts:
57+
* [Delay accounting: an underrated feature of the Linux kernel](https://coroot.com/blog/linux-delay-accounting)
58+
59+
5360
### Out-of-memory events tracing
5461

5562
The [container_oom_kills_total](https://coroot.com/docs/metrics/node-agent#container_oom_kills_total) metric shows that a container has been terminated by the OOM killer.

0 commit comments

Comments
 (0)