Ruby Process Tree displays a process and its childern as a tree.
This application uses:
- Methadone library, by David Bryant Copeland
- RubyTree
The following command dispays all top-level processes and their childeren:
rpstree
If you know the process id you're lookiging for, you can use the following command to show that process:
rpstree 1234
You can get help by running:
rpstree --help
$ 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