-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4df8fb0
commit fa0057d
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,15 @@ output.17890 /usr/bin/tbl out ? \_ tbl | |
output.17891 /usr/bin/groff err 3 \_ groff -mandoc -Thtml | ||
``` | ||
|
||
#Installation | ||
# Installation | ||
|
||
On a virtual environment, run: | ||
|
||
``` | ||
pip install git+ssh://[email protected]/andresdelfino/strace_tree_printer.git | ||
``` | ||
|
||
#Use | ||
# Use | ||
|
||
``` | ||
usage: strace_tree_printer [-h] [--prefix PREFIX] [--root-path ROOT_PATH] | ||
|
@@ -37,9 +37,10 @@ options: | |
--root-path ROOT_PATH | ||
``` | ||
|
||
Prefix is the argument passed to the `-o` option of the `strace` execution. | ||
PREFIX is the argument passed to the `-o` option of the `strace` execution. Defaults to "output". | ||
ROOT_PATH is the path where the logs are located. Defaults to working directory. | ||
|
||
#Output | ||
# Output | ||
|
||
Output column tells if the command wrote on `stdout` or `stderr`. | ||
Exit column content is red if the exit status is non-zero. | ||
|