Measure OP_STAB in both ways

This commit is contained in:
Vitaliy Filippov
2020-03-03 02:18:59 +03:00
parent 2575431176
commit 2a5ca4ff6f
2 changed files with 14 additions and 20 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ osd_t::osd_t(blockstore_config_t & config, blockstore_t *bs, ring_loop_t *ringlo
}
if (send_stat_count != 0)
{
printf("avg latency to send subops with data: %ld us\n", send_stat_sum/send_stat_count);
printf("avg latency to send stabilize subop: %ld us\n", send_stat_sum/send_stat_count);
send_stat_count = 0;
send_stat_sum = 0;
}