Note that there are some explanatory texts on larger screens.

plurals
  1. POjHiccup: histogram data seems inconsistent
    primarykey
    data
    text
    <p>I'm running an application with Azul's jHiccup. The application is started via jsvc with -javaagent option. jHiccup settings are default (except for output filename).</p> <p>The application runs for ~107 minutes. However, if I add up all the values from the resulting <code>hgrm</code> file, total length of the hiccups seems too large.</p> <p>I calculate the sum of the hiccup values like this:</p> <pre><code>Sum( (TotalCountIncludingThisValue[n] - TotalCountIncludingThisValue[n-1]) * Value[n] ) </code></pre> <p>The result is 12.75 mln., or ~213 minutes (presuming the values are in milliseconds). That is about twice the duration of the application run.</p> <p><code>Total count * Mean</code> (from the bottom of the histogram values) also give 12 mln., so the formula is likely to be correct.</p> <p>For comparison, I added up "Application time" and "Stopped time" from GC log. The results are close to what I expect: ~105 min. app time and ~2 min. stopped time.</p> <hr> <p>I've accidentally overwritten the original files, so these are the example files from a different run:<br> <a href="https://dl.dropboxusercontent.com/u/644287/jHiccup/hiccup.dat" rel="nofollow">https://dl.dropboxusercontent.com/u/644287/jHiccup/hiccup.dat</a><br> <a href="https://dl.dropboxusercontent.com/u/644287/jHiccup/hiccup.dat.hgrm" rel="nofollow">https://dl.dropboxusercontent.com/u/644287/jHiccup/hiccup.dat.hgrm</a></p> <p>The run took ~79 minutes (17:50-19:09), however Mean*TotalCount is ~23 mln. (that is, 380 minutes).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload