Skip to content

Commit

Permalink
Add todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
yatanokarasu authored Jan 15, 2018
1 parent 6e21868 commit 061d687
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,12 @@ java -javaagent:/path/to/sniffer4j.jar=<options> <YOUR_APP>
|---|---|---|---|
| `patterns` | Regex | Regular Expression that specifies the packages to be measure.<br />You can use `;` to specify multiple packages. | `patterns=org.example.*;com.example.controller`
| `logpath` | String | **UNDERCONSTRUCTIONS** | `logpath=/path/to/sniffer4j.log` |


# ToDo

- [ ] `threshold` option
- [ ] JUL(java.util.logging) implementation
- [ ] Pluggable implementation
- [ ] periodically output
- [ ] Virsualization

0 comments on commit 061d687

Please sign in to comment.