Skip to content

Commit 9b2a810

Browse files
committed
docs
1 parent 8a95f95 commit 9b2a810

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
JCT is a Java agent that records real method call stacks while your application is running.
44

5-
If you work in a legacy app and ask things like "Can we remove this?" or "Is this code path still hit in production-like traffic?", JCT gives you hard runtime evidence instead of guesses.
5+
If you work in a legacy app and ask things like "Can we remove this?" or "Is this code path still hit in production traffic?", JCT gives you hard runtime evidence instead of guesses.
66

77
## Table of Contents
88

@@ -146,6 +146,7 @@ JCT currently ships with three output processors.
146146
- Writes one JSON event per line into a daily log file (`jct_yyyy_dd_MM.log`) in `processor.stackFolderName`
147147
- Best when you want the simplest setup, local debugging, or offline analysis
148148
- Trade-off: local disk I/O and file handling are on you
149+
- Hint: captured traces can get very large on busy systems, so filesystem usage can grow quickly
149150
- Sample configs: `doc/config-sample-file.yaml`, `src/test/resources/integration/test-config-asyncfile.yaml`
150151

151152
- `de.marcelsauer.profiler.processor.udp.AsyncUdpStackProcessor`

0 commit comments

Comments
 (0)