aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/venti/srv/stats.c')
-rw-r--r--src/cmd/venti/srv/stats.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/venti/srv/stats.c b/src/cmd/venti/srv/stats.c
index 3a66bf6d..5ee4d91f 100644
--- a/src/cmd/venti/srv/stats.c
+++ b/src/cmd/venti/srv/stats.c
@@ -60,6 +60,9 @@ Statdesc statdesc[NStat] =
{ "index cache flushes", },
{ "index cache stalls", },
{ "index cache read time", },
+ { "index cache lookups" },
+ { "index cache summary hits" },
+ { "index cache summary prefetches" },
{ "bloom filter hits", },
{ "bloom filter misses", },
@@ -81,6 +84,9 @@ Statdesc statdesc[NStat] =
{ "sum reads", },
{ "sum read bytes", },
+
+ { "cig loads" },
+ { "cig load time" },
};
QLock statslock;