Skip to content

Commit 1410dc1

Browse files
authored
Update maintaining-an-installation.md
1 parent 83e65e7 commit 1410dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/developer-guide/maintaining-an-installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If the JVM was started with `-XX:NativeMemoryTracking=summary`, use this to get
8989
docker exec -it openremote_manager_1 /usr/bin/jcmd 1 VM.native_memory summary
9090
```
9191

92-
Otherwise, use [jstat](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jstat.html) to monitor a running system/JVM.
92+
Otherwise, use [](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jstat.html) to monitor a running system/JVM.
9393

9494
Get current memory configuration:
9595

@@ -182,7 +182,7 @@ The `jmap` tool within the JDK can be used to create a heap dump of a running jv
182182

183183
### Create thread dump
184184
```shell
185-
docker exec or-manager-1 /bin/bash -c 'jstat -F -l 1 > /threads.txt'
185+
docker exec or-manager-1 /bin/bash -c 'jstack 1 > /threads.txt'
186186
```
187187

188188
### Copy to Docker host

0 commit comments

Comments
 (0)