diff options
author | David du Colombier <0intro@gmail.com> | 2012-01-16 16:55:23 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-01-16 16:55:23 -0500 |
commit | 131ab3addbc9eaf629803992e058bea1ddf931cc (patch) | |
tree | 27bd2e4a9e46b4f78297787e0bdc5278cd569e45 /src/cmd/venti | |
parent | 9a201244bf1ff833906612245a24732774b8db8f (diff) | |
download | plan9port-131ab3addbc9eaf629803992e058bea1ddf931cc.tar.gz plan9port-131ab3addbc9eaf629803992e058bea1ddf931cc.tar.bz2 plan9port-131ab3addbc9eaf629803992e058bea1ddf931cc.zip |
venti: fix scacheprefetch stats
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5507045
Diffstat (limited to 'src/cmd/venti')
-rw-r--r-- | src/cmd/venti/srv/www/stats.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/venti/srv/www/stats.js b/src/cmd/venti/srv/www/stats.js index 3232b939..bf8cdbd5 100644 --- a/src/cmd/venti/srv/www/stats.js +++ b/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", |