Sha256: e6f55abd051a0d4b85f750badbbc86b793407db376b4c54726376c4d26ed72ed
Contents?: true
Size: 846 Bytes
Versions: 3
Compression:
Stored size: 846 Bytes
Contents
# PSTree - Process Status Tree for UNIX in Ruby ## Description This library can be used to create and display a process status tree as a Ruby datastructure. ## Installation Install the gem by typing # gem install pstree ## Usage You can display a simple process tree by executing the ruby-pstree script. ``` $ ruby-pstree $$ 34223 -bash (flori) └─ 37124 ruby /Users/flori/.rvm/gems/ruby-2.6.2/bin/ruby-pstree 34223 (flori) └─ 37129 /bin/ps axww -o ppid,pid,user,command (root) ``` ## Download The homepage of this library is located at * http://flori.github.com/pstree ## Author Florian Frank <flori@ping.de> ## License This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation: www.gnu.org/copyleft/gpl.html
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pstree-0.4.0 | README.md |
pstree-0.3.1 | README.md |
pstree-0.3.0 | README.md |