Searched refs:statline (Results 1 – 1 of 1) sorted by relevance
114 proc statline {title value {extra {}}} { procedure164 statline "Percentage of total database" \166 statline "Number of entries" $nentry168 statline "Bytes of storage consumed" $storage169 statline "Bytes of payload" $payload [percent $payload $storage]170 statline "Bytes of data" $data [percent $data $storage]172 statline "Bytes of key" $key [percent $key $storage]174 statline "Average payload per entry" $avgpay176 statline "Average unused bytes per entry" $avgunused177 statline "Average fanout" \[all …]