dminfo - outputs system and database information
The dminfo utility program prints build, database, and system information to
standard output. The path to the beat, log, or observation database is passed
through command-line argument --database
.
The output contains compiler version and options; database PRAGMAs, tables, and number of rows; as well as system name, version, and host name.
- --database, -d file
-
File path to SQLite observation database.
- --help, -h
-
Output available command-line arguments and quit.
- --version, -v
-
Output version information and quit.
Print build, database, and system information:
$ dminfo --database /var/dmpack/observ.sqlite build.compiler: GCC version 13.2.0 build.options: -mtune=generic -march=x86-64 -std=f2018 db.application_id: 444D31 db.foreign_keys: T db.journal_mode: wal db.library: libsqlite3/3.46.0 db.path: /var/dmpack/observ.sqlite db.schema_version: 1 db.size: 286720 db.table.nodes.rows: 1 db.table.observs.rows: 202 ...
Project web site: https://www.dabamos.de/