Systemd journal log analyzer — find boot errors, service failures, kernel warnings, and security events
Project description
dargslan-journald-analyzer
Systemd Journal Log Analyzer — Find boot errors, service failures, kernel warnings, OOM kills, and security events. Zero external dependencies.
Installation
pip install dargslan-journald-analyzer
CLI Usage
dargslan-journal report # Full journal analysis
dargslan-journal errors # Boot errors
dargslan-journal failures # Failed systemd units
dargslan-journal kernel # Kernel warnings
dargslan-journal security # Security events
dargslan-journal oom # OOM kill events
dargslan-journal boots # Boot history
dargslan-journal json # JSON output
Python API
from dargslan_journald_analyzer import JournaldAnalyzer
ja = JournaldAnalyzer()
errors = ja.get_boot_errors()
failed = ja.get_failed_units()
ja.print_report()
More from Dargslan
- Dargslan.com — Linux & DevOps eBook Store
- Free Cheat Sheets
- Blog & Tutorials
License
MIT — see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dargslan_journald_analyzer-1.0.0.tar.gz.
File metadata
- Download URL: dargslan_journald_analyzer-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
825aaa81cf2c5073b541614f82d61dc5600a8f65e9916a4185fab32793f53248
|
|
| MD5 |
4561f68e1bef80efa7c076c39b3bd2ec
|
|
| BLAKE2b-256 |
fbff895f1fec11167419b42a83b9c2d7bfb34da887409c123e9bde2b88cb5fd6
|
File details
Details for the file dargslan_journald_analyzer-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dargslan_journald_analyzer-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dd0abf2654d6799b19f991ccd2977093d409a0d83c45ad61067840aa66d2896
|
|
| MD5 |
d06a54331017d3d3f8e20642e25e3044
|
|
| BLAKE2b-256 |
ac931b97f15acb66db3f3ef42db9b657996bddc1d511dc0d9a7f973e5d2774f4
|