From fdb11164f1bc2b60fce21b7f9ac26828d3a18cc6 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Thu, 9 Dec 2021 19:57:58 +0100 Subject: [PATCH] docs: List last 100 logs for specific service --- tools/ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ubuntu.sh b/tools/ubuntu.sh index 787aae1..923c9ee 100644 --- a/tools/ubuntu.sh +++ b/tools/ubuntu.sh @@ -19,3 +19,5 @@ cat /proc//maps # Show the current virtual memory usage of a Linux ip r # Display ip of the server lsof -i :9000 # List process running on port 9000 + +journalctl -u minio.service -n 100 --no-pager # List last 100 logs for specific service