[Swift-devel] Re: Thank you guys for the help
Ben Clifford
benc at hawaga.org.uk
Fri Oct 3 14:06:25 CDT 2008
On Fri, 3 Oct 2008, Zhao Zhang wrote:
> logstate "RM_JOBDIR"
> #rm -rf "$DIR" 2>&1 >& "$INFO"
> #checkError 254 "Failed to remove job directory $DIR"
>
> logstate "TOUCH_SUCCESS"
>
> As I comment the above 2 lines out, there was stilll a time gap between these
> two time stamp.
Ideally there should be no overhead from making log entries. On BG/P your
date command only has 1s resolution, so its fairly likely that sometimes
you'll get a 1s difference, sometimes 0s.
If two log entries in a row without anything between are giving more than
that, then you/we should investigate what's happening there.
--
More information about the Swift-devel
mailing list