https://github.com/jabedude/sdjournal-rs
https://github.com/jabedude/sdjournal-rs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabedude/sdjournal-rs
- Owner: jabedude
- Created: 2019-07-28T01:07:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T19:01:06.000Z (over 5 years ago)
- Last Synced: 2025-01-20T09:46:25.440Z (5 months ago)
- Language: Rust
- Size: 5.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sdjournal-rs
## Goals:
1. To be able to handle corrupted journal files
2. To (hopefully) be faster than journalctl with large journal files
3. Maybe? contibute upstream
## Usage:
Command line:
$ ./journalctl-rs user-1000.journal
## References:
[Journal Files](https://www.freedesktop.org/wiki/Software/systemd/journal-files/)
[Journalctl Documentation](https://www.freedesktop.org/software/systemd/man/journalctl.html)