Lines Matching refs:pages
46 pri_pages int, -- Number of primary pages used
47 ovfl_pages int, -- Number of overflow pages used
48 pri_unused int, -- Number of unused bytes on primary pages
49 ovfl_unused int -- Number of unused bytes on overflow pages
181 statline "Total pages used" [set allpgs [expr {$pri_pages+$ovfl_pages}]]
182 statline "Primary pages used" $pri_pages ;# [percent $pri_pages $allpgs]
183 statline "Overflow pages used" $ovfl_pages ;# [percent $ovfl_pages $allpgs]
184 statline "Unused bytes on primary pages" $pri_unused \
186 statline "Unused bytes on overflow pages" $ovfl_unused \
189 statline "Unused bytes on all pages" $allunused \
212 statline {Header pages} 1 [percent 1 $file_pgcnt]
272 Number of pages in the whole file
274 The number of 1024-byte pages that go into forming the complete database
278 The number of pages that store data, either as primary B*Tree pages or
279 as overflow pages. The number at the right is the data pages divided by
280 the total number of pages in the file.
284 The number of pages that are not currently in use but are reserved for
285 future use. The percentage at the right is the number of freelist pages
286 divided by the total number of pages in the file.
288 Header pages
290 The number of pages of header overhead in the database. This value is
291 always 1. The percentage at the right is the number of header pages
292 divided by the total number of pages in the file.
342 under this category. The is the total number of pages used times
343 the pages size (1024).
372 The average amount of free space remaining on all pages under this
374 all pages divided by the number of entries.
384 of overflow pages. This is the number of entries that exceed 236 bytes
388 Total pages used
390 This is the number of 1024 byte pages used to hold all information in
391 the current category. This is the sum of primary and overflow pages.
393 Primary pages used
395 This is the number of primary B*Tree pages used.
397 Overflow pages used
399 The total number of overflow pages used for this category.
401 Unused bytes on primary pages
403 The total number of bytes of unused space on all primary pages. The
405 total number of bytes on primary pages.
407 Unused bytes on overflow pages
409 The total number of bytes of unused space on all overflow pages. The
411 total number of bytes on overflow pages.
413 Unused bytes on all pages
416 pages. The percentage at the right is the number of unused bytes