Velocity Software, Inc. is recognized as a leader in the performance measurement of z/VM and Linux on z. The Velocity Performance Suite consist of a set of tools that enable installations running z/VM to measure, report, and manage the perfomance of not only their z/VM system, but their Linux on z guests. In addition, many components of server farms can be measured and analyzed. Performance data can be viewed real-time through the use of either 3270 (often refered to as a green screen) or a browser. The zPRO component is designed to extend the capabilities of the z/VM sysprog (system programmer) to the browser world. This feature moves system management to the point-and-click crowd. Archived data and reports can be kept available of long term review and reporting usine zMAP. The zVPS, formally ESALPS, components consist of: zMON (formally ESAMON - real-time display of performance data), zTCP (formally ESATCP - SNMP data collection), zMAP (formally ESAMAP - historical reporting and archiving), zVWS (formally ESAWEB - z/VM based web server), zTUNE (a subscription service), zVIEW (formally SHOWCASE - web based viewing of performance data), zPRO (new to the quality line of Velocity Software Products). Velocity continues to work with other software vendors to ensure smooth interface with or from other products such as VM:Webgateway, CA-Webgateway, EnterpriseWeb, MXG, MICS. Velocity software remains the leader and inovator in the z/VM performance, Linux performance, Managing cloud computing arenas.
About Us | Products | FAQ | Demo | Customer Area | Education | Linux Hints & Tips | Presentations | News | VM Industry | Employment Opportunities
Home | Contact Us | License Info | Newsletter    

Each segment in ESATCP is listed, in order seen in history data. Some obscure segements are not included. The 'bold' string is the name of the segment.

                                                                           
 
Header segment
1 TCPDBREC, 2 descriptor, 3 DATE Char(8) , 3 STARTTIME Char(8) , 3 STOPTIME Char(8) , 3 SERIAL Char(6) , 3 RECTYPE Char(2) , 3 QUALIFIER Char(8) , 3 SAMPLES bin float(21), 3 SECONDS bin float(21),
'SRC '
1 DBSRC Based(segptr), 3 sepdSRC Char(6), /*'SRC '*/ 3 lendSRC Binary Fixed(15), 3 db_source Char(3), /* FAL or VSI */ 3 filler Char(1);
'TCP '
1 TotTcp Based(ttcpptr), /*82, 12 fields */ 3 Rto, /* Retransmit time out data, Configuration Data*/ 4 RtoAlgorithm Bin Float(21), /* designate algorithm*/ 4 RtoMin Bin Float(21), /* Min value in Milliseconds*/ 4 RtoMax Bin Float(21), /* Max value in Milliseconds*/ 3 MaxConn Bin Float(21); 3 seconds Bin Float(21), 3 samples Bin Float(21), 3 Connects, /* TCP Connections to: */ 4 ActiveOpens Bin Float(21), /* SYN_SENT from CLOSED */ 4 PassiveOpens Bin Float(21), /* SYN-RCVD from LISTEN */ 4 AttemptFails Bin Float(21), /* CLOSED from SYN-SENT/SYN-RCVD*/ 4 EstabResets Bin Float(21), /* CLOSED from ESTABLISHED*/ 3 segments, /* number of TCP segments */ 4 InSegs Bin Float(21), /* input received */ 4 OutSegs Bin Float(21), /* output */ 4 RetransSegs Bin Float(21), /* Retransmits */ 4 InErr Bin Float(21), /* Received in Error */ 4 OutRsts Bin Float(21), /* sent containing RST flag */ 3 vdata, 4 CurrEstab Bin Float(21); /* current connections*/
'IP '
1 TotIP Based(ttcpptr), /*83, 18 fields */ 2 config, 3 Forwarding Bin Float(21),/* 1: gateway, forwards */ 3 DefaultTTL Bin Float(21),/* Time to Live default*/ 3 ReasmTimeout Bin Float(21);/* seconds for Reassem Timeout*/ 2 TotIP, /*83, 18 fields */ 3 seconds Bin Float(21), 3 samples Bin Float(21), 3 input, /* input datagrams received */ 4 ipInReceives Bin Float(21), /* total */ 4 ipInHdrErrors Bin Float(21), /* discarded, Hdr error*/ 4 ipInAddrErrors Bin Float(21), /* discarded, ADDR error*/ 4 ipForwDatagrams Bin Float(21), /* forwarded */ 4 ipInUnknownProtos Bin Float(21), /* discarded, protocol unknown*/ 4 ipInDiscards Bin Float(21), /* discarded for buffer space*/ 4 ipInDelivers Bin Float(21), /* delivered successfully */ 3 output, /* output datagrams */ 4 OutRequests Bin Float(21), /* requested for transmission*/ 4 OutDiscards Bin Float(21), /* discarded for buffer space*/ 4 OutNoRoutes Bin Float(21), /* discarded, no route*/ 3 reasm, /* reassembly */ 4 ReasmReqds Bin Float(21), /* fragments received */ 4 ReasmOKs Bin Float(21), /* datagrams reassembled*/ 4 ReasmFails Bin Float(21), /* failures detected */ 3 frag, /* IP datagram fragmentation */ 4 FragOKs Bin Float(21), /* total successful*/ 4 FragFails Bin Float(21), /* Flagged don't fragment */ 4 FragCreates Bin Float(21); /* Fragments created*/
'UDP '
1 TotUDP Based(ttcpptr), /*84*/ 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 data, 3 InDatagrams Bin Float(21), /* Total datagrams delivered*/ 3 NoPorts Bin Float(21), /* datagrams received*/ 3 InErrors Bin Float(21), /* Other datagrams in error */ 3 OutDatagrams Bin Float(21); /* Total datagrams sent */
'ICMP '
1 TotICMP Based(ttcpptr), /*85 29 fields */ 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 data, 3 Input, /* Number of icmp messages received: */ 4 InMsgs Bin Float(21), /* total received */ 4 InErrors Bin Float(21), /* errors,bad checksums/length*/ 4 InDestUnreachs Bin Float(21), /* destination not reached*/ 4 InTimeExcds Bin Float(21), /* time exceeded */ 4 InParmProbs Bin Float(21), /* parameter problems*/ 4 InSrcQuenchs Bin Float(21), /* Source Quench */ 4 InRedirects Bin Float(21), /* Redirects */ 4 InEchos Bin Float(21), /* Echos */ 4 InEchoReps Bin Float(21), /* Echo Replys */ 4 InTimestamps Bin Float(21), /* Time stamp requests*/ 4 InTimestampReps Bin Float(21), /* Time stamp replys */ 4 InAddrMasks Bin Float(21), /* address mask requests*/ 4 InAddrMaskReps Bin Float(21), /* address mask replys*/ 3 output, /* output messages sent */ 4 OutMsgs Bin Float(21), /* icmp msgs out,includes errors*/ 4 OutErrors Bin Float(21), /* errors, should not include*/ 4 OutDestUnreachs Bin Float(21), /* Destination unreachable msgs*/ 4 OutTimeExcds Bin Float(21), /* ICMP time exceeded msgs sent*/ 4 OutParmProbs Bin Float(21), /* Parameter problem msgs */ 4 OutSrcQuenchs Bin Float(21), /* Source Quench msgs */ 4 OutRedirects Bin Float(21), /* redirect msgs, 0 for hosts*/ 4 OutEchos Bin Float(21), /* ICMP Echo Msgs requests */ 4 OutEchoReps Bin Float(21), /* Echo Replys sent */ 4 OutTimestamps Bin Float(21), /* TimeStamp Requests sent*/ 4 OutTimestampReps Bin Float(21), /* TimeStamp Replys sent */ 4 OutAddrMasks Bin Float(21), /* Address Mask Requests sent*/ 4 OutAddrMaskReps Bin Float(21); /* Address Mask Replys sent*/
'IFTAB '
1 rifTab Based(ttcpptr), /*86, 15 fields */ 0 3 num_tabs Bin Fixed(31), /* number of interfaces on node*/ 2 Config, /* LEN=64+8+25+39+40 = 176 */ 3 Descr Char(16), /* 254 byte,use 16 Description */ 3 IFType Bin Fixed(31),/* type of interface: */ 3 Mtu Bin Float(21), /*MaxSize datagram/Octets*/ 3 PhysAddress Char(30), /* interface address */ 3 AdminStatus Bin Fixed(15),/* 1: UP, 2: down, 3: testing*/ 3 OperStatus Bin Fixed(15), /* operational status, 1,2,3 */ 3 LastChange Bin Fixed(15), /*Time when OperStatus last changed*/ 3 Index Bin Fixed(15), /* IFT index*/ 3 rsrvd Char(2), 3 lastchngTOD Char(8), 3 FALIF, /* len 25, offset 72+4*/ 4 LinkNumber Bin Fixed(31), 4 LinkName Char(16), 4 NetNumber Bin Fixed(31), 4 NetType Char(1), 3 FALIFC, /* Len 39, offset 89+4*/ 4 DeviceType Char(1), 4 reserved char(2), /* align to word */ 4 DeviceNbr Bin Fixed(31), 4 NetName Char(16), 4 DeviceName Char(16), 3 data Char(40); /* dataclaw or dataibm */ 2 TotifTab, 3 seconds Bin Float(21), 3 samples Bin Float(21), 3 In, /* inbound packets */ /* Len 24 */ 4 InOctets Bin Float(21), /* Total octets IN */ 4 InUcastPkts Bin Float(21), /* Subnetwork unicast packets*/ 4 InNUcastPkts Bin Float(21), /* subnet non-unicast packets*/ 4 InDiscards Bin Float(21), /* non-error packets discarded*/ 4 InErrors Bin Float(21), /* errors packets discarded*/ 4 InUnknownProtos Bin Float(21), /* unknown protocol packets dis*/ 3 out, /* outbound packets */ 4 OutOctets Bin Float(21), /* Total octets out */ 4 OutUcastPkts Bin Float(21), /* subnet unicast packets */ 4 OutNUcastPkts Bin Float(21), /* subnet non-unicast packets*/ 4 OutDiscards Bin Float(21), /* non-error packets disc*/ 4 OutErrors Bin Float(21), /* error packets disarded.*/ 3 vdata, 4 OutQlen Bin Float(21), /*curr est speed in bits*/ 4 Speed Bin Float(21); /*curr est speed in bits*/
'TCPSYS'
1 dbtcpsys, 2 Config, /* len 452 */ 3 IP_address Char(4), 3 Descr Char(128), /* was (256) ID Hardware/software*/ 3 ObjectId Char(32), /* was (64) identifiier such as 1.3.6...*/ 3 UpTime Bin Float(21), /* Time last started in .01 secs*/ 3 Contact Char(128), /* was (256) node manager */ 3 Name Char(24), /* node qualified name */ 3 Location Char(128), /* was (256) physical location */ 3 Services, /* Map of services offered.*/ 4 RES Char(3), /* reserved */ 4 map Char(1); /* Bit(8) as follows: */
'TCPSUB'
1 RTCPSub Based(ttcpptr), /*87, 2+16*8=130 fields*/ 2 TTCPSub Based(ttcpptr), /*87, 2+16*8=130 fields*/ 3 seconds Bin Float(21), 3 samples Bin Float(21), 3 newfmt(1:16), /* at 22h0 level, delete vdata at 22h1*/ 4 vdata, 5 Num_free Bin Float(21), 5 Low_water Bin Float(21),/*Fal Only */ 4 cfig, 5 Num_allocated Bin Float(21),/*FreePoolSize*/ 5 LimitSize Bin Float(21), 5 Permit_size Bin Float(21), 5 ElementSize Bin Float(21),/*Fal only*/ 5 AlertStatus Bin Float(21), 5 CriticalStatus Bin Float(21);
'FALIO '
1 TotFALIO Based(ttcpptr), /*101, 13 fields */ 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 data, 3 ioReads Bin Float(21), /* Read requests */ 3 ioWrites Bin Float(21), /* Write requests */ 3 ioInOctets Bin Float(21), /* Bytes received */ 3 ioOutOctets Bin Float(21), /* Bytes xmitted */ 3 iucvReceives Bin Float(21), /* IUCV Receives */ 3 iucvRejects Bin Float(21), /* IUCV Rejects */ 3 iucvReplies Bin Float(21), /* IUCV Replies */ 3 iucvSends Bin Float(21), /* IUCV Sends */ 3 vmcfSendsOK Bin Float(21), /* VMCF sends ok */ 3 vmcfSendsAbnormal Bin Float(21), /* VMCF sends bad */ 3 vmcfSendsFatal Bin Float(21); /* VMCF Send fails*/
'FALACB'
2 seconds Bin Float(21), 2 samples Bin Float(21), 2 vdata, 3 RtNowQSize Bin Float(21),/* High-priority q size*/ 3 PriorQSize Bin Float(21),/* Medium-priority q sz*/ 3 ToDoQSize Bin Float(21),/* Low-priority q size */ 3 RtNowMaxQSize Bin Float(21),/* High-priority q max size*/ 3 PriorMaxQSize Bin Float(21),/* Medium-priority queue max size*/ 3 ToDoMaxQSize Bin Float(21),/* Low-prty q max sz*/ 2 pdata, 3 MarkedForDeath Bin Float(21),/* ACBs requiring purge*/ 3 MvToTimerQ Bin Float(21),/* ACBs moved to timer q*/ 3 QueuesEmpty Bin Float(21),/*time no acbs to schedule */ 2 mdata(2), /* 1: totals for Sched, 2: Dev */ 4 mdatap, 5 scheduled Bin Float(21), /* acbs scheduled */ 5 elapsedtime Bin Float(21), /* elapsed time acb active*/ 5 virtcputime Bin Float(21), /* virt cpu time acb active*/ 4 mdatav, 5 elapsedmax Bin Float(21), /* max elapsed time acb active*/ 5 virtcpumax Bin Float(21), /* max virt cpu time acb active*/ 2 SchedulerStatSize Bin Fixed(15), /*cnt sched acb's*/ 2 acbdevcnt Bin Fixed(15),/*not used*/ 2 Acbdata(200), /* for bucket analysys */ 4 index Bin Fixed(15), /* just a counter*/ 4 rsrvd Bin Fixed(15), 4 mdatap, 5 scheduled Bin Float(21), /* acbs scheduled */ 5 elapsedtime Bin Float(21), /* elapsed time acb active*/ 5 virtcputime Bin Float(21), /* virt cpu time acb active*/ 4 mdatav, 5 elapsedmax Bin Float(21), /* max elapsed time acb active*/ 5 virtcpumax Bin Float(21); /* max virt cpu time acb active*/
'FALCPU'
2 seconds Bin Float(21), 2 samples Bin Float(21), 2 reserved Char(4), 2 vdata, /* put here cause variable pdata */ 3 virtcpu Bin Float(21), 3 idletime Bin Float(21);
'FALTRE'
2 seconds Bin Float(21), 2 samples Bin Float(21), 2 vdata, 3 sizes (0:4) Bin Float(21), 3 FreeEntries(0:4) Bin Float(21), 3 FreeEntry (0:4) Bin Float(21);
'FALARP'
1 TotFALARP Based(ttcpptr), /*98, 5 fields*/ 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 data, 3 InRequests Bin Float(21), 3 OutReplies Bin Float(21), 3 OutRequests Bin Float(21);
'TCPARP'
3 config, 4 IP_addr Char(4), /* first of for remote survey*/ 4 MAC_addr Char(6), /* Hardware address for node */ 4 flags, 5 local Bit(1), /* Local Addr to requested node */ 5 remote Bit(1), /* remote Addr to requested node */ 5 snmpON Bit(1), /* tested node, is enabled for us*/ 5 snmpOFF Bit(1), /* tested, and did not respond*/ 5 survey Bit(1), /* have we surveyed this one? */ 5 reservd Bit(11),
'FALCCB'
2 Client Char(8), 2 subtaskname Char(8), 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 ccb_data, 3 pccb, 4 RequestsReceived Bin Float(21), /*client requests */ 4 ResponsesSent Bin Float(21), /*responses transmitted to clie*/ 4 NoticesSent Bin Float(21), /*notices transmitted to client*/ 3 vccb, 4 RequestTIme Bin Float(21), /*request time in microseconds*/ 4 queuetime Bin Float(21), /*queue time in microseconds*/ 4 NoticeTime Bin Float(21), /*notice time in microsecs*/ 4 ReceiveDelay Bin Float(21), /*receive delay microseconds*/ 2 ucb_data, /* udp/ccb control block data*/ 3 bytes_in Bin Float(21), 3 bytes_out Bin Float(21), 3 opens Bin Float(21), 3 closes Bin Float(21);
'TCPAPP'
3 config, 4 client Char(8), 4 max_segment Bin Fixed(15), 4 local_port Char(2), 4 ip_addr Char(4), 3 data, /* 22 fields, len 88 */ 4 seconds Bin Float(21), 4 samples Bin Float(21), 2 pdata, /* 5 fields */ 3 bytes_in Bin Float(21), 3 bytes_out Bin Float(21), 3 unacked Bin Float(21), 3 total_acked Bin Float(21), 3 acks_notcounted Bin Float(21), /* Not in FAL */ /* faldata 6 fields */ 3 SegmentTotal Bin Float(21), /* segments */ 3 DroppedFuture Bin Float(21), /* future segs droppd*/ 3 DupTotal Bin Float(21), /* duplicate segments*/ /* rfc1323 */ 3 Total_acked_1323 Bin Float(21), 3 Total_Time_1323 Bin Float(21), /* tot round trip time(ms)*/ 3 Total_Time Bin Float(21), /* tot round trip time ms*/ 2 vdata, /* 2 fields */ 3 inputq Bin Float(21), /* max input buffer q size*/ 3 outputq Bin Float(21), /* max output buff q size*/ 2 respdata, /*6 fields*/ 3 smoothtime Bin Float(21), 3 smoothvar Bin Float(21), 3 average_time Bin Float(21), /*totaltime/total_acked in FAL*/ 3 smoothtm_1323 Bin Float(21), /* Smoothd round trip*/ 3 smoothvar_1323 Bin Float(21), /* smoothed round trip varianc*/ 3 average_tm_1323 Bin Float(21), /*totaltime/total_acked in FAL*/ 2 ConnCount Bin Float(21), /*for subnet,apps*/
'TCPCON'
3 Application Char(8),/*Same as client unless intcl*/ 2 Config, /* LEngth 48 */ 3 client Char(8), 3 local_IP Char(4), /* ip_addr */ 3 local_port Char(2), 3 foreign_IP Char(4), 3 foreign_port Char(2), 3 local_conn Char(2), 3 filler, 4 flag_summed Bit(1), 4 flag_noRdata Bit(1), 4 FalOpened Bit(1), 4 FalClosed Bit(1), 4 reserved Bit(12), 3 irs_c Char(4), /* initial receive,VSI*/ 3 iss_c Char(4), /* Initial send ,VSI*/ 3 foreign_ipCHAR Char(16),/* xxx.xxx.xxx.xxx */ 3 max_segment Bin Float(21), 2 FAL_config, /* length 24 */ 3 LogicalDevice Char(2), 3 CONNPart1 Char(2), /* 1st 2 bytes of 4-byte conn*/ 3 MaxRcvWnd Char(4), /* Max receive window size*/ 3 MaxSndWnd Char(4), /* max send window size*/ 3 MinRcvWnd Char(4), /* min receive window size*/ /* NOTE BUG IN FOLLOWING.INPUT IS 2 CHAR!*/ 3 WindowSend Char(4), /* Send window scale factor*/ 3 WindowReceive Char(4), /* Rcv win scale factor*/ 3 seconds Bin Float(21), 3 samples Bin Float(21), 2 pdata, /* 5 fields */ 3 bytes_in Bin Float(21), 3 bytes_out Bin Float(21), 3 unacked Bin Float(21), 3 total_acked Bin Float(21), 3 acks_notcounted Bin Float(21), /* Not in FAL */ /* faldata 6 fields */ 3 SegmentTotal Bin Float(21), /* segments */ 3 DroppedFuture Bin Float(21), /* future segs droppd*/ 3 DupTotal Bin Float(21), /* duplicate segments*/ /* rfc1323 */ 3 Total_acked_1323 Bin Float(21), 3 Total_Time_1323 Bin Float(21), /* tot round trip time(ms)*/ 3 Total_Time Bin Float(21), /* tot round trip time ms*/ 2 vdata, /* 2 fields */ 3 inputq Bin Float(21), /* max input buffer q size*/ 3 outputq Bin Float(21), /* max output buff q size*/ 2 respdata, /*6 fields*/ 3 smoothtime Bin Float(21), 3 smoothvar Bin Float(21), 3 average_time Bin Float(21), /*totaltime/total_acked in FAL*/ 3 smoothtm_1323 Bin Float(21), /* Smoothd round trip*/ 3 smoothvar_1323 Bin Float(21), /* smoothed round trip varianc*/ 3 average_tm_1323 Bin Float(21), /*totaltime/total_acked in FAL*/
'SUBNET'
2 config, 3 target Bin Float(21), /* target response time*/ 3 subnet Char(4), /* subnet address in hex 255.255...*/ 3 max_segment Bin Float(21), 3 ip_addr Char(4); /*local ip address if multiple */ 2 datam 3 seconds Bin Float(21), 3 samples Bin Float(21), 2 pdata, /* 5 fields */ 3 bytes_in Bin Float(21), 3 bytes_out Bin Float(21), 3 unacked Bin Float(21), 3 total_acked Bin Float(21), 3 acks_notcounted Bin Float(21), /* Not in FAL */ /* faldata 6 fields */ 3 SegmentTotal Bin Float(21), /* segments */ 3 DroppedFuture Bin Float(21), /* future segs droppd*/ 3 DupTotal Bin Float(21), /* duplicate segments*/ /* rfc1323 */ 3 Total_acked_1323 Bin Float(21), 3 Total_Time_1323 Bin Float(21), /* tot round trip time(ms)*/ 3 Total_Time Bin Float(21), /* tot round trip time ms*/ 2 vdata, /* 2 fields */ 3 inputq Bin Float(21), /* max input buffer q size*/ 3 outputq Bin Float(21), /* max output buff q size*/ 2 respdata, /*6 fields*/ 3 smoothtime Bin Float(21), 3 smoothvar Bin Float(21), 3 average_time Bin Float(21), /*totaltime/total_acked in FAL*/ 3 smoothtm_1323 Bin Float(21), /* Smoothd round trip*/ 3 smoothvar_1323 Bin Float(21), /* smoothed round trip varianc*/ 3 average_tm_1323 Bin Float(21), /*totaltime/total_acked in FAL*/ 2 conncount Bin Float(21);
'UCDSYS'
1 RUCDSYS Based(rlnxptr),/*130*/ 2 config, /* 18+64+2 = 84*/ 3 thresh(3) Char(6), 3 Errmsg(4) Char(16), 3 CPUCNT Bin Fixed(15),/*virtual cpu count*/ 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 Memory, /* len 36, offset 92 */ 3 SwapSize Bin Float(21),/*memSwapSize */ 3 SwapAvail Bin Float(21),/*memSwapAvail */ 3 RealSize Bin Float(21),/*memRealSize */ 3 RealAvail Bin Float(21),/*memRealAvail */ 3 MemAvail Bin Float(21),/*memMemAvail */ 3 SwapMinReq Bin Float(21),/*memSwapMinReq */ 3 Shared Bin Float(21),/*memShared */ 3 Buffer Bin Float(21),/*memBuffer */ 3 Cache Bin Float(21),/*memCache */ /* offset 128 */ 2 CPUStats, /* new data with ucd 4.2.1, overlaps, better.*/ 3 Nicepct Bin Float(21),/*nicepct */ 3 UserPct Bin Float(21),/*UserPct */ 3 SystPct Bin Float(21),/*SystPct */ 3 IdlePct Bin Float(21),/*Idle */ 2 SysStats, /* offset 144 */ 3 SwapIn Bin Float(21),/*SStatSwapIn */ 3 SwapOut Bin Float(21),/*SStatSwapOut */ 3 BlocksOut Bin Float(21),/*SStatBlocksOut */ 3 BlocksIn Bin Float(21),/*SStatBlocksIn */ 3 IntsSec Bin Float(21),/*SStatInts/Sec */ 3 SwitSec Bin Float(21),/*SStatSwit/Sec */ /* offset 168 */ 2 SysCPU, /* ucd 4.1.1 data, pct since boot*/ 3 CPUUserPct Bin Float(21),/*SStatCPUUserPct */ 3 CPUSystPct Bin Float(21),/*SStatCPUSystPct */ 3 CPUIdle Bin Float(21),/*SStatCPUIdle */ 2 Loads(3), /* offset 180 */ 3 AvgInt Bin Float(21), 3 AvgFlt Bin Float(21), /* length to here is 168+12+24-84=120*/ 2 sumvals, /* include calculated values for esamon*/ 3 swaprate Bin Float(21), 3 swappct Bin FLoat(21), /* Swap full pct */ 3 totcpu Bin FLoat(21), 2 prorate Bin Float(21), 2 SysStatsNew, 4 IOWait Bin Float(21),/*SStatI/OWait */ 4 KrnlCPU Bin Float(21),/*SStatKrnlCPU */ 4 IntrptCPU Bin Float(21),/*SStatIntrptCPU */ 4 BlkSent Bin Float(21),/*SStatBlkSent */ 4 BlkRcvd Bin Float(21),/*SStatBlkRcvd */ 4 SysIntrpts Bin Float(21),/*SStatSysIntrpts */ 4 SysContSwit Bin Float(21),/*SStatSysContSwit*/ 4 IRQCPU Bin Float(21),/*SStatIRQCPU */ 4 SwapBlkIN Bin Float(21),/*SStatSwapBlkIN */ 4 SwapBlkOUT Bin Float(21),/*SStatSwapBlkOUT */ 2 vmid Char(8), 2 end CHar(0); /* Len=8+36+20+24+12+24+12+4+40=180*/
'UCDDSK'
1 RUCDDSK Based(rlnxptr),/*133*/ 2 config, 3 Path Char(16), 3 Device Char(16), 3 Errmsg Char(16), 2 Tucddsk, 3 seconds Bin Float(21), 3 samples Bin Float(21), 3 disks, 4 vals, 5 Min Bin Float(21), /*DskMin */ 5 MinPct Bin Float(21), /*DskMinPct */ 5 Total Bin Float(21), /*DskTotal */ 5 Avail Bin Float(21), /*DskAvail */ 5 Used Bin Float(21), /*DskUsed */ 5 UsedPct Bin Float(21), /*DskUsedPct */ 5 UsedPctNode Bin Float(21); /*DskUsedPctNode*/
'UCDPRC'
1 RUCDPRC Based(rlnxptr),/*136*/ 2 config, 3 PrName Char(8), /* Process Name */ 3 Errmsg Char(16), 2 Tucdprc, 3 seconds Bin Float(21), 3 samples Bin Float(21), 3 LNXPrTbl, 4 vals, 5 PrMin Bin Float(21),/* target minimum */ 5 PrMax Bin Float(21),/* target maximum */ 5 PrCount Bin Float(21);/* current number */ 2 Errmsgb Char(16),
'HSTSYS'
1 RHSTSYS Based(rlnxptr),/*141*/ 2 config, /* Len 132 */ 3 IPLDevice Char(8), 3 IPLParms Char(92), 3 snmptype Char(8), /* ucdx.x.x, convenient*/ 3 Date Char(12), 3 MaxProcesses Bin Float(21), /* fixed in 4.2.5 */ 3 MemorySize Bin Float(21), 3 uptime Bin Float(21), 2 Thstsys, 3 seconds Bin Float(21), 3 samples Bin Float(21), 3 uptime Bin Float(21), 3 vvals, 4 NumUsers Bin Float(21), 4 Processes Bin Float(21);
'HSTMEM'
1 RHSTMEM Based(rlnxptr),/*142*/ 2 config, 3 index Bin Fixed(31), 3 Type Bin Fixed(31), 3 Descr Char(12), 3 AllocUn Bin Fixed(31), 3 Size Bin Fixed(31); 2 Thstmem Based(tucdptr), /* 143 */ 3 seconds Bin Float(21), 3 samples Bin Float(21), 3 vvals, 4 Used Bin Float(21), 3 AllocFails Bin Float(21);
'HSTDSK'
1 RHSTDSK Based(rlnxptr),/*145*/ 2 config, 3 index Bin Fixed(31), 3 Type Char(16), /* NOT USED was an OID */ 3 Descr Char(40), 3 ID Bin Fixed(31), /* Broke, always 0 */ 3 Status Bin Fixed(31), 3 Errors Bin Float(21); 2 Thstdsk, 3 seconds Bin Float(21), 3 samples Bin Float(21), 3 errors Bin Float(21);
'HSTSFT'
1 RHSTSFT Based(rlnxptr),/*151*/ 2 config, 3 Index Bin Fixed(31), 3 Name Char(8), 3 ID Bin Fixed(31), 3 Type Bin Fixed(31), 3 CPUTot Bin Float(21), 3 Status Bin Fixed(31); 3 Thstsft , 3 seconds Bin Float(21), 3 samples Bin Float(21), 3 pvals, 4 PerfCPU Bin Float(21), 3 vvals, 4 PerfMem Bin Float(21), 3 cpupct Bin Float(21), 2 totct Bin Float(21), /* total current */ 2 statcnts, 3 status(4) Bin Float(21), /* state analysis/1/2/3/4*/ /*Running/Reswait/Loaded/Invalid*/ 3 activeCt Bin Float(21); /* used cpu in interval*/
'HSTAPP'
1 RHSTAPP Based(rappptr),/*148*/ 2 config, 3 Name Char(8), 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 pvals, 3 PerfCPU Bin Float(21), 2 vvals, 3 PerfMem Bin Float(21), 2 cpupct Bin Float(21), 2 totct Bin Float(21), /* total current */ 2 statcnts, 3 status(4) Bin Float(21), /* state analysis/1/2/3/4*/ /*Running/Reswait/Loaded/Invalid*/ 3 activeCt Bin Float(21); /* used cpu in interval*/
'VSISYS'
1 RVSISYS Based(rlnxptr),/*157*/ 2 config, /* 18+64+2 = 84*/ 3 IPLDevice Char(8), 3 IPLParms Char(92), 3 Date Char(8), 3 MaxProcesses Bin Float(21), /* fixed in 4.2.5 */ 3 uptime Bin Float(21), 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 systemconfig, 3 Uptime Bin FLoat(21),/*uptime*/ 2 systemstats, 3 NumUsers Bin Float(21),/*#usrrs*/ 3 Processes Bin Float(21),/*#procs*/ 3 MaxProcesses Bin Float(21), 2 systemrates, 3 SysPageIn Bin Float(21),/*SysPgIN*/ 3 SysPageOut Bin Float(21),/*SysPgOUt*/ 3 SysSwapIn Bin Float(21),/*SysSwpIN*/ 3 SysSwapOut Bin Float(21),/*SysSwpOut*/ 3 SysIntrpts Bin Float(21),/*SysInts*/ 3 SysContSwit Bin Float(21);/*SysCont*/
'VSISFT'
1 RVSISFT Based(rlnxptr),/*160*/ 2 config, 3 Name Char(8), /* Process name*/ 3 ID Bin Fixed(15), /* process id*/ 3 PPID Bin Fixed(15), /* parent id */ 3 Path Char(8), /* Process path*/ 3 Parms Char(8), /* process parameters*/ 3 Type Bin Fixed(31), 3 pdata1, 4 userCPU Char(4), /* total since process 4 systCPU Char(4), /* total since process 4 usertCPU Char(4), /* tot from start*/ 4 systtCPU Char(4), /* tot from start*/ 4 MinFault Char(4), /*Minor faults*/ 4 MajFault Char(4), /*Major faults*/ 4 MinTFlt Char(4), /*Minor Total faults*/ 4 MajTFlt Char(4), /*Major Total faults*/ 4 PerfNICE Char(4), /*nice time*/ 3 Status Char(1), /* status of process*/ 3 flags Char(1), 3 Grp Bin Fixed(15), 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 pvals, 3 MinFault Bin Float(21),/*Minor faults*/ 3 MajFault Bin Float(21),/*Major faults*/ 3 MinTFlt Bin Float(21),/*Minor Total faults*/ 3 MajTFlt Bin Float(21),/*Major Total faults*/ 2 vvals, 3 UserMem Bin Float(21), 3 PerfRSS Bin Float(21),/*Resident*/ 3 reserved Bin Float(21),/*nice time*/ 2 prorated, /* Accumulated prorated cpu values*/ 3 PUserCPU Bin Float(21), 3 PSystCPU Bin Float(21), 3 PUserTCPU Bin Float(21), 3 PSystTCPU Bin Float(21), 2 percents, /* Accumulated prorated cpu values*/ 3 PctUserCPU Bin Float(21), 3 PctSystCPU Bin Float(21), 3 PctUserTCPU Bin Float(21), 3 PctSystTCPU Bin Float(21), 2 totcpupct Bin Float(21), /* use for thresholds*/ 2 totcpu Bin Float(21), /* use for thresholds*/ 2 totct Bin Float(21), /* total current */ 2 statcnts, /*RUNNING/Sleeping/Zombie/DISKWait/PageWait/Stopped*/ 3 status(6) Bin Float(21), /* state analysis/1/2/3/ 3 activeCt Bin Float(21), /* used cpu in interval* 2 config2, /* Added 32 bytes*/ 3 username Char(12), 3 grpname Char(12), 3 userid Bin Fixed(31), 3 groupid Bin Fixed(31);
'VSINAP (replaces VSIAPP as of 3.5)'
1 RVSIAPP Based(vappptr),/*163*/ 2 config, 3 Name Char(8), /* name of application*/ 3 ID Bin Fixed(31), /* name of application*/ 3 pidfile Char(40), 3 minnbr Bin Fixed(15), 3 maxnbr Bin Fixed(15), 3 curnbr Bin Fixed(15), 3 ErrMsg Char(20), 3 Filler Char(2), /* round up to full word */ 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 pvals, 3 MinFault Bin Float(21),/*Minor faults*/ 3 MajFault Bin Float(21),/*Major faults*/ 3 MinTFlt Bin Float(21),/*Minor Total faults*/ 3 MajTFlt Bin Float(21),/*Major Total faults*/ 2 vvals, 3 UserMem Bin Float(21), 3 PerfRSS Bin Float(21),/*Resident*/ 3 PerfNICE Bin Float(21),/*nice time*/ 2 prorated, /* Accumulated prorated cpu values*/ 3 PUserCPU Bin Float(21), 3 PSystCPU Bin Float(21), 3 PUserTCPU Bin Float(21), 3 PSystTCPU Bin Float(21), 2 percents, /* Accumulated prorated cpu values*/ 3 PctUserCPU Bin Float(21), 3 PctSystCPU Bin Float(21), 3 PctUserTCPU Bin Float(21), 3 PctSystTCPU Bin Float(21), 2 totcpupct Bin Float(21), /* use for thresholds*/ 2 totcpu Bin Float(21), /* use for thresholds*/ 2 totct Bin Float(21), /* total current */ 2 statcnts, /*RUNNING/Sleeping/Zombie/DISKWait/PageWait/Stopped*/ 3 status(6) Bin Float(21), /* state analysis/1/2/3/ 3 activeCt Bin Float(21); /* used cpu in interval*
'VSIUSR'
1 RVSIUSR Based(vappptr), 2 config, /* Length 32 */ 3 username Char(12), 3 groupname Char(12), 3 userid Bin Fixed(31), 3 groupid Bin Fixed(31), 2 seconds Bin Float(21), 2 samples Bin Float(21), 2 pvals, 3 MinFault Bin Float(21),/*Minor faults*/ 3 MajFault Bin Float(21),/*Major faults*/ 3 MinTFlt Bin Float(21),/*Minor Total faults*/ 3 MajTFlt Bin Float(21),/*Major Total faults*/ 2 vvals, 3 UserMem Bin Float(21), 3 PerfRSS Bin Float(21),/*Resident*/ 3 PerfNICE Bin Float(21),/*nice time*/ 2 prorated, /* Accumulated prorated cpu values*/ 3 PUserCPU Bin Float(21), 3 PSystCPU Bin Float(21), 3 PUserTCPU Bin Float(21), 3 PSystTCPU Bin Float(21), 2 percents, /* Accumulated prorated cpu values*/ 3 PctUserCPU Bin Float(21), 3 PctSystCPU Bin Float(21), 3 PctUserTCPU Bin Float(21), 3 PctSystTCPU Bin Float(21), 2 totcpupct Bin Float(21), /* use for thresholds*/ 2 totcpu Bin Float(21), /* use for thresholds*/ 2 totct Bin Float(21), /* total current */ 2 statcnts, /*RUNNING/Sleeping/Zombie/DISKWait/PageWait/Stopped*/ 3 status(6) Bin Float(21), /* state analysis/1/2/3/ 3 activeCt Bin Float(21); /* used cpu in interval*