-
Notifications
You must be signed in to change notification settings - Fork 0
Home
nordicnode edited this page Mar 10, 2026
·
1 revision
Welcome to the optisys wiki!
Welcome to the OptiSys wiki.
OptiSys is a Linux system diagnostics and profiling CLI with:
- built-in collectors for hardware, kernel, drivers, services, packages, and logs
- plugin support for custom collectors
- JSON and YAML export
- local SQLite-backed scan history
- cached report backfill into the history database
optisys scan
optisys export --output report.json
optisys history backfill
optisys history list
OptiSys now supports local historical tracking with SQLite.
- Default database path:
~/.local/share/optisys/history.db - Override with:
OPTISYS_HISTORY_DB - Disable per-run history recording with:
optisys scan --no-record-history
Plugins can be loaded from:
- Python entry points in the
optisys.collectorsgroup - drop-in plugin files in
~/.config/optisys/plugins/
Useful plugin commands:
optisys plugins listoptisys plugins inspect <key>optisys plugins dir
- Installation
- Plugin Development
- History and Trend Analysis
- Troubleshooting