Advertisement
Guest User

Untitled

a guest
Dec 4th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. [iandow@rhel-workstation jida-benchmark]$ java -XX:+UnlockCommercialFeatures -Djava.security.egd=file:/dev/urandom -Djmh.shutdownTimeout=0 -Djmh.shutdownTimeout.step=0 -jar target/benchmarks.jar -wi 1 -i 1 -f 1 -prof jfr
  2. # JMH 1.9.1 (released 223 days ago, please consider updating!)
  3. # VM invoker: /home/iandow/jdk1.8.0_60/jre/bin/java
  4. # VM options: -XX:+UnlockCommercialFeatures -Djava.security.egd=file:/dev/urandom -Djmh.shutdownTimeout=0 -Djmh.shutdownTimeout.step=0
  5. # Warmup: 1 iterations, 1 s each
  6. # Measurement: 1 iterations, 1 s each
  7. # Timeout: 10 min per iteration
  8. # Threads: 1 thread, will synchronize iterations
  9. # Benchmark mode: Sampling time
  10. # Benchmark: com.riverbed.benchmark.ServletBenchmark.execute
  11.  
  12. # Run progress: 0.00% complete, ETA 00:00:04
  13. # Fork: 1 of 1
  14. # Preparing profilers: jfr
  15. # Profilers consume stderr from target VM, use -v EXTRA to copy to console
  16. Started recording 1. The result will be written to:
  17.  
  18. /tmp/jmh5628030943182824683jfrData
  19. # Warmup Iteration 1: n = 374, mean = 2675 us/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 1630, 2082, 2963, 6945, 13218, 40239, 40239, 40239 us/op
  20. Iteration 1: n = 640, mean = 1613 us/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 1143, 1401, 1697, 2145, 8297, 16777, 16777, 16777 us/op
  21. <JMH had finished, but forked VM did not exit, are there stray running threads? Waiting 0 seconds more...>
  22. <shutdown timeout of 0 seconds expired, forcing forked VM to exit>
  23. # Processing profiler results: jfr Exception in thread "main" java.lang.AbstractMethodError: profilers.FlightRecordingProfiler.afterTrial(Lorg/openjdk/jmh/results/BenchmarkResult;JLjava/io/File;Ljava/io/File;)Ljava/util/Collection;
  24. at org.openjdk.jmh.runner.Runner.runSeparate(Runner.java:668)
  25. at org.openjdk.jmh.runner.Runner.runBenchmarks(Runner.java:536)
  26. at org.openjdk.jmh.runner.Runner.internalRun(Runner.java:308)
  27. at org.openjdk.jmh.runner.Runner.run(Runner.java:203)
  28. at org.openjdk.jmh.Main.main(Main.java:69)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement