⇤ ← Revision 1 vom 2021-06-19 07:07:00
Größe: 32
Kommentar:
|
Größe: 242
Kommentar:
|
Gelöschter Text ist auf diese Art markiert. | Hinzugefügter Text ist auf diese Art markiert. |
Zeile 2: | Zeile 2: |
Möglich mit folgenden Tools: tail: {{{ tail -n 1000 -f /var/log/syslog }}} multitail: {{{ multitail -s 2 /var/log/syslog, /var/log/kern.log, /var/log/daemon.log and var/log/messages }}} |
Linux Logfiles analysieren
Möglich mit folgenden Tools:
tail:
tail -n 1000 -f /var/log/syslog
multitail:
multitail -s 2 /var/log/syslog, /var/log/kern.log, /var/log/daemon.log and var/log/messages