Skip to content

Commit

Permalink
Update linux-uprobes-and-kprobes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Day authored Jun 25, 2018
1 parent 8b526b8 commit af06a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-uprobes-and-kprobes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are two basic ways to create probes using bcc tools:
1. Invoke the particular bcc tool as a command-line utility, capture the output on stdio, enhance the output so it is consumable by the savior logging infrastructure.
2. Enhance the particular bcc tool so that it is a more functional Python class that accepts input and produces json-ized output that is directly consumable by the savior logging infrastructure. And, as python class it is composable into other python programs.

### Current Approach: Enhance each tool to be an interactive Pythonn class
### Current Approach: Enhance each tool to be an interactive Python class
I am working with the second approach from above. So far it is easier to enhance each tool directly using python than it is to capture and upgrade its stdio output.

## Repository Logistics
Expand Down

0 comments on commit af06a2a

Please sign in to comment.