Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 1.5 KB

dminfo.adoc

File metadata and controls

77 lines (54 loc) · 1.5 KB

dminfo(1) Manual Page

NAME

dminfo - outputs system and database information

SYNOPSIS

dminfo --help

dminfo --version

dminfo [--database file]

DESCRIPTION

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.

OPTIONS

--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.

EXIT STATUS

0

Success. Information has been printed.

1

Failure. Program execution failed.

EXAMPLE

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
...

RESOURCES

Project web site: https://www.dabamos.de/

COPYING

Copyright © 2024 Philipp Engel.
Free use of this software is granted under the terms of the ISC Licence.