jHiccup is a non-intrusive instrumentation tool that logs and records
platform "hiccups" - including the JVM stalls that often happen when
Java applications are executed and/or any OS or hardware platform noise
that may cause the running application to not be continuously runnable.
Other
686
stars
92
forks
source link
Help requested on how to achieve log file rotation with jHiccup logs? #43
Hi Gil,
Could you please guide me on the following
How can I achieve log file rotation after the log has reached a specific size limit. I understand we can add %pid%host%date to the log file name. But that I assume will not get rolled over, until the application restarts?
The intention is to run jHiccup on a application under load (high volume) running on a pod, that might have disk capacity restrictions. Could you please help me on what extra disk capacity is required assuming jHiccup runs inside such a high volume application.
Also , if you have a rough guideline on the size of the generated log, based on duration of run, it would be great.
Thanks in Advance,
Divya
Hi Gil, Could you please guide me on the following