logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fbstat - analyze firebird database

Description

       (Note: Due to file-level conflict, the Debian package has changed the name of gstat to fbstat.)

       fbstat Analyzes Firebird databases and produces different kinds of reports.  These are useful when
       analyzing where all this huge disk space has gone or when estimating evaluating index efficiency.

Name

       fbstat - analyze firebird database

Options

       -all
           Analyze data and index pages.

       -data
           Analyze data pages.

       -system
           Analyze system tables.

       -header
           Display information from the database header, skip analyzing any tables.

       -index
           Analyze leaf index pages.

       -record
           Analyze average record and version length.

       -table table
           Analyze data pages used by the given table.

       -nocreation
           Suppress creation date.

       -user name
       -password secret
       -fetch_password file
           Authentication parameters.

       -z
       -?  Displays version number.

Synopsis

           fbstat [command] [option...] [server:]database
           fbstat -h server:db
           fbstat -all server:db
           fbstat -data server:db

See Also