Every Second Calculator
Convert a rate into events per second and estimate the total number of events over time.
Use it for counts, frequencies, throughput, or any repeating event you want to scale over a duration.
Result
--
Run the calculation to see the total.
| Metric | Value |
|---|---|
| Events per second | -- |
| Total events | -- |
| Seconds per event | -- |
| Duration in seconds | -- |
Quick Answer
Normalize the rate to events per second, convert the duration to seconds, and multiply the two values to get the total count.
How to Calculate
- Enter a rate value.
- Choose the rate unit.
- Enter the time span you want to measure.
- Click Calculate to see the event total and interval.
Formula
Events per second = rate converted to a per-second value
Total events = events per second x duration in seconds
Seconds per event = 1 / events per second
Worked Examples
Example 1: 60 events per minute equals 1 event per second.
Example 2: 120 events over 2 minutes also equals 1 event per second.
Example 3: At 0.5 events per second, a 10 second span produces 5 events.
How to Interpret Your Results
| Output | Meaning | Action |
|---|---|---|
| Total events | The estimated count over your chosen duration. | Use it for throughput or frequency planning. |
| Seconds per event | How long one event takes on average. | Useful for pacing and scheduling. |
| Rate per second | The normalized frequency used in the calculation. | Check it if the total looks surprising. |
Frequently Asked Questions
Yes. The calculator accepts decimal values for both the rate and the duration.
A zero rate means no events happen, so the result will also be zero.
The displayed value is rounded for readability, but the internal math uses the exact decimal values.
Related Calculators
References
- OmniCalculator reference page
- The result scales a rate across the selected time span.
- Last reviewed: March 2026.