summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-15 16:09:21 +0300
committerGitHub <[email protected]>2018-06-15 16:09:21 +0300
commit13bcc71bd560f5cc98bdefab9333847bf9b8af06 (patch)
tree78cf613df8b489d550621800a1bf69b9a394ab8e /README.md
parent2f4770e2be55fa2a5b76084e9d61e3e0044d45cd (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 669b690a..4949ec2d 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,17 @@ To view status of all active workers in interactive mode.
$ rr http:workers -i
```
+```
++---------+-----------+---------+---------+--------------------+
+| PID | STATUS | EXECS | MEMORY | CREATED |
++---------+-----------+---------+---------+--------------------+
+| 9440 | ready | 42320 | 31 MB | 22 minutes ago |
+| 9447 | ready | 42329 | 31 MB | 22 minutes ago |
+| 9454 | ready | 42306 | 31 MB | 22 minutes ago |
+| 9461 | ready | 42316 | 31 MB | 22 minutes ago |
++---------+-----------+---------+---------+--------------------+
+```
+
Standalone Usage:
--------
You can also use RoadRunner as library in order to drive your application without any additional protocol at top of it.