Added backlock info to aeron

This commit is contained in:
Robinson 2022-07-15 01:04:35 -04:00
parent 9eb0bbee5f
commit 0e652c2331
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -69,6 +69,10 @@ class MultiClientTest : BaseTest() {
System.out.format("%3d: %,20d - %s%n", counterId, counterValue, label)
//}
}
println(server.driverBacklog().output())
stopEndPoints(10000L)
}
}