Menu

#129 DSNTargetLogger - improve script by using 'log id' command

open
testbeds (20)
5
2007-08-15
2007-08-15
No

use 'log id' command to determine message log ID boundaries during test run

Discussion

  • Mustafa Yuecel

    Mustafa Yuecel - 2007-08-15
    • summary: testbed - improve script by using 'log id' command --> DSNTargetLogger - improve script by using 'log id' command
     
  • Mustafa Yuecel

    Mustafa Yuecel - 2007-08-15
    • assigned_to: nobody --> yuecelm
     
  • Tobias Rein

    Tobias Rein - 2007-08-17

    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)

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.