|
@@ -184,6 +184,7 @@ static void route_clients_test(NetIO &netio)
|
|
|
unsigned long diff = end - start;
|
|
unsigned long diff = end - start;
|
|
|
|
|
|
|
|
printf("client_count = %ld\n", client_count);
|
|
printf("client_count = %ld\n", client_count);
|
|
|
|
|
+ printf("bytes_sent = %ld\n", netio.reset_bytes_sent());
|
|
|
printf("Epoch %d time: %lu.%06lu s\n", i, diff/1000000, diff%1000000);
|
|
printf("Epoch %d time: %lu.%06lu s\n", i, diff/1000000, diff%1000000);
|
|
|
|
|
|
|
|
// Sleep for the rest of the epoch interval
|
|
// Sleep for the rest of the epoch interval
|