4P13
Lab 3


Objective

Lab Component

"dtrace" is a kernel tracing program which allows the user to see what syscalls a process is making to the kernel. "dtrace" must be run as root. If your gnome desktop is not root you will need to open and xterm and login as root, i.e. su. If you are unable to su, then you will need to add your username to group wheel.

Go to the link https://wiki.freebsd.org/DTrace/Tutorial. Spend time and go through the "DTrace One-Liner Tutorial". Type in each example and view the resulting output.

Reward Requirements

Lesson 1:

        Command  "dtrace -l | grep "syscall.*read"

Output:
        listing or partial listing of the output.

What I have learned
        List the significance of the lesson in terms of what you have learned. The description within the lesson may mirror what you put here. I'm looking for "your own words" and thoughts about the learning outcome of the lesson. Expand on the details of what has been learnt.