rest - Higher concurrency vs lower concurrency -
in doing load test (by using siege example) servers, lower concurrency number better?
what number signify?
the siege docs go detail on concurrency here: https://www.joedog.org/2012/02/17/concurrency-single-siege/
from page:
the calculation simple: total transactions divided elapsed time. if did 100 transactions in 10 seconds, our concurrency 10.00.
higher concurrency measure can mean server handling more connections faster can mean server falling behind on calculations , causing connections queued. concurrency measure valuable when taken in context of time elapsed.
Comments
Post a Comment