- home
- rdoc
-
TODO
rpstree is a Ruby command-line interface application that displays a process and its childeren as a tree. It’s useful for figuring out what processes are running and the what processes spawned other processes.
The following command dispays all top-level processes and their childeren:
rpstree
If you know the process id you’re looking for, you can use the following command to show only that process:
rpstree 1234
$ gem install rpstree
-
Fork it
-
Create your feature branch (‘git checkout -b my-new-feature`)
-
Commit your changes (‘git commit -am ’Add some feature’‘)
-
Push to the branch (‘git push origin my-new-feature`)
-
Create new Pull Request