Add a function to the DSNTargetLogHarvesterThread class to set the start ids and one to set the end ids of the packets that need to be logged. This is useful e.g. for the LinkTest Tool.
The syntax could look like this:
DSNTargetLogHarvesterThread logger = new DSNTargetLogHarvesterThread(...)
logger.setBeginIds();
/* do your logging stuff */
logger.setEndIds();
...
(Tests in the HCI building showed that the collection of a huge amount of data is very efficient using the DSNTargetLogger. It speeds up the collection of 1000 packets (50 packets per node, 20 nodes) by a factor of more than 10)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1820636
Originator: NO
Add a function to the DSNTargetLogHarvesterThread class to set the start ids and one to set the end ids of the packets that need to be logged. This is useful e.g. for the LinkTest Tool.
The syntax could look like this:
DSNTargetLogHarvesterThread logger = new DSNTargetLogHarvesterThread(...)
logger.setBeginIds();
/* do your logging stuff */
logger.setEndIds();
...
(Tests in the HCI building showed that the collection of a huge amount of data is very efficient using the DSNTargetLogger. It speeds up the collection of 1000 packets (50 packets per node, 20 nodes) by a factor of more than 10)