Hi Jacob, all , any new insight on the above problem after looking the activity trace?
Best, Nicholas On 26 Feb 2014, at 12:16, Nicholas Loulloudes <[email protected]> wrote: > > The fcd-output xml is quite large since it is the 2-hour fcd from the > TAPAS-cologne scenario. > I am attaching the generated activity.tcl file. The only change is made to > this file, is shifting > all time instances to start from t=0s instead of t=21600s. > The traceExport command is as follows: > ~/sumo_19.0_install/sumo-0.19.0/tools/bin/traceExporter.py --fcd-input > fcd-output.xml --ns2config-output config.tcl --ns2activity-output > activity.tcl --ns2mobility-output mobility.tcl > > ________________________________________________________ > Nicholas Loulloudes > PhD Candidate, > LINC - Laboratory for Internet Computing > Department of Computer Science, University of Cyprus > PO Box 20537, 1678 Nicosia, Cyprus > Tel: +357-22892676 > Email: loulloudes.n[at]cs.ucy.ac.cy > Web: [1]www.cs.ucy.ac.cy/~nickl > LINC: [2]linc.ucy.ac.cy > CELAR: [3]www.celarcloud.eu > ________________________________________________________ > On 02/26/2014 12:08 PM, Jakob Erdmann wrote: > > Hello, > from a cursory look at the code I find it surprising that some IDs are > missing. If you send me an input file for reproducing this behavior (along > with the exact commandline that was used when calling traceExporter) I can > take a look. > regards, > Jakob > 2014-02-26 10:35 GMT+01:00 Nicholas Loulloudes > <[4][email protected]>: > > Hi Jacob, all, > > any insight on this? > On 02/25/2014 03:25 PM, Nicholas Loulloudes wrote: > > No I mean that for instance we there are nodes with ID 20, 22, 25 > but not with IDs 21, 23, 24. > On 02/25/2014 03:23 PM, Jakob Erdmann wrote: > > Hello, > the output file is ordered by time rather than $node_. > Or do you mean that for two numbers a < b, the first appearence of > $node_(b) comes before the first appearance of $node_(a) ? > In this case, feel free to send me an input file which allows me to > reproduce the behavior. > regards, > Jakob > > 2014-02-25 12:45 GMT+01:00 Nicholas Loulloudes > <[5][email protected] [6]<mailto:[email protected]>>: > > One last thing that I noticed now, is that the NODE IDs in the > generated ns2 mobility TCL file are not sequential. > Is this by design? > Best, > Nicholas. > On 02/25/2014 12:03 PM, Nicholas Loulloudes wrote: > > Ok updating the above file sorted out > my problem. > Thanks Jacob! > On 02/24/2014 09:09 AM, Jakob Erdmann wrote: > > Did you also update the file > > [7]http://sumo-sim.org/trac.wsgi/browser/trunk/sumo/tools/sumolib/__init__.p > y > ? > Regarding revision numbers. I noticed that some of these files > were wrongly tagged in the repositoy and did therefore not > updated their $Id. > regards, > Jakob > 2014-02-22 15:07 GMT+01:00 Nicholas Loulloudes > <[8][email protected] [9]<mailto:[email protected]> > > [10]<mailto:[email protected]> > > [11]<mailto:[email protected]>>: > Hi Jacob, all, > Even after updating to the latest revision of ns2.py module, > the > problem persists. > Any suggestions are highly welcome > Btw, the @version tag for (ns2.py, traceExporter.py) do not > provide information for the actual version. It only includes > the $id directive and nothing else. Example below. > """ > A script for converting SUMO's fcd-output into files > readable by > PHEM and communication simulators. > @file traceExporter.py > @author Daniel Krajzewicz > @date 2013-01-15 > @version $Id$ > Regards, > Nicholas > On 21 Feb 2014, at 16:02, Jakob Erdmann > <[12][email protected] > [13]<mailto:[email protected]> > > [14]<mailto:[email protected]> > [15]<mailto:[email protected]>> > wrote: > > Every file contains the revision number among the first few > comment lines. look for @version $Id: .... > 2014-02-21 12:43 GMT+01:00 Nicholas Loulloudes > <[16][email protected] > [17]<mailto:[email protected]> > > [18]<mailto:[email protected]> > > [19]<mailto:[email protected]>>: > I updated the ns2.py, to the latest, but wasn't aware > about > the init.py. > I will update this module and try again....and let you > know. > Btw, is there any way of finding the revision number I > have > on my local SUMO installation? > - Nicholas > On 21 Feb 2014, at 13:03, Jakob Erdmann > <[20][email protected] > [21]<mailto:[email protected]> > > [22]<mailto:[email protected]> > [23]<mailto:[email protected]>> wrote: > > Hello, > what revision of > > [24]http://sumo-sim.org/trac.wsgi/changeset/15251/trunk/sumo/tools/sumolib/_ > _init__.py > and > > [25]http://sumo-sim.org/trac.wsgi/browser/trunk/sumo/tools/sumolib/output/co > nvert/ns2.py > are you using? > both need to be updated to patch known bugs > (see > > [26]http://sumo-sim.org/wiki/FAQ#traceExporter.py_fails_to_work_properly_in_ > verson_0.19.0) > regards, > Jakob > 2014-02-21 8:47 GMT+01:00 Nicholas Loulloudes > <[27][email protected] > [28]<mailto:[email protected]> > > [29]<mailto:[email protected]> > > [30]<mailto:[email protected]>>: > Hi all, > I think I come across a possible bug with > traceExporter.py while generating ns-2 output trace. > Specifically, I am trying to generate ns-2 traces > out of > the TAPAS cologne scenario. > For you information, I am using SUMO v.19.0 for the > TAPAS cologne scenario and traceExporter.py (rev > #15433). > After the fcd-output data processing, the > "config.tcl" > file reports the generation of around 75000 > node-traces. > However, when looking into the "acitivity.tcl" file, > the largest ns2 node_ID I could find was around > 10000. > I examined the activity file in depth and found that > several SUMO nodes are reported with the same ns2 > node_ID, > and often their presence in the trace (in terms of > time) > is overlapping. Example below for ns2 node with > ID: 6916 > $ns_ at 24168.0 "$g(6916) start"; # SUMO-ID: > 115011_115011_403 > $ns_ at 24568.0 "$g(6916) stop"; # SUMO-ID: > 115011_115011_403 > $ns_ at 24075.0 "$g(6916) start"; # SUMO-ID: > 127584_127584_407 > $ns_ at 24634.0 "$g(6916) stop"; # SUMO-ID: > 127584_127584_407 > $ns_ at 24166.0 "$g(6916) start"; # SUMO-ID: > 132184_132184_410 > $ns_ at 24312.0 "$g(6916) stop"; # SUMO-ID: > 132184_132184_410 > $ns_ at 24080.0 "$g(6916) start"; # SUMO-ID: > 104574_104574_397 > $ns_ at 25037.0 "$g(6916) stop"; # SUMO-ID: > 104574_104574_397 > $ns_ at 24078.0 "$g(6916) start"; # SUMO-ID: > 112052_112052_401 > $ns_ at 24846.0 "$g(6916) stop"; # SUMO-ID: > 112052_112052_401 > $ns_ at 24167.0 "$g(6916) start"; # SUMO-ID: > 123312_123312_406 > $ns_ at 24733.0 "$g(6916) stop"; # SUMO-ID: > 123312_123312_406 > $ns_ at 24169.0 "$g(6916) start"; # SUMO-ID: > 102491_102491_396 > $ns_ at 25068.0 "$g(6916) stop"; # SUMO-ID: > 102491_102491_396 > $ns_ at 28665.0 "$g(6916) start"; # SUMO-ID: > 218770_218770_446 > $ns_ at 28800.0 "$g(6916) stop"; # SUMO-ID: > 218770_218770_446 > $ns_ at 24076.0 "$g(6916) start"; # SUMO-ID: > 118187_118187_405 > $ns_ at 24635.0 "$g(6916) stop"; # SUMO-ID: > 118187_118187_405 > $ns_ at 24163.0 "$g(6916) start"; # SUMO-ID: > 123240_123240_406 > $ns_ at 24633.0 "$g(6916) stop"; # SUMO-ID: > 123240_123240_406 > $ns_ at 24165.0 "$g(6916) start"; # SUMO-ID: > 131705_131705_410 > $ns_ at 24492.0 "$g(6916) stop"; # SUMO-ID: > 131705_131705_410 > $ns_ at 24164.0 "$g(6916) start"; # SUMO-ID: > 121001_121001_405 > $ns_ at 25202.0 "$g(6916) stop"; # SUMO-ID: > 121001_121001_405 > $ns_ at 24077.0 "$g(6916) start"; # SUMO-ID: > 100928_100928_396 > $ns_ at 24640.0 "$g(6916) stop"; # SUMO-ID: > 100928_100928_396 > $ns_ at 24160.0 "$g(6916) start"; # SUMO-ID: > 107246_107246_400 > $ns_ at 24596.0 "$g(6916) stop"; # SUMO-ID: > 107246_107246_400 > Unless it is by design, I believe, that there must > be a > problem with the ns2 node_ID generation that causes > the reuse of previously generated IDs. > - Nicholas > -- > ________________________________________________________ > Nicholas Loulloudes > PhD Candidate, > LINC - Laboratory for Internet Computing > Department of Computer Science, University of Cyprus > PO Box 20537, 1678 Nicosia, Cyprus > Tel: [31]+357-22892676 <tel:%2B357-22892676> > > <tel:%2B357-22892676> > Email: loulloudes.n[at][32]cs.ucy.ac.cy > > [33]<http://cs.ucy.ac.cy> [34]<http://cs.ucy.ac.cy/> > > [35]<http://cs.ucy.ac.cy/> > Web: [36]www.cs.ucy.ac.cy/~nickl > [37]<http://www.cs.ucy.ac.cy/%7Enickl> > [38]<http://www.cs.ucy.ac.cy/%7Enickl> > > [39]<http://www.cs.ucy.ac.cy/%7Enickl> > > [40]<http://www.cs.ucy.ac.cy/%7Enickl> > [41]<http://www.cs.ucy.ac.cy/%7Enickl> > LINC: [42]linc.ucy.ac.cy [43]<http://linc.ucy.ac.cy> > > [44]<http://linc.ucy.ac.cy/> [45]<http://linc.ucy.ac.cy/> > > <[46]http://linc.ucy.ac.cy [47]<http://linc.ucy.ac.cy/> > [48]<http://linc.ucy.ac.cy/>> > CELAR: [49]www.celarcloud.eu > > [50]<http://www.celarcloud.eu> [51]<http://www.celarcloud.eu/> > [52]<http://www.celarcloud.eu/> > > [53]<http://www.celarcloud.eu/> [54]<http://www.celarcloud.eu/> > ________________________________________________________ > > ---------------------------------------------------------------------------- > -- > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid > Common Pitfalls. > Read the Whitepaper. > > [55]http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.cl > ktrk > _______________________________________________ > sumo-user mailing list > [56][email protected] > [57]<mailto:[email protected]> > > [58]<mailto:[email protected]> > [59]<mailto:[email protected]> > [60]https://lists.sourceforge.net/lists/listinfo/sumo-user > > ________________________________________________________ > Nicholas Loulloudes > PhD Candidate, > LINC - Laboratory for Internet Computing > Department of Computer Science, University of Cyprus > PO Box 20537, 1678 Nicosia, Cyprus > > Tel: [61]+357-22892676 <tel:%2B357-22892676> <tel:%2B357-22892676> > > Email: loulloudes.n[at][62]cs.ucy.ac.cy [63]<http://cs.ucy.ac.cy> > > [64]<http://cs.ucy.ac.cy> [65]<http://cs.ucy.ac.cy> > Web:[66]www.cs.ucy.ac.cy/~nickl > [67]<http://www.cs.ucy.ac.cy/%7Enickl> > [68]<http://www.cs.ucy.ac.cy/%7Enickl> > > [69]<http://www.cs.ucy.ac.cy/%7Enickl> > VSense:[70]vsense.cs.ucy.ac.cy [71]<http://vsense.cs.ucy.ac.cy> > > [72]<http://vsense.cs.ucy.ac.cy/> [73]<http://vsense.cs.ucy.ac.cy/> > LINC:[74]linc.ucy.ac.cy [75]<http://linc.ucy.ac.cy> > [76]<http://linc.ucy.ac.cy/> [77]<http://linc.ucy.ac.cy/> > ________________________________________________________ > > > ---------------------------------------------------------------------------- > -- > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > > [78]http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.cl > ktrk > _______________________________________________ > sumo-user mailing list > > [79][email protected] > [80]<mailto:[email protected]> > [81]https://lists.sourceforge.net/lists/listinfo/sumo-user > > ------------------------------------------------------------------------------ > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > [82]http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktr > k > > _______________________________________________ > sumo-user mailing list > [83][email protected] > [84]https://lists.sourceforge.net/lists/listinfo/sumo-user > > References > > 1. http://www.cs.ucy.ac.cy/%7Enickl > 2. http://linc.ucy.ac.cy/ > 3. http://www.celarcloud.eu/ > 4. mailto:[email protected] > 5. mailto:[email protected] > 6. mailto:[email protected] > 7. > http://sumo-sim.org/trac.wsgi/browser/trunk/sumo/tools/sumolib/__init__.py > 8. mailto:[email protected] > 9. mailto:[email protected] > 10. mailto:[email protected] > 11. mailto:[email protected] > 12. mailto:[email protected] > 13. mailto:[email protected] > 14. mailto:[email protected] > 15. mailto:[email protected] > 16. mailto:[email protected] > 17. mailto:[email protected] > 18. mailto:[email protected] > 19. mailto:[email protected] > 20. mailto:[email protected] > 21. mailto:[email protected] > 22. mailto:[email protected] > 23. mailto:[email protected] > 24. > http://sumo-sim.org/trac.wsgi/changeset/15251/trunk/sumo/tools/sumolib/__init__.py > 25. > http://sumo-sim.org/trac.wsgi/browser/trunk/sumo/tools/sumolib/output/convert/ns2.py > 26. > http://sumo-sim.org/wiki/FAQ#traceExporter.py_fails_to_work_properly_in_verson_0.19.0 > 27. mailto:[email protected] > 28. mailto:[email protected] > 29. mailto:[email protected] > 30. mailto:[email protected] > 31. tel:%2B357-22892676 > 32. http://cs.ucy.ac.cy/ > 33. http://cs.ucy.ac.cy/ > 34. http://cs.ucy.ac.cy/ > 35. http://cs.ucy.ac.cy/ > 36. http://www.cs.ucy.ac.cy/%7Enickl > 37. http://www.cs.ucy.ac.cy/%7Enickl > 38. http://www.cs.ucy.ac.cy/%7Enickl > 39. http://www.cs.ucy.ac.cy/%7Enickl > 40. http://www.cs.ucy.ac.cy/%7Enickl > 41. http://www.cs.ucy.ac.cy/%7Enickl > 42. http://linc.ucy.ac.cy/ > 43. http://linc.ucy.ac.cy/ > 44. http://linc.ucy.ac.cy/ > 45. http://linc.ucy.ac.cy/ > 46. http://linc.ucy.ac.cy/ > 47. http://linc.ucy.ac.cy/ > 48. http://linc.ucy.ac.cy/ > 49. http://www.celarcloud.eu/ > 50. http://www.celarcloud.eu/ > 51. http://www.celarcloud.eu/ > 52. http://www.celarcloud.eu/ > 53. http://www.celarcloud.eu/ > 54. http://www.celarcloud.eu/ > 55. > http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk > 56. mailto:[email protected] > 57. mailto:[email protected] > 58. mailto:[email protected] > 59. mailto:[email protected] > 60. https://lists.sourceforge.net/lists/listinfo/sumo-user > 61. tel:%2B357-22892676 > 62. http://cs.ucy.ac.cy/ > 63. http://cs.ucy.ac.cy/ > 64. http://cs.ucy.ac.cy/ > 65. http://cs.ucy.ac.cy/ > 66. http://www.cs.ucy.ac.cy/%7Enickl > 67. http://www.cs.ucy.ac.cy/%7Enickl > 68. http://www.cs.ucy.ac.cy/%7Enickl > 69. http://www.cs.ucy.ac.cy/%7Enickl > 70. http://vsense.cs.ucy.ac.cy/ > 71. http://vsense.cs.ucy.ac.cy/ > 72. http://vsense.cs.ucy.ac.cy/ > 73. http://vsense.cs.ucy.ac.cy/ > 74. http://linc.ucy.ac.cy/ > 75. http://linc.ucy.ac.cy/ > 76. http://linc.ucy.ac.cy/ > 77. http://linc.ucy.ac.cy/ > 78. > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk > 79. mailto:[email protected] > 80. mailto:[email protected] > 81. https://lists.sourceforge.net/lists/listinfo/sumo-user > 82. > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk > 83. mailto:[email protected] > 84. https://lists.sourceforge.net/lists/listinfo/sumo-user > <activity.tcl.zip>------------------------------------------------------------------------------ > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk_______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user ________________________________________________________ Nicholas Loulloudes PhD Candidate, LINC - Laboratory for Internet Computing Department of Computer Science, University of Cyprus PO Box 20537, 1678 Nicosia, Cyprus Tel: +357-22892676 Email: loulloudes.n[at]cs.ucy.ac.cy Web: www.cs.ucy.ac.cy/~nickl VSense: vsense.cs.ucy.ac.cy LINC: linc.ucy.ac.cy ________________________________________________________
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
