Skip to content

jppunnett/rpstree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Ruby program to show a process tree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages