Skip to content

Commit 4fcba1e

Browse files
committed
Add example list of JVM processes
1 parent b7ca3d8 commit 4fcba1e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ Run without argument to see the list of running JVM process IDs on your local ma
5252
scalive
5353
```
5454

55+
Example output:
56+
57+
```
58+
JVM processes:
59+
#pid Display name
60+
13821 demos.Boot
61+
17978 quickstart.Boot
62+
```
63+
5564
To connect a Scala REPL console to a process:
5665

5766
```

0 commit comments

Comments
 (0)