Suggested by Charles Francois Natali here:
https://code.google.com/p/pyftpdlib/wiki/Benchmarks
Currently the memory usage calculated by bench.py is greatly overestimated as
it uses RSS memory. Instead it should use 'rss - shared'.
It's probably not perfect but it's surely more accurate.
Fixed in r1202.
Original issue reported on code.google.com by g.rodola on 9 Apr 2013 at 3:47
Original issue reported on code.google.com by
g.rodola
on 9 Apr 2013 at 3:47