$ ADVISE PERFORM EXPORT/TYPE=BINARY - _$ /CLASS=(NODEFAULT,MEMORY)/NODE=MYNODE/BEGIN=9:00 - _$ /END=10:00/OUTPUT=MYNODE_MEMORY.BIN
The previous command creates an export file containing memory statistics for node MYNODE for an hour's worth of data.
$ADVISE PERFORM EXPORT/TYPE=BINARY - _$ /CLASS=(NODEFAULT,MEMORY)/NODE=MYNODE/BEGIN=20-Jan-1997 - _$ /END=21-Jan-1997/INTERVAL=1800/OUTPUT=MYNODE_MEMORY.20JAN
The previous command creates a file with a day's worth of data summarized into 30 minute records.
$ DTR DTR>DEFINE DICTIONARY CDD$TOP.DECPS_BIN; DTR>SET DICTIONARY CDD$TOP.DECPS_ASC; DTR>@PSPA$EXAMPLES:PSPA$DUMP_BINARY.DTR DTR>DEFINE DOMAIN MEMORY_BIN USING BINARY_RECORD ON - CON>MYNODE_MEMORY.20JAN; DTR>READY MEMORY_BIN DTR>FIND MEMORY_BIN WITH DATA_TYPE = "MEMO" [48 records found] DTR>LIST ALL HEADER AND MEMO
The previous command shows you how you can examine the binary data with DATATRIEVE, interactively. The DATATRIEVE record definition is contained in PSPA$EXAMPLE:PSPA$DUMP_BINARY.DTR and PSPA$EXAMPLE:PSPA$DUMP_ASCII.DTR.
|
Copyright © 2008 CA.
All rights reserved.
|
|