adjacentlink / emane

Distributed wireless network emulation framework
Other
127 stars 37 forks source link

emaneeventservice hanging around #203

Open andreas-ibm opened 3 years ago

andreas-ibm commented 3 years ago

I just noticed that I have a bunch of emaneeventservice processes hanging around on my system. They were launched by a script with:

emaneeventservice -r -l 4 eventservice_vignette3_part2.xml -d --logfile $LOGDIR/eventservice_vignette3_part2.log

but when it has run through all the events in the .eel file, it hangs around till I kill it. Is there a reason for it? I would like to be able to wait for the event services to finish, so I can finish my experiment and gather files, clean up etc... For now I have just put a sleep in my script with the time of the last event, but it's cumbersome as I need to check the runtime of the experiment and edit my script to match!

cheers!