Lines Matching +full:we +full:- +full:on +full:- +full:ns
1 .. SPDX-License-Identifier: GPL-2.0
18 ------
20 You should first ensure your system is running on a kernel built with
25 ---------------
27 For the demonstration, we will use the default user space tool for DAMON,
29 https://github.com/damonitor/damo. The examples below assume that ``damo`` is on
44 $ sudo damo start "./masim ./configs/stairs.cfg --quiet"
51 5 addr [127.649 TiB , 127.649 TiB) (8.000 KiB ) access 60 % age 0 ns
83 $ sudo damo record -o damon.data $(pidof masim)
96 (x-axis) got accessed when (y-axis) and how frequently (number).::
98 $ sudo damo report heats --heatmap stdout
114 # x-axis: space (139728247021568-139728453431248: 196.848 MiB)
115 # y-axis: time (15256597248362-15326899978162: 1 m 10.303 s)
121 $ sudo damo report wss --range 0 101 10
137 Using ``--sortby`` option with the above command, you can show how the working
140 $ sudo damo report wss --range 0 101 10 --sortby time
163 $ sudo damo schemes --damos_access_rate 0 0 --damos_sz_region 4K max \
164 --damos_age 60s max --damos_action pageout \