mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
kernel: Add CONFIG_TASKSTATS (and related) configs
Knowing that the upstream project provides a "ready to use" version of the kernel, it's good to include an easy way to users to monitor performance, and that's what we're doing by enabling the TASKSTATS (and related) kernel configs. This has been present as part of older kernels, but I couldn't reasonably find the reason why it's been dropped. Signed-off-by: Champ-Goblem <cameron@northflank.com> Signed-off-by: Fabiano Fidêncio <fidencio@northflank.com>
This commit is contained in:
parent
8b49564c01
commit
cf4325b535
@ -50,3 +50,11 @@ CONFIG_PERF_EVENTS=y
|
||||
# CONFIG_BLK_DEV_LOOP needs
|
||||
CONFIG_BLOCK=y
|
||||
CONFIG_BLK_DEV=y
|
||||
|
||||
# Allow the kernel to collect and report per-task status to userspace
|
||||
#
|
||||
# This is super useful for performance monitoring
|
||||
CONFIG_TASKSTATS=y
|
||||
CONFIG_TASK_DELAY_ACCT=y
|
||||
CONFIG_TASK_XACCT=y
|
||||
CONFIG_TASK_IO_ACCOUNTING=y
|
||||
|
@ -1 +1 @@
|
||||
151
|
||||
152
|
||||
|
Loading…
Reference in New Issue
Block a user