-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravel_stats.xml
46 lines (37 loc) · 1.7 KB
/
travel_stats.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on 2023-04-22 17:08:36 by Eclipse SUMO sumo Version 1.16.0
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<input>
<net-file value="SUMO_example/HelloWorld/helloworld.net.xml"/>
<route-files value="SUMO_example/HelloWorld/helloworld-trips3.rou.alt.xml"/>
</input>
<output>
<statistic-output value="travel_stats.xml"/>
</output>
<processing>
<time-to-teleport value="-1"/>
<waiting-time-memory value="3000"/>
<max-depart-delay value="-1"/>
</processing>
<report>
<duration-log.statistics value="true"/>
</report>
<traci_server>
<remote-port value="59506"/>
</traci_server>
<random_number>
<random value="true"/>
</random_number>
</configuration>
-->
<statistics xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/statistic_file.xsd">
<vehicles loaded="1" inserted="0" running="0" waiting="0"/>
<teleports total="0" jam="0" yield="0" wrongLane="0"/>
<safety collisions="0" emergencyStops="0"/>
<persons loaded="0" running="0" jammed="0"/>
<personTeleports total="0" abortWait="0" wrongDest="0"/>
<vehicleTripStatistics count="0" routeLength="0.00" speed="0.00" duration="0.00" waitingTime="0.00" timeLoss="0.00" departDelay="0.00" departDelayWaiting="-1.00" totalTravelTime="0.00" totalDepartDelay="0.00"/>
<pedestrianStatistics number="0" routeLength="0.00" duration="0.00" timeLoss="0.00"/>
<rideStatistics number="0"/>
<transportStatistics number="0"/>
</statistics>