@@ -10,20 +10,18 @@ DAMON provides below interfaces for different users.
10
10
`This <https://github.com/awslabs/damo >`_ is for privileged people such as
11
11
system administrators who want a just-working human-friendly interface.
12
12
Using this, users can use the DAMON’s major features in a human-friendly way.
13
- It may not be highly tuned for special cases, though. It supports both
14
- virtual and physical address spaces monitoring. For more detail, please
15
- refer to its `usage document
13
+ It may not be highly tuned for special cases, though. For more detail,
14
+ please refer to its `usage document
16
15
<https://github.com/awslabs/damo/blob/next/USAGE.md> `_.
17
16
- *sysfs interface. *
18
17
:ref: `This <sysfs_interface >` is for privileged user space programmers who
19
18
want more optimized use of DAMON. Using this, users can use DAMON’s major
20
19
features by reading from and writing to special sysfs files. Therefore,
21
20
you can write and use your personalized DAMON sysfs wrapper programs that
22
21
reads/writes the sysfs files instead of you. The `DAMON user space tool
23
- <https://github.com/awslabs/damo> `_ is one example of such programs. It
24
- supports both virtual and physical address spaces monitoring. Note that this
25
- interface provides only simple :ref: `statistics <damos_stats >` for the
26
- monitoring results. For detailed monitoring results, DAMON provides a
22
+ <https://github.com/awslabs/damo> `_ is one example of such programs. Note
23
+ that this interface provides only simple :ref: `statistics <damos_stats >` for
24
+ the monitoring results. For detailed monitoring results, DAMON provides a
27
25
:ref: `tracepoint <tracepoint >`.
28
26
- *debugfs interface. (DEPRECATED!) *
29
27
:ref: `This <debugfs_interface >` is almost identical to :ref: `sysfs interface
0 commit comments