Comment 17 for bug 1777968

Revision history for this message
Maciej Jozefczyk (maciejjozefczyk) wrote :

Some statistics taken from my devstack test for 533 created ports.
Allocation is really slow.

>>> numpy.std(data)
38.85653252187421
>>> numpy.percentile(data, 90)
92.16371776
>>> numpy.percentile(data, 99)
174.667329048
>>> numpy.percentile(data, 50)
29.586086
>>> numpy.std(data)
38.85653252187421
>>> numpy.min(data)
1.3005738
>>> numpy.max(data)
275.8769221
>>> len(data)
533
>>>