psychoone7 / pyftpdlib

Automatically exported from code.google.com/p/pyftpdlib
Other
0 stars 0 forks source link

bench.py script and better memory usage representation #248

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 9 Apr 2013 at 4:29