the tracing agent, and a real reflection-collision trap Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01EQNA6DJ9VgCtW6zhCE8Xud
11 lines
440 B
Plaintext
11 lines
440 B
Plaintext
$ ./target/graalvm-native-images --server.port=8085
|
|
Started GraalvmDemoApplication in 0.104 seconds (process running for 0.111)
|
|
|
|
$ curl -s "localhost:8085/report?format=plain"
|
|
OK via reflection on com.ankurm.graalvmdemo.report.PlainTextReport: REPORT: quarterly numbers
|
|
$ curl -s "localhost:8085/report?format=json"
|
|
OK via reflection on com.ankurm.graalvmdemo.report.JsonReport: {"report":"quarterly numbers"}
|
|
|
|
$ ps -o rss= -p <pid>
|
|
108120
|