session - Report session log contents

SYNOPSIS

session  [ parameter=value ... ]

Parameters are: start_date, printout.

DESCRIPTION

session reports the chronological history of all TeraScan non-display application functions that have been run by a given user.

User interaction for application functions is recorded in a session log, defined by the UNIX environment variable, $SESSIONLOG. If this variable is not defined, logging is disabled and session cannot be run. Typically SESSIONLOG is defined to be some file in the user's home directory.

PARAMETERS

start_date

All session log records logged on or after this date are reported. Any valid date is allowed. See formats. The default is [yesterday].

printout

Specifies that the report is to be directed to the printer as opposed to the terminal screen. Valid responses are [yes and no]. The default is [no].

EXAMPLES

This is a short example of a session report. The first number in the report is the Process ID number and the second number is the time when the command was executed.

[1] % session
start_date     : char(15) ? [89/12/20] ?
printout       : char( 3) ? [no]

Wed Dec 20 22:34:55 1989   Page 1
2115  22:34:55  subset big big2
2115  22:34:55  keep_variables : char(75) ? []
2115  22:34:56  omit_variables : char(75) ? []
2115  22:35:04  Name of dimension to clip ? [] line
2115  22:35:07  line           : char(75) ? [] 1:256
2115  22:35:10  Name of dimension to clip ? [] sample
2115  22:35:14  sample         : char(75) ? [] 1:256
2115  22:35:16  Name of dimension to clip ? []
2118  22:35:23  instant big2 big3
2120  22:36:34  avcal
2120  22:36:34  input file(s)  : char(75) ? big3
2120  22:36:38  temp_units     : char(10) ? [celsius]
2120  22:36:39  full_report    : char( 3) ? [no]
2120  22:36:41
2120  22:36:41  line   1  ch    slope    intcpt    space   target  prt  average
2120  22:36:41             1   0.10634    -3.85     38.3            1    419.00
2120  22:36:41             2   0.10749    -3.88     39.6            2    427.00
2120  22:36:41             3  -0.00144     1.43    994.1    602.5   3    414.00
2120  22:36:41             4  -0.17249   167.04    988.0    334.2   4    423.00
2120  22:36:41             5  -0.19988   196.32    993.8    360.8
2120  22:36:41  session

FILES

$HOME/SESSIONLOG

SEE ALSO

audit, uif, terascan


Last Update: $Date: 1998/05/29 20:44:45 $