[Mini-NDN] Mini-ndn-metrics

Imen Souidene imensouidene2009 at yahoo.com
Tue Apr 3 10:34:29 PDT 2018


 That way I wrote my source code:

 for host in self.net.hosts: for intf in host.intfNames():           ndnDumpOutputFile = "dump.%s" % intf                        host.cmd("sudo ndndump -i %s > %s &" % (intf, ndnDumpOutputFile))  # can specify any  filter with -f option        for node in self.net.hosts:            nfdOutputfile="nfd-status.%s" %node.name            node.cmd("nfd-status -v  >  %s &" %nfdOutputfile)
But the outputs not from .log Also , I have not  a scripts to process the logs.
    On Tuesday, April 3, 2018, 6:25:51 PM GMT+1, Ashlesh Gawande (agawande) <agawande at memphis.edu> wrote:  
 
 #yiv8862151000 #yiv8862151000 -- P {margin-top:0;margin-bottom:0;}#yiv8862151000 

for host in net.hosts:
  for intf in host.intfNames():
      ndnDumpOutputFile = "dump.%s" % intf
       host.cmd("sudo ndndump -i %s &> %s &" % (intf, ndnDumpOutputFile))





Ashlesh

From: Imen Souidene <imensouidene2009 at yahoo.com>
Sent: Monday, April 2, 2018 2:57:39 PM
To: mini-ndn at lists.cs.ucla.edu; Ashlesh Gawande (agawande)
Subject: Re: [Mini-NDN] Mini-ndn-metrics 
How can i put the ndndump content of each nodes in files.log ? because  the results are displayed only in the console and when i put it in a files.txt, it shows me without content.


On Monday, April 2, 2018, 7:59:32 PM GMT+1, Ashlesh Gawande (agawande) <agawande at memphis.edu> wrote:

#yiv8862151000 #yiv8862151000 --#yiv8862151000x_yiv9245960114 #yiv8862151000x_yiv9245960114 -- p {margin-top:0;margin-bottom:0;}#yiv8862151000 
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:

https://redmine.named-data.net/issues/4436





Ashlesh

From: Imen Souidene <imensouidene2009 at yahoo.com>
Sent: Monday, April 2, 2018 1:35:18 PM
To: mini-ndn at lists.cs.ucla.edu; Ashlesh Gawande (agawande)
Subject: Re: [Mini-NDN] Mini-ndn-metrics I would like to compute :-  Round trip delay time (RTT) , overhead  (for LSR and HR) , the network throughput , interest satisfaction delay and  timedout interests if any.
The method of calculating in general?


Cordialy ,Imen SouideneOn Monday, April 2, 2018, 5:32:06 PM GMT+1, Ashlesh Gawande (agawande) <agawande at memphis.edu> wrote:

#yiv8862151000 #yiv8862151000 --#yiv8862151000x_yiv9245960114 #yiv8862151000x_yiv9245960114 -- #yiv8862151000x_yiv9245960114x_yiv3852883019 #yiv8862151000x_yiv9245960114x_yiv3852883019 -- p {margin-top:0;margin-bottom:0;}#yiv8862151000 
What metrics do you want to collect?




Ashlesh

From: Mini-NDN <mini-ndn-bounces at lists.cs.ucla.edu> on behalf of Imen Souidene <imensouidene2009 at yahoo.com>
Sent: Sunday, April 1, 2018 5:45:26 PM
To: mini-ndn at lists.cs.ucla.edu
Subject: [Mini-NDN] Mini-ndn-metrics  Dear Sir,I am having troule to collect metrics after runing mini-ndn experimentsThere is no documentation on how building and using it.

Can you help me?
Cordially,Imen Souidene
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/mini-ndn/attachments/20180403/75af4239/attachment.html>


More information about the Mini-NDN mailing list