diff options
author | Wolfy-J <[email protected]> | 2018-06-15 16:09:21 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-15 16:09:21 +0300 |
commit | 13bcc71bd560f5cc98bdefab9333847bf9b8af06 (patch) | |
tree | 78cf613df8b489d550621800a1bf69b9a394ab8e /README.md | |
parent | 2f4770e2be55fa2a5b76084e9d61e3e0044d45cd (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |