14 | | {{{ |
15 | | keep track of the process size vs time, with munin or a script that saves values and then graph them with gnuplot or something |
16 | | I think tahoe's /stats WAPI will give you process-memory-size info |
17 | | the idea is to do some operation repeatedly, measure process-space change while that's running, then switch to some other operation and measure that slope, and look for differences |
18 | | 'cp' to an SFTP-mounted FUSEish thing, vs 'tahoe cp' might be a good comparison |
19 | | }}} |
| 14 | > keep track of the process size vs time, with munin or a script that saves values and then graph them with gnuplot or something |
| 15 | > I think tahoe's /stats WAPI will give you process-memory-size info |
| 16 | > the idea is to do some operation repeatedly, measure process-space change while that's running, then switch to some other operation and measure that slope, and look for differences |
| 17 | > 'cp' to an SFTP-mounted FUSEish thing, vs 'tahoe cp' might be a good comparison |