NAME

chatter - examines the telescope commands and replies

SYNOPSIS

chatter [debug] [rest]

DESCRIPTION

chatter takes log files from the standard input assuming that first field is timestamped with an ISO8601 date/time similar to:
2007-02-11T23:27:23Z taux 
2007-02-11T23:27:25Z done taux ovolts=2.832 cloud=0.88
It then looks for matching command / reply pairs and calculates the time elapsed between them. It prints out a line with the time difference and line number. For example:
taux time=2 line=2
If there are unpaired commands these appear at the end of the output with the DUMP label.

If the rest keyword is present the entire line is appended the the above output.


Program index