Changes between Initial Version and Version 1 of TimeLog


Ignore:
Timestamp:
Jan 18, 2019, 4:16:29 PM (5 years ago)
Author:
hales
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TimeLog

    v1 v1  
     1= Timelog =
     2
     3simple text filter, which changes the log output from Naoqi with time in seconds to human readable times
     4
     5 *
     6{{{
     7timelog < /var/log/naoqi/servicemanager/system.Naoqi.log
     8}}}
     9 prints
     10{{{
     11...
     12}}}
     13 *
     14{{{
     15grep ALMotion /var/log/naoqi/servicemanager/*.log | timelog
     16}}}
     17 annotates the `grep` result
     18{{{
     19...
     20}}}