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

thread: add thread name handling #709

Merged
merged 3 commits into from
Feb 27, 2023
Merged

thread: add thread name handling #709

merged 3 commits into from
Feb 27, 2023

Conversation

sreimers
Copy link
Member

@sreimers sreimers commented Feb 26, 2023

GDB example

Bildschirmfoto vom 2023-02-26 20-12-45

htop

  • Setup -> Display options -> Show custom thread names

Bildschirmfoto vom 2023-02-26 20-14-08

top

top -H -p <pid>

Bildschirmfoto vom 2023-02-26 20-23-59

ps

$ ps H -o 'tid comm' <pid>
    TID COMMAND
 358386 baresip
 358395 baresip
 358396 async worker th
 358397 async worker th
 358398 async worker th
 358399 async worker th

@sreimers sreimers force-pushed the thread_name branch 2 times, most recently from 5dcf31d to 04ef913 Compare February 26, 2023 15:35
@sreimers sreimers marked this pull request as ready for review February 26, 2023 15:35
@alfredh
Copy link
Contributor

alfredh commented Feb 26, 2023

this looks nice ..

@sreimers sreimers merged commit 309b13a into main Feb 27, 2023
@sreimers sreimers deleted the thread_name branch February 27, 2023 07:59
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.

2 participants