]> git.proxmox.com Git - proxmox-mini-journalreader.git/blame - src/mini-journalreader.scd
add manual page backed by scdoc
[proxmox-mini-journalreader.git] / src / mini-journalreader.scd
CommitLineData
081027b7
TL
1proxmox-mini-journalreader(1)
2
3# NAME
4proxmox-mini-journalreader - read systemd journald logs
5
6# SYNOPSIS
7*proxmox-mini-journalreader* [OPTIONS]
8
9# DESCRIPTION
10Provides access to systemd journald logs, allowing users to fetch log entries
11based on timestamps, cursors, or a specified number of last entries.
12
13# OPTIONS
14*-b* <timestamp>
15 Begin at this UNIX epoch timestamp.
16
17*-e* <timestamp>
18 End at this UNIX epoch timestamp.
19
20*-d* <directory>
21 Specify a custom journal directory.
22
23*-n* <integer>
24 Print the last number of entries logged.
25
26*-f* <cursor>
27 Print starting from this cursor.
28
29*-t* <cursor>
30 Print until (to) this cursor.
31
32*-h*
33 Display the help message.
34
35# NOTES
36. No range option means dump all entries.
37. Range conflicts with -n.
38. -b and -f conflict.
39. -e and -t conflict.
40
41# SEE ALSO
42journalctl(1), systemd-journald.service(8)
43
44# AUTHORS
45The Proxmox Support Team <support@proxmox.com>.