monitor ログからのタイミングデータ除去 More...
#include <boost/filesystem.hpp>#include <boost/algorithm/string.hpp>#include <fstream>#include <iostream>#include <string>#include <cstdlib>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
monitor ログからのタイミングデータ除去
monitor 形式のログファイルから、送受信されたデータを取り出す。
使用例
% ./stripTimingData mConnection_0.log -> mConnection_0_recv.txt, mConnection_0_send.txt が生成される。 それぞれ、受信データ、送信データ、が格納されている。
Definition in file stripTimingData.cpp.
1.7.6.1-20120122