insert_trg

Section: WIN SYSTEM (1W)
Updated: 2002.5.31
Index Return to Main Contents
 

NAME

insert_trg - Insertion of timed-out data into event files  

SYNOPSIS

insert_trg prmfile [ start end ]

 

DESCRIPTION

Insert_trg reads data files that timed out to order(1W) generated by wdiskts(1W) and inserts them into event files written by events(1W). prmfile has a part which goes as follows:
━━━━━FROM HERE━━━━━
# This file is insert_trg's parameter file
/dat/trg                # trg data dir
/dat/raw_timeouts       # time-out data dir
/dat/tmp                # temporary dir
3                       # wait min. from timeout LATEST
━━━━━TO HERE━━━━━━            ^^^^^^^
The line starting with # is a comment. The number in the fourth line is a value that means that an attempt will be immediately made to insert timeout data into up to the file three minutes older than timeout LATEST. It behaves differently from insert_raw. If this number is not specified, it defaults to DEFAULT_WAIT_MIN. Even if a number smaller than DEFAULT_WAIT_MIN is specified, it defaults to DEFAULT_WAIT_MIN. start and end specify the range of timeout data in 'YYMMDDhh.mm' format. They do not specify the range of any raw data.

When insert_trg is initiated without any argument, brief usage is displayed.  

SOURCE

`insert_trg.c'
 

SEE ALSO

wdiskts(1W), events(1W), order(1W), insert_raw(1W)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SOURCE
SEE ALSO