Skip to content

Commit

Permalink
Fixed a couple minor documentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiehl committed Sep 29, 2014
1 parent 3d4c809 commit e2d127d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/iosnoop_example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ subsystem). You can try the -Q option for more reliable process identification.
The -Q option begins tracing on block I/O queue insert, instead of issue.
Here's before and after, while dd(1) writes a large file:

# .liosnoop
# ./iosnoop
Tracing block I/O. Ctrl-C to end.
COMM PID TYPE DEV BLOCK BYTES LATms
dd 26983 WS 202,16 4064416 45056 16.70
Expand Down Expand Up @@ -162,7 +162,7 @@ when the block device I/O was issued, but they didn't originate it.

Now the -Q option is used:

# .liosnoop -Q
# ./iosnoop -Q
Tracing block I/O. Ctrl-C to end.
COMM PID TYPE DEV BLOCK BYTES LATms
kjournald 1217 WS 202,16 6132200 45056 141.12
Expand Down

0 comments on commit e2d127d

Please sign in to comment.