Skip to content

Commit

Permalink
Add example list of JVM processes
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Aug 7, 2016
1 parent b7ca3d8 commit 4fcba1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ Run without argument to see the list of running JVM process IDs on your local ma
scalive
```

Example output:

```
JVM processes:
#pid Display name
13821 demos.Boot
17978 quickstart.Boot
```

To connect a Scala REPL console to a process:

```
Expand Down

0 comments on commit 4fcba1e

Please sign in to comment.