• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            lxyfirst

            C++博客 首頁 新隨筆 聯系 聚合 管理
              33 Posts :: 3 Stories :: 27 Comments :: 0 Trackbacks
            在linux下開發的多線程系統中,每個線程的調試和監控一直比較麻煩,無法精準定位,現在有了解決辦法了。
            linux下的prctl庫自kernel 2.6.9后支持PR_SET_NAME選項,用于設置進程名字,linux的進程一般使用lwp,所以這個函數可以設置線程名字。
            api定義如下
            int prctl( int option,unsigned long arg2,unsigned long arg3,unsigned long arg4,unsigned long arg5); 

            PR_SET_NAME (since Linux 
            2.6.9
            Set the process name 
            for the calling process, using the value in the location pointed to by (char *) arg2. The name can be up to 16 bytes long, and should be null-terminated if it contains fewer bytes.

            PR_GET_NAME (since Linux 
            2.6.11
            Return the process name 
            for the calling process, in the buffer pointed to by (char *) arg2. The buffer should allow space for up to 16 bytes; the returned string will be null-terminated if it is shorter than that.


            簡單實現代碼:

            int set_thread_title(const char* fmt, )
            {
                
            char title [16={0};
                va_list ap;
                va_start(ap, fmt);
                vsnprintf (title, 
            sizeof (title) , fmt, ap);
                va_end (ap);

               
            return prctl(PR_SET_NAME,title) ;

            }

            現在能夠為線程設置名字了,那么如何看到呢
            ps -eL -o pid,user,lwp,comm
            top 
            -



            posted on 2011-03-07 16:11 star 閱讀(7801) 評論(2)  編輯 收藏 引用

            Feedback

            # re: linux下設置線程的名字 2012-05-28 11:24 dhao123@sina.com
            請問大俠: top -H 這個命令可以顯示出來 之前設置好的thread 名字么?
            這個選項字 -H 表示什么? 沒有man到啊

            就是說通過prctl () 這個接口設置thread 名字后,如何驗證啊?
            用top命令 或者pgrep 之類的
              回復  更多評論
              

            # re: linux下設置線程的名字 2014-10-31 14:57 拉力
            @dhao123@sina.com
            查看 cd/proc/pid/task/tid/status 文件的第一個名字;
            pid :進程號
            tid : 線程號  回復  更多評論
              

            久久国产精品成人免费| 久久强奷乱码老熟女网站| 久久久精品人妻无码专区不卡| 色婷婷综合久久久久中文| 热99RE久久精品这里都是精品免费| 午夜精品久久久内射近拍高清| 亚洲欧美国产精品专区久久| 亚洲国产精品嫩草影院久久| 久久中文字幕无码专区| 久久精品一区二区影院| 久久亚洲中文字幕精品有坂深雪 | 久久99亚洲网美利坚合众国| 日日噜噜夜夜狠狠久久丁香五月 | 日韩精品久久久久久免费| 精品久久久久久中文字幕人妻最新| 久久久精品一区二区三区| 久久久久国产亚洲AV麻豆| 一本大道久久东京热无码AV| 久久亚洲精品成人AV| 久久久久久久久久久免费精品| 久久亚洲精品国产精品婷婷 | 久久精品国产亚洲网站| 日本加勒比久久精品| 97久久天天综合色天天综合色hd| 久久精品国产一区二区三区| 久久青青草原亚洲av无码app | 久久久久久久综合日本| 国产偷久久久精品专区| 久久国产精品一区| 国产午夜精品理论片久久影视| 日韩欧美亚洲综合久久| 久久亚洲精品无码观看不卡| 国产精品一久久香蕉国产线看观看| 怡红院日本一道日本久久| 新狼窝色AV性久久久久久| 国产69精品久久久久观看软件| 久久精品嫩草影院| 国产一久久香蕉国产线看观看| 一本一本久久aa综合精品| 四虎久久影院| 国内精品伊人久久久久妇|