--- wikisrc/tutorials/how_to_enable_and_run_dtrace.mdwn 2017/10/13 04:38:31 1.21 +++ wikisrc/tutorials/how_to_enable_and_run_dtrace.mdwn 2017/10/13 08:24:18 1.22 @@ -51,13 +51,13 @@ Set the system to load the solaris and d For example, add the following to `/etc/modules.conf` (the file may not exist already on a system): - solaris - dtrace - dtrace_sdt - dtrace_fbt - dtrace_lockstat - dtrace_profile - dtrace_syscall +- `solaris` +- `dtrace` +- `dtrace_sdt` +- `dtrace_fbt` +- `dtrace_lockstat` +- `dtrace_profile` +- `dtrace_syscall` A `dtrace` device node is created automatically in `/dev/dtrace` when the modules are loaded into place. @@ -136,8 +136,8 @@ Starting with NetBSD-8, on builds where At present, the following scripts are installed in `/usr/sbin`: - dtruss - An implementation of the truss utility in DTrace which traces the system calls - made by a process - execsnoop - snoop on execution of processes as they occur - opensnoop - snoop on openning of files as they occur - procsystime - print process system call time details. +- `dtruss` - An implementation of the truss utility in DTrace which traces the system calls +made by a process +- `execsnoop` - snoop on execution of processes as they occur +- `opensnoop` - snoop on openning of files as they occur +- `procsystime` - print process system call time details.