The dbtest tool has a list-all --analyze option that generates the current status of all of the databases on your system, including all index databases.
The table shows the following information:
- Type
- Entry count (the number of records in the database)
- Index status
TRUSTED
indicates the indexes are up-to-date.UNTRUSTED
indicates the index needs rebuilding.
- Each key's total data size
- Each key's average data size
- Each key's maximum data size
Note:
Any indexes that are in exploded format are also listed in this table.