commit 131ab3addbc9eaf629803992e058bea1ddf931cc from: David du Colombier <0intro@gmail.com> via: Russ Cox date: Mon Jan 16 21:55:23 2012 UTC venti: fix scacheprefetch stats R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045 commit - 9a201244bf1ff833906612245a24732774b8db8f commit + 131ab3addbc9eaf629803992e058bea1ddf931cc blob - 3232b93971f93d14c389c6a8ffdfe7fcde53a7e2 blob + bf8cdbd5e7eb2f46362b8ca1ebfec4c163ea9c5c --- src/cmd/venti/srv/www/stats.js +++ src/cmd/venti/srv/www/stats.js @@ -46,6 +46,8 @@ graphname = new Array( "icache lookup time", "arg=icacheprefetch&graph=diff", "icache prefetches/second", + "arg=scacheprefetch&graph=diff", + "scache prefetches/second", "arg=icachewrite&graph=diff", "icache writes/second",