Java Performance: Cluster 7.1.1-3175-enterprise
Cluster Versions
Select cluster versions to compare
1/3
Cluster 7.1.1
?
Display Metric
Select which metric to display across all charts
Average Duration (μs)
Min Duration (μs)
Max Duration (μs)
P50 Duration (μs)
P95 Duration (μs)
P99 Duration (μs)
Total Operations
Successful Operations
Failed Operations
Core Operations:
KV Get
KV Replace
KV Insert
KV Get - Java
No data available
KV Replace - Java
No data available
KV Insert - Java
No data available
Horizontal Scaling:
Horizontal Scaling
Horizontal Scaling - Java
Tests how the SDK scales with parallelism, using KV gets. The SDK's default numKvConnections setting is used (and is likely to be a bottleneck).
No data available
Metrics
All these tests are doing KV gets in 20 threads.
System Metrics:
Memory
Thread Count
Process CPU
Memory - Java
Measures the maximum heap memory used in MB by the performer+SDK.
No data available
Thread Count - Java
Measures the maximum thread count used by the performer+SDK.
No data available
Process CPU - Java
Measures the average process CPU used by the performer+SDK, in %.
No data available
Transactions:
Transactions (write) (1 thread)
Transactions (write) (20 threads)
Transactions (readonly) (1 thread)
Transactions (readonly) (20 threads)
Transactions (write) - Java
Each transaction is doing one KV replace and one KV insert.
No data available
Transactions (write) - Java
Each transaction is doing one KV replace and one KV insert.
No data available
Transactions (readonly) - Java
Each transaction is doing one KV read. It should have near-identical performance to non-transactional KV gets.
No data available
Transactions (readonly) - Java
Each transaction is doing one KV read. It should have near-identical performance to non-transactional KV gets.
No data available
API Comparisons:
Horizontal Scaling (Reactive)
KV Gets (Blocking API)
KV Gets (Reactive API)
Horizontal Scaling (Reactive) - Java
Tests how the SDK scales with parallelism, using KV gets and the reactive API.
No data available
KV Gets (Blocking API) - Java
Standard blocking API performance for KV operations.
No data available
KV Gets (Reactive API) - Java
Reactive/Async API performance for KV operations.
No data available