An open API service indexing awesome lists of open source software.

https://github.com/jabedude/sdjournal-rs


https://github.com/jabedude/sdjournal-rs

Last synced: 3 months ago
JSON representation

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)