From 3d23dcf337c96749a8546c2051039ea215a2f688 Mon Sep 17 00:00:00 2001 From: Tharaka Wijekoon Date: Mon, 6 May 2024 14:30:31 +0530 Subject: [PATCH] Update README.md --- scripts-and-commands/thread-dump/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-and-commands/thread-dump/README.md b/scripts-and-commands/thread-dump/README.md index dbecd90..fb94f44 100644 --- a/scripts-and-commands/thread-dump/README.md +++ b/scripts-and-commands/thread-dump/README.md @@ -4,7 +4,7 @@ This shell script facilitate to get multiple thread dumps within a specified tim ### How to get ? -Taking 4 thread dumps in one minute interval for java process with pid 1234. +Taking 4 thread dumps with one minute delay for java process with pid 1234. ``` sh thread-analyze.sh 1234 4 1m ```