Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 876 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 876 Bytes

rpstree

Ruby Process Tree displays a process and its childern as a tree.

This application uses:

Usage

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

Installation

$ gem install rpstree

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request