Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nix processes command #3800

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2020

  1. Add nix processes command

    matthewbauer committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    5501732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ebab9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49572ac View commit details
    Browse the repository at this point in the history
  4. Show child process too

    matthewbauer committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    7d81b1c View commit details
    Browse the repository at this point in the history
  5. Show less information when possible

    when we have a cmdline, just show that, the build pid is not very
    useful.
    matthewbauer committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    035c2b1 View commit details
    Browse the repository at this point in the history
  6. Catch missing symlink in nix processes

    Sometimes these processes will end while we're processing them. We
    just need to continue in this case since we can't find what pid
    replaced it.
    matthewbauer committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    cc73ec7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd8152e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f6dbc1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64377cf View commit details
    Browse the repository at this point in the history