Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to get the results of the simulation

add it like this (--log and logfile.txt are two separate items):
traci.start([sumoBinary, '-c', os.path.join('data', 'run.sumocfg'),
"--step-length", "0.1", "--duration-log.statistics","--log", "logfile.txt"])

2017-10-31 17:06 GMT+01:00 Sara el hamdani <saraelhamdani@xxxxxxxxx>:

> My simulation runner is like this:
>
> traci.start([sumoBinary, '-c', os.path.join('data', 'run.sumocfg'),
> "--step-length", "0.1", "--duration-log.statistics","--log logfile.txt"])
>
> When I add "--log logfile.txt" I get this error relation to TraCi server
> connection:
>
> [image: Images intégrées 1]
>
>
>
> 2017-10-31 12:03 GMT+00:00 Jakob Erdmann <namdre.sumo@xxxxxxxxxxxxxx>:
>
>> run your simulation with the option --duration-log.statistics and --log
>> logfile.txt
>> you will find the results in logfile.txt
>>
>> regards,
>> Jakob
>>
>> 2017-10-31 9:35 GMT+01:00 Sara el hamdani via sumo-user <
>> sumo-user@xxxxxxxxxxxxxxxxxxxxx>:
>>
>>> Hello sumo users,
>>>
>>> I need to get the avg. trip duration, avg. trip waiting time and avg.
>>> trip
>>> time loss for both vehicles and pedestrians.
>>>
>>> I couldn't get this results (avg) using reports, but I found vehicles's
>>> avg
>>> on the sumo-gui simulation parameter.
>>>
>>> How could I get pedestrians's avg. trip duration, avg. trip waiting time
>>> and avg. trip time loss?
>>> --
>>> *Best regards*
>>>
>>>
>>> *Sara EL HAMDANI*
>>> *Phd student -Umi University.*
>>> ------------------------------------------------------------
>>> ------------------
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> _______________________________________________
>>> sumo-user mailing list
>>> sumo-user@xxxxxxxxxxxxxxxxxxxxx
>>> https://lists.sourceforge.net/lists/listinfo/sumo-user
>>> _______________________________________________
>>> sumo-user mailing list
>>> sumo-user@xxxxxxxxxxx
>>> To change your delivery options, retrieve your password, or unsubscribe
>>> from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/sumo-user
>>>
>>
>>
>
>
> --
> *Best regards*
>
>
> *Sara EL HAMDANI*
> *Phd student -Umi University.*
>

PNG image

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user

Back to the top