InterviewSolution
Saved Bookmarks
| 1. |
How You Can Calculate Pacing For Your Application? |
|
Answer» We can calculate PACING by the formula as No. of users = (Response TIME in SECONDS + Pacing in seconds) * TPS TPS is TRANSACTION per Second. We can calculate pacing by the formula as No. of users = (Response Time in seconds + Pacing in seconds) * TPS TPS is transaction per Second. |
|