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

Use setproctitle if available to show state #696

Merged
merged 6 commits into from Sep 3, 2021

Commits on Aug 25, 2021

  1. Use setproctitle if available to show state

    setproctitle() changes the process name, particularly in top/ps output
    on posix-y systems.  This is very useful to get some transparency on
    what's going on, especially if a test starts taking a very long time or
    straight up hangs.
    
    This is strictly a "bonus goodie", if setproctitle is not available,
    it's not used, and any errors are ignored silently.
    
    Signed-off-by: David Lamparter <equinox@diac24.net>
    eqvinox committed Aug 25, 2021
    Copy the full SHA
    f68ac2d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Update 696.feature.rst

    nicoddemus committed Sep 1, 2021
    Copy the full SHA
    5bfe9fc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88bb251 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fc8d028 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Copy the full SHA
    5ddf7b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c87b6d8 View commit details
    Browse the repository at this point in the history