giltene / jHiccup

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
684 stars 92 forks source link

Add -o option which logs statistics in CSV format #8

Closed scotte closed 10 years ago

scotte commented 10 years ago

Initial support for logging in CSV format.

resolves #4

giltene commented 10 years ago

I think it would make sense for the histogram file to come out in CSV format as well when the -o flag is used. I'll build that option into HdrHistogram (1.0.9) and merge this stuff in once that version is up on maven central.

scotte commented 10 years ago

That makes sense to me, thanks for considering this pull request!

giltene commented 10 years ago

Merging this pull request, and will follow up with changes to make .hgrm file use CSV format on same option flag.

giltene commented 10 years ago

Added CSV support for .hgrm file with https://github.com/giltene/jHiccup/commit/4239a1b930c0f6bd229a8c3f71abb120b9d8f2ca