跟蹤asio日志

跟蹤asio日志
#define BOOST_ASIO_ENABLE_HANDLER_TRACKING
#include <boost/asio.hpp>
./a.out 2>out.log
sudo apt-get install graphviz
perl handlerviz.pl < out.log | dot -Tpng > out.png

創(chuàng)新互聯(lián)專注于田東網(wǎng)站建設服務及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供田東營銷型網(wǎng)站建設,田東網(wǎng)站制作、田東網(wǎng)頁設計、田東網(wǎng)站官網(wǎng)定制、小程序開發(fā)服務,打造田東網(wǎng)絡公司原創(chuàng)品牌,更為您提供田東網(wǎng)站排名全網(wǎng)營銷落地服務。

@asio|1528964168.087468|01|signal_set@0x7ffc87552888.async_wait
@asio|1528964168.087629|0
2|signal_set@0x7ffc87552888.async_wait@asio|1528964181.199519|>1|ec=system:0,signal_number=10
br/>@asio|1528964181.199519|>1|ec=system:0,signal_number=10
br/>@asio|1528964181.199628|>2|ec=system:0,signal_number=10
@asio|1528964181.199717|0|signal_set@0x7ffc87552888.cancel

跟蹤asio日志

out.log格式解釋,請參考 https://www.boost.org/doc/libs/1_47_0/doc/html/boost_asio/overview/core/handler_tracking.html

摘抄過來:
Each line is of the form:

<tag>|<timestamp>|<action>|<description>

The <tag> is always @asio, and is used to identify and extract the handler tracking messages from the program output.

The <timestamp> is seconds and microseconds from 1 Jan 1970 UTC.

The <action> takes one of the following forms:

n

The program entered the handler number n. The <description> shows the arguments to the handler. 

<n

The program left handler number n. 

!n

The program left handler number n due to an exception. 

~n

The handler number n was destroyed without having been invoked. This is usually the case for any unfinished asynchronous operations when the io_service is destroyed. 

n*m

The handler number n created a new asynchronous operation with completion handler number m. The <description> shows what asynchronous operation was started. 

n

The handler number n performed some other operation. The <description> shows what function was called. Currently only close() and cancel() operations are logged, as these may affect the state of pending asynchronous operations. 

Where the <description> shows a synchronous or asynchronous operation, the format is <object-type>@<pointer>.<operation>. For handler entry, it shows a comma-separated list of arguments and their values.

As shown above, Each handler is assigned a numeric identifier. Where the handler tracking output shows a handler number of 0, it means that the action was performed outside of any handler.

本文名稱:跟蹤asio日志
路徑分享:http://muchs.cn/article48/pidshp.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站排名、服務器托管、微信小程序、標簽優(yōu)化外貿網(wǎng)站建設、網(wǎng)站設計

廣告

聲明:本網(wǎng)站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經(jīng)允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)

搜索引擎優(yōu)化