Skip to content

Added new tome for printing process list as a tree (#423)#446

Merged
adm1nPanda merged 1 commit intospellshift:mainfrom
arunjohnkuruvilla:main
Jan 20, 2024
Merged

Added new tome for printing process list as a tree (#423)#446
adm1nPanda merged 1 commit intospellshift:mainfrom
arunjohnkuruvilla:main

Conversation

@arunjohnkuruvilla
Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind bug

What this PR does / why we need it:

Created a new tome for printing process list as a tree. Process list will be output in the following format -

PID             PPID            username                        command
1               0               root                            /lib/systemd/systemd --system --deserialize 44
2               1               root                             \_ /init
5               2               root                               \_ plan9 --control-socket 6 --log-level 4 --server-fd 7 --pipe-fd 9 --log-truncate
542             2               root                               \_ /init
349448          2               root                               \_ /init
354             2               root                               \_ /bin/login -f
349435          2               root                               \_ /init
391011          730             ubuntu                          sudo go run ./tavern

Which issue(s) this PR fixes:

Fixes #423

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fd31735) 71.46% compared to head (9bfdf9f) 71.46%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #446   +/-   ##
=======================================
  Coverage   71.46%   71.46%           
=======================================
  Files         115      115           
  Lines        8835     8835           
=======================================
  Hits         6314     6314           
  Misses       2412     2412           
  Partials      109      109           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Copy Markdown
Collaborator

@hulto hulto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!
Merge away 🚀

@adm1nPanda adm1nPanda merged commit 3576b5c into spellshift:main Jan 20, 2024
KCarretto pushed a commit that referenced this pull request Feb 1, 2024
 
Added new tome for printing process list as a tree (#423) (#446)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve the process list tome output

3 participants