Backoff exponential calculator

Calculate and quickly visualize the behavior of an exponential backoff algorithm.

Configuration Parameters

The initial time to wait before the first retry.

The maximum number of times to retry the operation.

The factor by which the delay increases for each retry.

The percentage of random variation to add to the delay.

Global Metrics

31.0s
Total Time

The cumulative wait time across all retries.

6.2s
Average Delay

The average wait time for a single retry.

4.0s
Median Delay

The middle value of all retry delays, resistant to outliers.

16.0s
Maximum Delay

The longest single wait time between retries.

Retry Details

AttemptWait DelayCumulative TimeProgress
#11.0s1.0s
#22.0s3.0s
#34.0s7.0s
#48.0s15.0s
#516.0s31.0s