Peter Veentjer

Results 38 issues of Peter Veentjer

When -m setting is set to a high value like 1000 and running an ec2 instance like i3en.metal with a high number of cores, fio fails because a fio specification...

My impression is that they are frequently off by a factor 1000. The problem is already visible in the CSV file. It seems that latencies are sometimes in the hundreds...

The HistogramLogProcessor can now be subclassed and the subclass is responsible for determining the content to write. This makes it possible to customize the statistics written to file.

Contains a new CSV writer that gives more detailed output than the CSV/CSV_TS. It is still work in progress; a more detail on gc times and probably some other derived...

Currently the CSV formats have only limited information. So add a new CSV option that outputs a lot more data. I'm actually working on this feature and I'll create a...

### Describe the bug The worker contains the following code: ``` for (int i = 0; i < n; i++) { Unsafe.getUnsafe().loadFence(); try { try { useful |= jobs.get(i).run(workerId); }...

Bug
Question

Is it possible to disable the automatic scroll on output? I frequently run benchmarks and each benchmark generates a line per measured time unit. And while the test is running,...