Lines Matching +full:y +full:- +full:axis
1 .. SPDX-License-Identifier: GPL-2.0
18 # # build the kernel with CONFIG_DAMON_*=y, install it, and reboot
19 # mount -t debugfs none /sys/kernel/debug/
22 # ./damo/damo report heat --plot_ascii
25 shows which memory region (x-axis) is accessed when (y-axis) and how frequently
39 # x-axis: space (140286319947776-140286426374096: 101.496 MiB)
40 # y-axis: time (605442256436361-605479951866441: 37.695430s)
48 ------
51 ``CONFIG_DAMON_*=y``.
55 ---------------
66 # mount -t debugfs none /sys/kernel/debug/
82 $ sudo damo record -o damon.data $(pidof masim)
97 $ damo report heats --heatmap access_pattern_heatmap.png
98 $ damo report wss --range 0 101 1 --plot wss_dist.png
99 $ damo report wss --range 0 101 1 --sortby time --plot wss_chron_change.png
101 - ``access_pattern_heatmap.png`` will visualize the data access pattern in a
102 heatmap, showing which memory region (y-axis) got accessed when (x-axis)
104 - ``wss_dist.png`` will show the distribution of the working set size.
105 - ``wss_chron_change.png`` will show how the working set size has
111 …. [1] https://damonitor.github.io/doc/html/v17/admin-guide/mm/damon/start.html#visualizing-recorde…