discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Process Naming


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Process Naming
Date: Thu, 04 May 2017 21:46:27 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 05/04/2017 09:23 PM, Dave NotTelling wrote:
How are processes named in GNU Radio?  I assumed they took on the ID of the block.  But testing has showed that not to be the case.  I was hoping to be able to see CPU usage of my blocks by running `top -H` and looking at the process names.  I also tried setting the block alias but that did nothing to the process name (not even sure what it's for honestly).  Is this doable?

Thanks!

-Dave


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Gnu Radio calls set_pthread_name(), but this isn't necessarily reflected in the data that any given implementation of "ps" pulls out of /proc and/or the kernel.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]