improved disk buffer logging and added extra asserts when logging disk buffer stats

This commit is contained in:
Arvid Norberg
2009-05-19 07:00:05 +00:00
parent ad157d49d2
commit c047f66454
3 changed files with 34 additions and 2 deletions

View File

@@ -48,8 +48,6 @@ print
out.close()
keys = ['check piece', 'send buffer', 'read cache', 'receive buffer', 'hash temp']
out = open('disk_buffer.gnuplot', 'wb')
print >>out, "set term png size 1200,700"
print >>out, 'set output "disk_buffer.png"'