Skip to content

Commit

Permalink
fixup! chore: add more tests, benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
deansheather committed Apr 15, 2024
1 parent f81cbb9 commit 5b6c40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ $ exectrace --help

$ sudo exectrace
2021/12/01 16:42:02 Waiting for events..
[1188921, comm="node", uid=1002, gid=1003] /bin/sh -c 'which ps'
[1188922, comm="sh", uid=1002, gid=1003] which ps
[1188921, comm="node", uid=1002, gid=1003, filename=/bin/sh] /bin/sh -c 'which ps'
[1188922, comm="sh", uid=1002, gid=1003, filename=/usr/bin/which] which ps
```

## Usage
Expand Down

0 comments on commit 5b6c40a

Please sign in to comment.