Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RING_BUFFER_BENCHMARK
:
CONFIG_RING_BUFFER
ring_buffer_benchmark
This option creates a test to stress the ring buffer and benchmark it. It creates its own ring buffer such that it will not interfere with any other users of the ring buffer (such as ftrace). It then creates a producer and consumer that will run for 10 seconds and sleep for 10 seconds. Each interval it will print out the number of events it recorded and give a rough estimate of how long each iteration took.
It does not disable interrupts or raise its priority, so it may be affected by processes that are running.
If unsure, say N.
Raw data from LKDDb:
lkddb module ring_buffer_benchmark CONFIG_RING_BUFFER_BENCHMARK : kernel/trace/Kconfig : "Ring buffer benchmark stress tester" # in 2.6.31–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12, 6.13-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index
Automatically generated (in year 2024). See also LKDDb sources on GitLab