Skip to content

ludviggunne/process-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Record the forks, clones and execs of a process and display as a tree.

Example:

$ ./process-tree git vibranch
Deleted branch test-branch (was 5348c61).
git vibranch
└───bash /home/ludviggl/.nix-profile/bin/git-vibranch
    ├───159117
    │   ├───git branch
    │   └───sed s/\*//g
    ├───mktemp
    ├───hx /tmp/tmp.o64lnhu4iV
    │   ├───159122
    │   ├───159123
    │   ├───159124
    │   ├───159125
    │   ├───159126
    │   ├───159127
    │   ├───159128
    │   ├───159129
    │   ├───159130
    │   └───159131
    ├───git branch -D test-branch
    └───rm /tmp/tmp.o64lnhu4iV

About

Record the forks, clones and execs of a process and display as a tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published