Gil Tene
Gil Tene
Please close issue as "bogus"
attaching on the fly is "flakey" in the sense that it depends on the JDK of both the target process and the one you use to launch the attach. When...
Can you please get the full solr command line from ps -ef | grep java and paste it here?
@remort can you include an example of -R not matching Requests/sec? I can see that happening if -R was set high enough that the number of threads (-t) and/or connections...
Try higher values for -c and -t, and see what happens. The attempted RPS is not limited by the server’s ability to serve requests, but the longer the server takes...
It looks like we'll need to add up tenured-SOA and tenured-LOA for this to work right, so it will need a list of nonephemeral pools, and not just one (not...
The use of clocks can be seen in the source (e.g. https://github.com/giltene/jHiccup/blob/master/src/main/java/org/jhiccup/HiccupMeter.java#L470). It would be useful if you could include a few lines of the .hlog files around the problem...
The fact that the long recording interval (~35 seconds at time offset 4953.302 in the file) includes over 33K recorded latencies all of which are shorter than (the max of)...
Looks like lots of read errors, and zero successful requests. Since there are no successful requests, there is no latency information... What does the original wrk (as opposed to wrk)...
Is the 1 connection (non working) thing above from wrk or wrk2? (hard to tell from cmd line, because the wrk2 command is still "wrk") If [the original] wrk doesn't...