|
SMF Type 73 RecordThis table shows the record layout for type 73 SMF records
|
It's easy to report on SMF 73 data! (Jump to sample reports) | |
Spectrum SMF Writer handles the difficult SMF record parsing for you automatically. You just specify which fields you want to see. Spectrum SMF Writer also converts the arcane date and time fields and reformats them into an attractive report. Plus, Spectrum SMF Writer can export SMF data as comma delimited files to use on your PC.
|
Offset (Dec.) | Offset (Hex) | Name | Length | Format | Description |
0 | 0 | SMF73LEN | 2 | binary | Record length. This field and the next field (total of four bytes) form the RDW (record descriptor word).
|
2 | 2 | SMF73SEG | 2 | binary | Segment descriptor (see record length field).
|
4 | 4 | SMF73FLG | 1 | binary | System indicator:
Bit Meaning When Set 0 New SMF record format 1 Subtypes used 2 Reserved 3-6 Version indicators 7 System is running in PR/SM mode |
5 | 5 | SMF73RTY | 1 | binary | Record type 73 (X'49').
|
6 | 6 | SMF73TME | 4 | binary | Time since midnight, in hundredths of a second, that the record was moved into the SMF buffer.
|
10 | A | SMF73DTE | 4 | packed | Date when the record was moved into the SMF buffer, in the form 0cyydddF. See “Standard SMF Record Header” on page 13-1 for a detailed description.
|
14 | E | SMF73SID | 4 | EBCDIC | System identification (from the SMFPRMxx SID parameter).
|
18 | 12 | SMF73SSI | 4 | EBCDIC | Subsystem identification (‘RMF’).
|
22 | 16 | SMF73STY | 2 | binary | Record subtype=1.
|
24 | 18 | SMF73TRN | 2 | binary | Number of triplets in this record. A triplet is a set of three SMF fields (offset/length/number values) that defines a section of the record. The offset is the offset from the RDW.
|
26 | 1A | -- | 2 | binary | Reserved.
|
28 | 1C | SMF73PRS | 4 | binary | Offset to RMF product section from RDW.
|
32 | 20 | SMF73PRL | 2 | binary | Length of RMF product section.
|
34 | 22 | SMF73PRN | 2 | binary | Number of RMF product sections.
|
36 | 24 | SMF73HIS | 4 | binary | Offset to channel path control section from RDW.
|
40 | 28 | SMF73HIL | 2 | binary | Length of channel path control section.
|
42 | 2A | SMF73HIN | 2 | binary | Number of channel path control sections.
|
44 | 2C | SMF73HPS | 4 | binary | Offset to channel path data section from RDW.
|
48 | 30 | SMF73HPL | 2 | binary | Length of channel path data section.
|
50 | 32 | SMF73HPN | 2 | binary | Number of channel path data sections.
|
52 | 34 | SMF73HES | 4 | binary | Offset to extended channel path data section from RDW.
|
56 | 38 | SMF73HEL | 2 | binary | Length of extended channel path data section.
|
58 | 3A | SMF73HEN | 2 | binary | Number of extended channel path data sections.
|
0 | 0 | SMF73MFV | 2 | packed | RMF version number.
|
2 | 2 | SMF73PRD | 8 | EBCDIC | Product name (‘RMF’).
|
10 | A | SMF73IST | 4 | packed | Time that the RMF measurement interval started, in the form 0hhmmssF, where hh is the hours, mm is the minutes, ss is the seconds, and F is the sign.
|
14 | E | SMF73DAT | 4 | packed | Date when the RMF measurement interval started, in the form 0cyydddF. See “Standard SMF Record Header” on page 13-1 for a detailed description.
|
18 | 12 | SMF73INT | 4 | packed | Duration of the RMF measurement interval, in the form mmsstttF where mm is the minutes, ss is the seconds, ttt is the milliseconds, and F is the sign. (The end of the measurement interval is the sum of the recorded start time and this field.)
|
22 | 16 | -- | 2 | binary | Reserved.
|
24 | 18 | SMF73SAM | 4 | binary | Number of RMF samples.
|
28 | 1C | -- | 2 | binary | Reserved.
|
30 | 1E | SMF73FLA | 2 | binary | Flags
Bit Meaning When Set 0 Reserved 1 Samples have been skipped 2 Record was written by RMF Monitor III 3 Interval was synchronized with SMF 4-15 Reserved. |
32 | 20 | -- | 4 | binary | Reserved.
|
36 | 24 | SMF73CYC | 4 | packed | Sampling cycle length, in the form 000ttttF, where tttt is the milliseconds and F is the sign (taken from CYCLE option). The range of values is 0.050 to 9.999 seconds.
|
40 | 28 | SMF73MVS | 8 | EBCDIC | MVS software level (consists of an acronym and the version, release, and modification level - ZVvvrrmm).
|
48 | 30 | SMF73IML | 1 | binary | Indicates the type of processor complex on which data measurements were taken. Value Meaning 3 9672, zSeries
|
49 | 31 | SMF73PRF | 1 | binary | Processor flags.
Bit Meaning When Set 0 The system has expanded storage 1 The processor is enabled for ES connection architecture (ESCA) 2 There is an ES connection director in the configuration 3 System is running in z/Architecture mode 4 At least one zAAP is currently installed 5 At least one zIIP is currently installed 6 Enhanced DAT architecture available 7 Reserved. |
50 | 32 | SMF73PTN | 1 | binary | PR/SM partition number of the partition that wrote this record.
|
51 | 33 | SMF73SRL | 1 | binary | SMF record level change number. This field enables processing of SMF record level changes in an existing release
X’55’ for z/OS V1R10 RMF X’56’ for z/OS V1R11 RMF X'5D' for z/OS V1R13 RMF |
52 | 34 | SMF73IET | 8 | char | Interval expiration time token. This token can be used to identify other than RMF records that belong to the same interval (if interval was synchronized with SMF).
|
60 | 3C | SMF73LGO | 8 | binary | Offset GMT to local time (STCK format).
|
68 | 44 | SMF73RAO | 4 | binary | Offset to reassembly area relative to start of RMF product section.
|
72 | 48 | SMF73RAL | 2 | binary | Length of reassembly area. Area consists of a fixed header and a variable number of information blocks. Length depends on the record type/subtype, but is fixed for a specific type/subtype.
|
72 | 4A | SMF73RAN | 2 | binary | Reassembly area indicator. Value Meaning 0 Record is not broken. 1 Record is broken.Note: This field is used to indicate whether an SMF record is a broken record. Therefore, offset (SMF73RAO) and length (SMF73RAL) are only valid if SMF73RAN = 1. A reassembly area is only present in broken records.
|
76 | 4C | SMF73OIL | 2 | binary | Original interval length as defined in the session or by SMF (in seconds).
|
78 | 4E | SMF73SYN | 2 | binary | SYNC value in seconds.
|
80 | 50 | SMF73GIE | 8 | binary | Projected gathering interval end (STCK format) GMT time.
|
88 | 58 | SMF73XNM | 8 | EBCDIC | Sysplex name as defined in parmlib member COUPLExx.
|
96 | 60 | SMF73SNM | 8 | EBCDIC | System name for current system as defined in parmlib member IEASYSxx SYSNAME parameter.
|
0 | 0 | SMF73RBR | 2 | binary | Total number of broken records built from the original large record.
|
2 | 2 | SMF73RSQ | 2 | binary | Sequence number of this broken record. Every broken record built from the same large record must have a unique sequence number, it is in the range from 1 to SMF73RBR.
|
4 | 4 | SMF73RIO | 4 | binary | Offset to first reassembly information block relative to start of reassembly area header.
|
8 | 8 | SMF73RIL | 2 | binary | Length of reassembly information block.
|
10 | A | SMF73RIN | 2 | binary | Number of reassembly information blocks (same value as SMF73TRN in header section).
|
12 | C | -- | 4 | binary | Reserved.
|
0 | 0 | SMF73RNN | 2 | binary | Total number of sections in the original large record. This field contains information of how many sections of a specific type were contained in the original SMF record. This field is a copy of the number field of the triplet in the original (non broken) record.
|
2 | 2 | SMF73RPP | 2 | binary | Position of the first of one or more consecutive sections described by this block as in the original record. Values in the range of 1 to SMF73RNN are valid for correct processing. A value of 0 will skip processing of this information block. This field provides information where the sections that are part of this broken record were placed in the original record before the split took place. The actual number of consecutive sections contained in this record is available from the actual triplet in the header extension.
|
There is one section per record | |||||
0 | 0 | SMF73SMP | 4 | binary | This field contains the number of samples while the busy count is stored in field SMF73BSY. Only valid if bit 2 of SMF73SFL is not set.
|
4 | 4 | SMF73CFL | 1 | binary | Configuration change flags Bit Meaning When Set 0 Configuration changed. Used to decide whether to provide the text “POR” or “ACTIVATE” on reports. Also used to check whether data can be combined in a duration report. 1 Configuration change since power-on-reset (POR). 2 POR using IODF data set that supports dynamic configuration change (contains I/O token). 3 I/O token is valid. 4 Record may include data sections that are not valid. 5 CPMF (channel path measurement facility) available. 6 Reserved. 7 CPMF mode has changed.
|
5 | 5 | SMF73SFL | 1 | binary | Status flags.
Bit Meaning When Set 0 DCM supported by hardware. 1 Configuration contains DCM managed channels. 2 Hardware allows multiple logical channel subsystems. 3 Enhanced channel measurement facility available. 4-7 Reserved. |
6 | 6 | -- | 2 | binary | Reserved.
|
8 | 8 | SMF73TNM | 44 | EBCDIC | IODF name.
|
52 | 34 | SMF73TSF | 2 | EBCDIC | IODF name suffix.
|
54 | 36 | -- | 2 | binary | Reserved.
|
56 | 38 | SMF73TOK | 16 | EBCDIC | Partial token information.
|
56 | 38 | SMF73TDT | 8 | EBCDIC | IODF creation date, in the form mm/dd/yy.
|
64 | 40 | SMF73TTM | 8 | EBCDIC | IODF creation time, in the form hh.mm.ss.
|
72 | 48 | SMF73CRC | 4 | binary | CPMF (channel path measurement facility) restart count
|
76 | 4C | SMF73CSC | 4 | binary | Last CPMF (channel path measurement facility) sample count
|
80 | 50 | SMF73TDY | 10 | EBCDIC | IODF creation date, in the form mm/dd/yyyy.
|
90 | 5A | SMF73CMI | 1 | binary | CPMF mode.
Value Meaning 0 CPMF is not active 1 Compatibility mode 2 Extended mode |
91 | 5B | SMF73CSS | 1 | EBCDIC | Channel subsystem ID. Only valid if bit 2 of SMF73SFL is set.
|
There is one section per channel path. | |||||
0 | 0 | SMF73PID | 1 | binary | Channel path identification. The range of values is X'0' to X'FF'. Support for dynamic I/0. There are always X'FF' path data sections in record type 73, even though there might not be X'FF' CHPIDs defined in the system. These ‘dummy’ data sections in the SMF records contain only the channel path id; the rest is hexadecimal zeroes.
|
1 | 1 | SMF73FG2 | 1 | binary | Bit Meaning When Set 0-1 Reserved 2 Block multiplexor 3 Byte multiplexor 4 Reserved 5 Only partial statistics available 6 Data recorded is incorrect because channel path was reconfigured during interval 7 Channel path is currently online. |
2 | 2 | SMF73FG3 | 1 | binary | Channel flags extension
Bit Meaning When Set 0 ES connection channel 1 ES connection director attached to channel path 2 ES connection converter attached to this channel 3 Channel path modified 4 Channel path deleted 5 Channel path added 6 Valid path 7 Channel path is shared between logical partitions |
3 | 3 | SMF73FG4 | 1 | binary | Channel path flags
Bit Meaning When Set 0 CPMB (channel path measurement block) entry not valid 1 Channel path is CTC defined 2 Channel conversion 3090 3 Reserved 4 Channel path is DCM managed 5 Channel characteristics changed during interval 6 Extended channel path measurements are supported 7 Reserved. |
4 | 4 | SMF73BSY | 4 | binary | Count of store channel path status (STCPS) samples taken by SRM in which the channel path related to this entry was found busy. This count is normalized (broken down into the simplest expression).
|
8 | 8 | SMF73PBY | 4 | binary | Partition’s channel-path-busy-time since last RMF interval, in units of 1024 microseconds.
|
12 | C | SMF73PTI | 4 | binary | Partition’s channel-path measurement interval, in units of 1024 microseconds.
|
16 | 10 | SMF73CPD | 1 | binary | Channel path description. For an explanation, you can issue the command D M=CHP.
|
17 | 11 | SMF73ACR | 5 | EBCDIC | Channel path acronym.
|
22 | 16 | SMF73CMG | 1 | binary | CPMF Channel measurement group.
|
23 | 17 | SMF73FG5 | 1 | binary | CPMF validation flags - each bit (if on) indicates that the corresponding measurement data is available and valid. This refers to the first five words of the channel measurement data in field SMF73CCM.
Bit - Measurement Data 0 Channel measurement data — word 1 1 Channel measurement data — word 2 2 Channel measurement data — word 3 3 Channel measurement data — word 4 4 Channel measurement data — word 5 5-7 Reserved. |
24 | 18 | SMF73CCM | 48 | binary | CPMF Channel measurement data (extended mode). The contents of this field is different for each measurement group, as described in the following tables.
|
72 | 48 | SMF73CPP | 1 | binary | Channel path parameter.
|
73 | 49 | SMF73GEN | 1 | binary | Channel type generation.
|
74 | 4A | SMF73EIX | 2 | binary | Index to Extended Channel Path Data section. Only valid if bit 6 of SMF73FG4 is set.
|
0 | 0 | SMF73TUT | 4 | s_float | Total channel path busy time (in units of 128 microseconds).
|
4 | 4 | SMF73PUT | 4 | s_float | LPAR channel path busy time (in units of 128 microseconds).
|
8 | 8 | -- | 40 | binary | Reserved.
|
0 | 0 | SMF73MBC | 4 | s_float | Maximum bus cycles per second.
|
4 | 4 | SMF73MCU | 4 | s_float | Maximum channel work units per second.
|
8 | 8 | SMF73MWU | 4 | s_float | Maximum WRITE data units per second.
|
12 | C | SMF73MRU | 4 | s_float | Maximum READ data units per second.
|
16 | 10 | SMF73US | 4 | s_float | Data unit size (in bytes).
|
20 | 14 | SMF73TBC | 4 | s_float | Total bus cycles count.
|
24 | 18 | SMF73TUC | 4 | s_float | Total channel work unit count.
|
28 | 1C | SMF73PUC | 4 | s_float | LPAR channel work units count.
|
32 | 20 | SMF73TWU | 4 | s_float | Total WRITE data units count.
|
36 | 24 | SMF73PWU | 4 | s_float | LPAR WRITE data units count.
|
40 | 28 | SMF73TRU | 4 | s_float | Total READ data units count.
|
44 | 2C | SMF73PRU | 4 | s_float | LPAR READ data units count.
|
0 | 0 | SMF73PDU | 4 | s_float | LPAR data unit size (in bytes).
|
4 | 4 | SMF73TDU | 4 | s_float | Total data unit size (in bytes).
|
8 | 8 | SMF73PUM | 4 | s_float | LPAR message sent unit size (in bytes)
|
12 | C | SMF73TUM | 4 | s_float | Total message sent unit size (in bytes)
|
16 | 10 | -- | 4 | binary | Reserved.
|
20 | 14 | SMF73PMS | 4 | s_float | LPAR count of message sent units.
|
24 | 18 | SMF73TMS | 4 | s_float | Total count of message sent units.
|
28 | 1C | SMF73PUS | 4 | s_float | LPAR count of unsuccessful attempts to send messages.
|
32 | 20 | SMF73PUB | 4 | s_float | LPAR count of unsuccessful attempts to receive messages due to unavailable buffers.
|
36 | 24 | SMF73TUB | 4 | s_float | Total count of unsuccessful attempts to receive messages due to unavailable buffers.
|
40 | 28 | SMF73PDS | 4 | s_float | LPAR count of data units sent.
|
44 | 2C | SMF73TDS | 4 | s_float | Total count of data units sent.
|
0 | 0 | SMF73ECP | 1 | binary | Channel path identification
|
1 | 1 | -- | 3 | binary | Reserved.
|
4 | 4 | SMF73EDT | 32 | structure | CPMF extended channel path measurement data. This field is only available for measurement group 2. See “SMF73EDT — CPMF Extended Channel Measurement Data (Measurement Group 2)” for the contents of the field.
|
0 | 0 | SMF73EOC | 4 | float | Total number of FICON command-mode operations (CPC) that have been attempted by the channel.
|
4 | 4 | SMF73EOD | 4 | float | Total number of FICON command-mode operations (CPC) that could not be initiated by the channel because of a lack of available resources.
|
8 | 8 | SMF73EOS | 8 | float | Summation count of FICON command-mode operations (CPC). Each time the number of FICON command-mode operations is incremented, the number of FICON command-mode operations active at the channel, including the one being initiated, is added to this field.
|
16 | 10 | SMF73ETC | 4 | float | Total number of FICON transport-mode operations (CPC) that have been attempted by the channel. Zero when zHPF is not available.
|
20 | 14 | SMF73ETD | 4 | float | Total number of FICON transport-mode operations (CPC) that could not be initiated by the channel because of a lack of available resources. Zero when zHPF is not available.
|
24 | 18 | SMF73ETS | 8 | float | Summation count of FICON transport-mode operations (CPC). Each time the number of FICON transport-mode operations is incremented, the number of transport-mode operations active at the channel, including the one being initiated, is added to this field. Zero when zHPF is not available.
|
The table above is based on the description provided by IBM in its "MVS Systems Management Facilities (SMF)" manual.
The SMF report below was created with Spectrum SMF Writer,
the low-cost 4GL report writer for SMF files.
In this report we report on RMF's collected channel statistics. We read in the SMF 73 records (RMF Channel Path Activity.) We report on each channel's utilization (LPAR as well as total). We also report on the average read- and write-speed (in megabytes per second) for each channel.
This is the kind of information that you might be able to monitor live if you have an expensive monitoring product. This report shows you the same information on a historical basis from your SMF logs.
All of this useful executive information with just a few lines of code!
Why not install a Spectrum SMF Writer trial right now and start making your own SMF reports!
INPUT: SMF73 NORMWHEN(SMF73RTY=73 AND SMF73HPN > 1) NORMSMF(SMF73HPS) INCLUDE: SMF73RTY=73 AND SMF73FG3-VALID-PATH /* ONLY "REAL" ENTRIES */ COMP: INTDIV(2) = SMF73PTI * 1024 / 1000000 COMP: INT = SMF73PTI * 1024 COMP: UTIL_TOTAL(2) = WHEN(SMF73CMG = 1) ASSIGN( (SMF73TUT*100) / (SMF73PTI*8) ) WHEN(SMF73CMG = 2) ASSIGN( (SMF73TUC*100) / (SMF73MCU*INTDIV) ) COMP: UTIL_PART_UTIL(2) = WHEN(SMF73CMG = 1) ASSIGN( (SMF73PUT*100) / (SMF73PTI*8) ) WHEN(SMF73CMG = 2) ASSIGN( (SMF73PUC*100) / (SMF73MCU*INTDIV) ) COMP: UTIL_BUSY(2) = WHEN(SMF73CMG = 2) ASSIGN( (SMF73TBC*100) / (SMF73MBC*INTDIV) ) COMP: READ_TOTAL(2) = WHEN(SMF73CMG = 2) ASSIGN( (SMF73TRU*SMF73US) / INT ) COMP: READ_PART(2) = WHEN(SMF73CMG = 2) ASSIGN( (SMF73PRU*SMF73US) / INT ) COMP: WRITE_TOTAL(2) = WHEN(SMF73CMG = 2) ASSIGN( (SMF73TWU*SMF73US) / INT ) COMP: WRITE_PART(2) = WHEN(SMF73CMG = 2) ASSIGN( (SMF73PWU*SMF73US) / INT ) COL: SMF73SEG(4 'ID' HEX) SMF73ACR('CHANNEL|TYPE') SMF73GEN('GEN' 3) '|' UTIL_PART_UTIL(6 'UTIL%|PART''N') UTIL_TOTAL(6 'UTIL%|TOTAL') UTIL_BUSY(4 'UTIL%|BUS') '|' READ_PART(6 'READ|MB/SEC|PART''N') READ_TOTAL(6 'READ|MB/SEC|TOTAL') '|' WRITE_PART(6 'WRITE|MB/SEC|PART''N') WRITE_TOTAL(6 'WRITE|MB/SEC|TOTAL')
CHANNEL PROFILE READ READ WRITE WRITE CHANNEL UTIL% UTIL% UTIL MB/SEC MB/SEC MB/SEC MB/SEC ID TYPE GEN PART'N TOTAL BUS PART'N TOTAL PART'N TOTAL ____ _______ ___ _ ______ ______ ____ _ ______ ______ _ ______ ______ 0001 CLX 0 | ***Z** ***Z** 0.00 | 0.00 0.00 | 0.00 0.00 0002 CLX 0 | ***Z** ***Z** 0.00 | 0.00 0.00 | 0.00 0.00 0003 CLX 0 | ***Z** ***Z** 0.00 | 0.00 0.00 | 0.00 0.00 0004 CLX 0 | ***Z** ***Z** 0.00 | 0.00 0.00 | 0.00 0.00 0011 CLX 0 | ***Z** ***Z** 0.00 | 0.00 0.00 | 0.00 0.00 0012 CLX 0 | ***Z** ***Z** 0.00 | 0.00 0.00 | 0.00 0.00 0013 CLX 0 | ***Z** ***Z** 0.00 | 0.00 0.00 | 0.00 0.00 0014 CLX 0 | ***Z** ***Z** 0.00 | 0.00 0.00 | 0.00 0.00 0031 FW_S 9 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 0032 FW_S 9 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 0033 FW_S 9 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 0034 FW_S 9 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 0035 FW_S 9 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 0036 FW_S 9 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 0037 FW_S 9 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 0038 FW_S 9 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 0041 FW_S 8 | 9.90 9.94 1.95 | 9.89 9.93 | 5.64 5.64 0042 FW_S 8 | 9.89 9.94 1.95 | 9.88 9.93 | 5.67 5.67 0043 FW_S 8 | 9.88 9.93 1.95 | 9.87 9.91 | 5.66 5.66 0044 FW_S 8 | 9.88 9.93 1.95 | 9.89 9.93 | 5.66 5.66 0057 CMR_S 0 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 0059 IDF 0 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 005A IDF 0 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 005B FW_S 8 | 2.30 9.80 0.41 | 0.00 0.00 | 0.74 3.28 005C FW_S 8 | 10.95 ***V** 0.77 | 1.51 6.18 | 0.00 0.00 005D FW_S 8 | 2.21 10.25 0.41 | 0.00 0.00 | 0.75 3.30 005E FW_S 8 | 12.15 ***V** 0.75 | 1.52 6.02 | 0.00 0.00 0061 FW_S 8 | 9.89 9.93 1.95 | 9.91 9.95 | 5.63 5.63 0062 FW_S 8 | 9.88 9.93 1.95 | 9.85 9.90 | 5.70 5.70 0063 FW_S 8 | 9.90 9.94 1.95 | 9.92 9.95 | 5.65 5.65 0064 FW_S 8 | 9.90 9.95 1.95 | 9.93 9.98 | 5.65 5.65 0071 FW_S 8 | 10.90 10.97 2.57 | 16.95 16.97 | 3.60 3.61 0072 FW_S 8 | 10.88 10.95 2.57 | 16.94 16.95 | 3.59 3.60 0073 FW_S 8 | 10.82 10.90 2.55 | 16.78 16.79 | 3.61 3.62 0074 FW_S 8 | 10.88 10.96 2.57 | 16.90 16.92 | 3.60 3.61 0075 FW_S 8 | 10.84 10.92 2.57 | 16.91 16.92 | 3.61 3.63 0076 FW_S 8 | 10.90 10.98 2.58 | 16.98 16.99 | 3.64 3.65 0077 FW_S 8 | 10.88 10.96 2.57 | 16.96 16.97 | 3.61 3.63 0078 FW_S 8 | 10.86 10.94 2.57 | 16.94 16.95 | 3.63 3.64 00A1 OMH 0 | 0.03 0.07 0.00 | 0.00 0.00 | 0.00 0.00 00A2 OMH 0 | 1.10 1.12 0.00 | 0.59 0.59 | 16.42 16.42 00A3 OMH 0 | 0.03 0.03 0.00 | 0.00 0.00 | 0.00 0.00 00A4 OMH 0 | 4.76 4.83 0.00 | 2.39 2.39 | 11.04 11.04 00A8 IDX 0 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 00B3 OMC 0 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 00BA IDX 0 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 00BB OMC 0 | 0.00 0.00 0.00 | 0.00 0.00 | 0.00 0.00 ...
Home |
Products |
Prices |
Documentation |
30-Day Trials |
Customer Reviews |
Company
| FAQ
| Sample Reports
| SMF Records
Send Your Comments or Questions