Maximum Process Steps per Day for AgilePoint

Use the following formula to estimate how many steps can be completed per day:

Total steps that can be completed in 24 hours = ([Thread pool size] * 24 hrs * 60 min * 60 sec * 1,000 ms) / ([Average event processing time]*3)

Assume a typical server with 2 CPUs (Xeon 3.6 GHz), dual-core and 8 GB RAM, and connects similar configuration of database server. The average AgilePoint event processing speed is 321(ms)/per event (3 events for one step). Assume a thread pool capacity of 10.

Total steps that can be completed in 24 hours = (10 * 24 * 60 * 60 * 1,000) / (321 * 3) = 897,196 steps/day