LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  New to Lavastorm - timestamps for Nodes

    Employee
    Posted 01-21-2016 17:17

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: yeahmeok

    Hey there - I am very new to lavastorm so this is probably a dummy question, but how do I get the start / finish time for each node run into the .brs file. It reports that they start initialize stop etc, so it seems logical that they could say what time it is also. I am guessing there is an option runtime or otherwise I have missed.
    Cheers
    Gary


  • 2.  RE: New to Lavastorm - timestamps for Nodes

    Employee
    Posted 01-21-2016 17:46

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ryeh

    For automated runs on the server, start/completed times for each node is stored in the *.log.brd.

    When you're looking in the BRS file, the start and end times are timestamps casted as long integers. You can use the timestamp function to convert the longs. Not sure if that's what you're asking.