...not stderr. Seems more reasonable as this
command is essentially feeding back a measurement result,
rather than just commenting on its status
Fixes: http://tracker.ceph.com/issues/24022
Signed-off-by: John Spray <john.spray@redhat.com>
f->dump_int("blocksize", bsize);
f->dump_unsigned("bytes_per_sec", rate);
f->close_section();
- f->flush(ss);
+ f->flush(ds);
} else {
- ss << "bench: wrote " << byte_u_t(count)
+ ds << "bench: wrote " << byte_u_t(count)
<< " in blocks of " << byte_u_t(bsize) << " in "
<< (end-start) << " sec at " << byte_u_t(rate) << "/sec";
}