Lines Matching full:bytes
45 pri_unused int, -- Number of unused bytes on primary pages
46 ovfl_unused int -- Number of unused bytes on overflow pages
165 statline "Bytes of storage consumed" $storage
166 statline "Bytes of payload" $payload [percent $payload $storage]
167 statline "Bytes of data" $data [percent $data $storage]
169 statline "Bytes of key" $key [percent $key $storage]
173 statline "Average unused bytes per entry" $avgunused
181 statline "Unused bytes on primary pages" $pri_unused \
183 statline "Unused bytes on overflow pages" $ovfl_unused \
186 statline "Unused bytes on all pages" $allunused \
225 statline "Size of the file in bytes" $fsize
226 statline "Bytes of payload stored" $total_payload \
228 statline "Bytes of user data stored" $bytes_data \
309 Size of the file in bytes
313 Bytes of payload stored
315 The total number of bytes of payload stored in the database. Payload
320 Bytes of user data stored
322 The total number of bytes of data stored in the database, not counting
336 Bytes of storage consumed
342 Bytes of payload
345 of keys and data. Each table entry has 4 bytes of key and an arbitrary
346 amount of data. Each index entry has 4 or more bytes of key and no
347 data. The percentage at the right is the bytes of payload divided by
348 the bytes of storage consumed.
350 Bytes of data
354 that are stored with the data. The percentage at the right is the bytes
355 of data divided by bytes of storage consumed.
357 Bytes of key
360 the right is the bytes of key divided by the bytes of storage consumed.
364 The average amount of payload on each entry. This is just the bytes of
367 Average unused bytes per entry
370 category on a per-entry basis. This is the number of unused bytes on
379 Up to 236 bytes of payload for each entry are stored directly in the
381 of overflow pages. This is the number of entries that exceed 236 bytes
398 Unused bytes on primary pages
400 The total number of bytes of unused space on all primary pages. The
401 percentage at the right is the number of unused bytes divided by the
402 total number of bytes on primary pages.
404 Unused bytes on overflow pages
406 The total number of bytes of unused space on all overflow pages. The
407 percentage at the right is the number of unused bytes divided by the
408 total number of bytes on overflow pages.
410 Unused bytes on all pages
412 The total number of bytes of unused space on all primary and overflow
413 pages. The percentage at the right is the number of unused bytes
414 divided by the total number of bytes.