Lines Matching full:access
37 Snapshot Data Access Patterns
40 The commands below show the memory access pattern of a program at the moment of
45 $ sudo damo report access
48 0 addr 86.182 TiB size 8.000 KiB access 0 % age 14.900 s
49 1 addr 86.182 TiB size 8.000 KiB access 60 % age 0 ns
50 2 addr 86.182 TiB size 3.422 MiB access 0 % age 4.100 s
51 3 addr 86.182 TiB size 2.004 MiB access 95 % age 2.200 s
52 4 addr 86.182 TiB size 29.688 MiB access 0 % age 14.100 s
53 5 addr 86.182 TiB size 29.516 MiB access 0 % age 16.700 s
54 6 addr 86.182 TiB size 29.633 MiB access 0 % age 17.900 s
55 7 addr 86.182 TiB size 117.652 MiB access 0 % age 18.400 s
56 8 addr 126.990 TiB size 62.332 MiB access 0 % age 9.500 s
57 9 addr 126.990 TiB size 13.980 MiB access 0 % age 5.200 s
58 10 addr 126.990 TiB size 9.539 MiB access 100 % age 3.700 s
59 11 addr 126.990 TiB size 16.098 MiB access 0 % age 6.400 s
60 12 addr 127.987 TiB size 132.000 KiB access 0 % age 2.900 s
65 memory access generator program called ``masim``. The second command asks DAMO
68 monitored access pattern of the process from DAMON and shows the pattern in a
71 The first line of the output shows the relative access temperature (hotness) of
75 relative location and access temperature of the region. ``[...]`` means
80 (``addr XX size XX``) of the process is how frequently (``access XX %``)
89 Recording Data Access Patterns
92 The commands below record the memory access patterns of a program and save the
98 The line of the commands run the artificial memory access
100 access two 100 MiB sized memory regions one by one. You can substitute this
101 with your real workload. The last line asks ``damo`` to record the access
170 Data Access Pattern Aware Memory Management