<html><head></head><body><div style="font-family:times new roman, new york, times, serif;font-size:13px;"><div></div>
            <div><font size="3"><span>That way I wrote my source code:</span><br></font></div><div><span><font size="3"><br></font></span></div><div><div style=""><font size="2"> for host in self.net.hosts:</font></div><div style=""><font size="2"><span style="white-space: pre-wrap;">                    </span>for intf in host.intfNames():</font></div><div style=""><font size="2">          <span style="white-space: pre-wrap;">                        </span>ndnDumpOutputFile = "dump.%s" % intf</font></div><div style=""><font size="2">                        host.cmd("sudo ndndump -i %s > %s &" % (intf, ndnDumpOutputFile))  # can specify any  filter with -f option</font></div><div style=""><font size="2">        for node in self.net.hosts:</font></div><div style=""><font size="2">            nfdOutputfile="nfd-status.%s" %node.name</font></div><div style=""><font size="2">            node.cmd("nfd-status -v  >  %s &" %nfdOutputfile)</font></div><br></div><div><span><span><span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif;"><span><font size="3">But the outputs not from .log </font></span></span></span></span></div><div><font size="3"><span><span><span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif;"><span>Also , I have not  a </span></span></span></span><span style="font-family: Calibri, Helvetica, sans-serif;">scripts to process the logs.</span></font></div><div><br></div>
            
            <div id="yahoo_quoted_3209733021" class="yahoo_quoted">
                <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                    
                    <div>
                        On Tuesday, April 3, 2018, 6:25:51 PM GMT+1, Ashlesh Gawande (agawande) <agawande@memphis.edu> wrote:
                    </div>
                    <div><br></div>
                    <div><br></div>
                    <div><div id="yiv8862151000"><style type="text/css">#yiv8862151000 #yiv8862151000 -- P {margin-top:0;margin-bottom:0;}#yiv8862151000 </style><div dir="ltr">
<div dir="ltr" id="yiv8862151000divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri, Helvetica, sans-serif;">
<p style="margin-top:0;margin-bottom:0;"></p>
<div>for host in net.hosts:<br clear="none">
  for intf in host.intfNames():<br clear="none">
      <span class="yiv8862151000currentHitHighlight" id="yiv88621510000.2453196121982043">
ndnDump</span>OutputFile = "dump.%s" % intf<br clear="none">
       host.cmd("sudo <span class="yiv8862151000highlight" id="yiv88621510000.6071420900099979">
ndndump</span> -i %s &> %s &" % (intf, <span class="yiv8862151000highlight" id="yiv88621510000.042482902707634884">
ndnDump</span>OutputFile))</div>
<p></p>
<p style="margin-top:0;margin-bottom:0;"><br clear="none">
</p>
<p style="margin-top:0;margin-bottom:0;">Ashlesh<br clear="none">
</p>
</div>
<hr style="display:inline-block;width:98%;" tabindex="-1">
<div class="yiv8862151000yqt2184593373" id="yiv8862151000yqt42718"><div dir="ltr" id="yiv8862151000divRplyFwdMsg"><font face="Calibri, sans-serif" style="font-size:11pt;" color="#000000"><b>From:</b> Imen Souidene <imensouidene2009@yahoo.com><br clear="none">
<b>Sent:</b> Monday, April 2, 2018 2:57:39 PM<br clear="none">
<b>To:</b> mini-ndn@lists.cs.ucla.edu; Ashlesh Gawande (agawande)<br clear="none">
<b>Subject:</b> Re: [Mini-NDN] Mini-ndn-metrics</font>
<div> </div>
</div>
<div>
<div style="font-family:times new roman, new york, times, serif;font-size:13px;">
<div></div>
<div><font size="3"><br clear="none">
</font></div>
<div><span><font size="3">How can i put the ndndump content of each nodes in files.log ? because  the results are displayed only in the console <span>and when i put it in a files.txt, it shows me without content.</span></font></span><br clear="none">
</div>
<div><span><font size="3"><span><br clear="none">
</span></font></span></div>
<div><span><font size="3"><span><br clear="none">
</span></font></span></div>
<div class="yiv8862151000x_yahoo_quoted" id="yiv8862151000x_yahoo_quoted_3603731394">
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
<div>On Monday, April 2, 2018, 7:59:32 PM GMT+1, Ashlesh Gawande (agawande) <agawande@memphis.edu> wrote:
</div>
<div><br clear="none">
</div>
<div><br clear="none">
</div>
<div>
<div id="yiv8862151000x_yiv9245960114"><style type="text/css">
#yiv8862151000 #yiv8862151000 --
#yiv8862151000x_yiv9245960114 #yiv8862151000x_yiv9245960114 -- p
        {margin-top:0;margin-bottom:0;}
#yiv8862151000 
</style>
<div dir="ltr">
<div dir="ltr" id="yiv8862151000x_yiv9245960114divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri, Helvetica, sans-serif;">
<p style="margin-top:0;margin-bottom:0;">Run ndndump on each node to capture desired traffic. Then write processing scripts to process the logs. We will have a wrapper for ndndump soon:</p>
<p style="margin-top:0;margin-bottom:0;"><a rel="nofollow" shape="rect" class="yiv8862151000x_yiv9245960114OWAAutoLink" id="yiv8862151000x_yiv9245960114LPlnk416613" target="_blank" href="https://redmine.named-data.net/issues/4436">https://redmine.named-data.net/issues/4436</a><br clear="none">
</p>
<p style="margin-top:0;margin-bottom:0;"><br clear="none">
</p>
<p style="margin-top:0;margin-bottom:0;">Ashlesh<br clear="none">
</p>
</div>
<hr tabindex="-1" style="display:inline-block;width:98%;">
<div class="yiv8862151000x_yiv9245960114yqt7940151122" id="yiv8862151000x_yiv9245960114yqt86822">
<div dir="ltr" id="yiv8862151000x_yiv9245960114divRplyFwdMsg"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt;"><b>From:</b> Imen Souidene <imensouidene2009@yahoo.com><br clear="none">
<b>Sent:</b> Monday, April 2, 2018 1:35:18 PM<br clear="none">
<b>To:</b> mini-ndn@lists.cs.ucla.edu; Ashlesh Gawande (agawande)<br clear="none">
<b>Subject:</b> Re: [Mini-NDN] Mini-ndn-metrics</font>
<div> </div>
</div>
<div>
<div style="font-family:times new roman, new york, times, serif;font-size:13px;">
<div></div>
<div><span><font size="3">I would like <span>to compute :</span></font></span></div>
<div><font size="3"><span><span>-  Round trip delay time (RTT) , <span><span style="color:rgb(0,0,0);">overhead  <span><span style="color:rgb(0,0,0);">(for LSR and HR) , the n<span><span style="color:rgb(0,0,0);">etwork throughput , <span><span style="color:rgb(0,0,0);">i</span><span style="color:rgb(0,0,0);">nterest
 satisfaction delay and  </span></span></span></span></span></span></span></span></span></span>timedout interests if any.</font></div>
<div><font size="3"><br clear="none">
</font></div>
<div><font size="3"><span>The method of calculating in general?</span><br clear="none">
</font></div>
<div><font size="3"><span><br clear="none">
</span></font></div>
<div><font size="3"><span><br clear="none">
</span></font></div>
<div><font size="3"><span>Cordialy ,</span></font></div>
<div><font size="3"><span>Imen Souidene</span></font></div>
<div class="yiv8862151000x_yiv9245960114x_yahoo_quoted" id="yiv8862151000x_yiv9245960114x_yahoo_quoted_3473832346">
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
<div>On Monday, April 2, 2018, 5:32:06 PM GMT+1, Ashlesh Gawande (agawande) <agawande@memphis.edu> wrote:
</div>
<div><br clear="none">
</div>
<div><br clear="none">
</div>
<div>
<div id="yiv8862151000x_yiv9245960114x_yiv3852883019"><style type="text/css">
#yiv8862151000 #yiv8862151000 --
#yiv8862151000x_yiv9245960114 #yiv8862151000x_yiv9245960114 -- #yiv8862151000x_yiv9245960114x_yiv3852883019 #yiv8862151000x_yiv9245960114x_yiv3852883019 -- p
        {margin-top:0;margin-bottom:0;}
#yiv8862151000 
</style>
<div dir="ltr">
<div dir="ltr" id="yiv8862151000x_yiv9245960114x_yiv3852883019divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri, Helvetica, sans-serif;">
<p style="margin-top:0;margin-bottom:0;">What metrics do you want to collect?</p>
<p style="margin-top:0;margin-bottom:0;"><br clear="none">
</p>
<p style="margin-top:0;margin-bottom:0;">Ashlesh<br clear="none">
</p>
</div>
<hr tabindex="-1" style="display:inline-block;width:98%;">
<div class="yiv8862151000x_yiv9245960114x_yiv3852883019yqt9936863313" id="yiv8862151000x_yiv9245960114x_yiv3852883019yqtfd71865">
<div dir="ltr" id="yiv8862151000x_yiv9245960114x_yiv3852883019divRplyFwdMsg"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt;"><b>From:</b> Mini-NDN <mini-ndn-bounces@lists.cs.ucla.edu> on behalf of Imen Souidene <imensouidene2009@yahoo.com><br clear="none">
<b>Sent:</b> Sunday, April 1, 2018 5:45:26 PM<br clear="none">
<b>To:</b> mini-ndn@lists.cs.ucla.edu<br clear="none">
<b>Subject:</b> [Mini-NDN] Mini-ndn-metrics</font>
<div> </div>
</div>
<div>
<div style="font-family:times new roman, new york, times, serif;font-size:13px;">
<div><font size="3"><span></span></font>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);"><i> Dear Sir,</i></pre>
</div>
<div>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);"><i><font size="3">I am having troule to collect metrics after runing mini-ndn experiments</font></i></pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);"><font size="3"><i>There is no documentation on how </i><i>building and using it.
</i><i><br clear="none"></i></font></pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);"><font size="3">Can you help me?</font></pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);"><font size="3"><br clear="none"></font></pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);"></pre>
<div style=""><font size="3">Cordially,</font></div>
<div style=""><font size="3">Imen Souidene</font></div>
<br clear="none">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div>
</div></div></div>
                </div>
            </div></div></body></html>