Intel AS/400 RISC Server Manual de usuario

Busca en linea o descarga Manual de usuario para Herramientas Intel AS/400 RISC Server. Intel AS/400 RISC Server User Manual Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 368
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 0
IBM Power Systems
Performance Capabilities Reference
IBM i operating system Version 6.1
January/April/October 2008
This
document is intended for use by qualified performance related programmers or analysts from
IBM, IBM Business Partners and IBM customers using the IBM Power
TM
Systems platform
running IBM i operating system. Information in this document may be readily shared with
IBM i customers to understand the performance and tuning factors in IBM i operating system
6.1 and earlier where applicable. For the latest updates and for the latest on IBM i
performance information, please refer to the Performance Management Website:
http://www.ibm.com/systems/i/advantages/perfmgmt/index.html
Requests for use of performance information by the technical trade press or consultants should
be directed to Systems Performance Department V3T, IBM Rochester Lab, in Rochester, MN.
55901 USA.
IBM i 6.1 Performance Capabilities Reference - January/April/October 2008
© Copyright IBM Corp. 2008 IBM i Performance Capabilities 1
Vista de pagina 0
1 2 3 4 5 6 ... 367 368

Indice de contenidos

Pagina 1 - IBM Power Systems

IBM Power SystemsPerformance Capabilities ReferenceIBM i operating system Version 6.1January/April/October 2008 Thisdocument is intended for use by q

Pagina 2

Special NoticesDISCLAIMER NOTICEPerformance is based on measurements and projections using standard IBM benchmarks in a controlledenvironment. This i

Pagina 3 - Table of Contents

Trade Scalability Results:Figure 6.3 Trade Scaling Resultsy Trade 3 chart: V5R2 - 890/2488 32-Way 1.3 GHz, V5R2 was measured with WebSphere 5.0 an

Pagina 4

PingServlet2TwoPhase drives a Session EJB which invokes an Entity EJB with findByPrimaryKey(DB Access) followed by posting a message to an MDB through

Pagina 5

Figure 6.4 WebSphere Trade 3 primitive results. Note: The measurements were performed on the same machine, an 270-2434 600 MHz 2-Way. All results ar

Pagina 6

Accelerator for System iCoinciding with the release of i5/OS V5R4, IBM introduces new entry IBM System i models. Themodels introduce accelerator tech

Pagina 7

Figure 6.6 provides insight into response time information regarding low-end System i models. There aretwo key concepts that are displayed in the data

Pagina 8

Performance Considerations When Using WebSphere Transaction Processing (XA)In a general sense, a transaction is the execution of a set of related oper

Pagina 9

Restriction: You cannot benefit from the one-phase commit optimization in the following circumstances: y If your application uses a reliability attrib

Pagina 10 - Special Notices

6.4 IBM WebFacing The IBM WebFacing tool converts your 5250 application DDS display files, menu source, and help filesinto Java Servlets, JSPs, JavaB

Pagina 11 - IBM Corporation

details on the number of I/O fields for each of these workloads. We ran the workloads on three separatemachines (see table 6.5) to validate the perfo

Pagina 12 - Purpose of this Document

• (Advanced Edition Only) Struts-compliant code generated by the WebFacing Tool conversionprocess which sets the foundation for extending your Webface

Pagina 13 - Chapter 1. Introduction

The following terms, which may or may not be denoted by an asterisk (*) in this publication, are trademarks of theIBM Corporation.PowerTM Systems Soft

Pagina 14

When set to an appropriate level for the Webfaced application, the Record Definition Cache can provide adecrease in memory usage, and slightly decreas

Pagina 15 - 2.1 Overview

To enable the servlet that will display the contents of the cache, first add the following segments to theWebfaced application’s web.xml.<servlet&g

Pagina 16

Save a list of all the cached record data definitions.This list is saved in the RecordJSPs directory of theWebfaced application. The actual record def

Pagina 17 - 2.2.1 In V4R5 - V5R2

Refer to the following table for the functionality provided by the Record Definition Loader servlet.This option will load the record definitions list

Pagina 18 - 2.2.3 Existing Older Models

WebSphere Application Server. On System i servers, the recommended WebSphere applicationconfiguration is to run Apache as the web server and WebSphere

Pagina 19 - Available CPU %

You also need to add the directive:SetOutputFilter DEFLATE to the container to be compressed, or globally if the compression can always be done. Ther

Pagina 20

PartnerWorld for Developers Webfacing website: http://www.ibm.com/servers/enable/site/ebiz/webfacing/index.htmlIBM WebFacing Tool Performance Update -

Pagina 21 - Custom Server Model

6.5 WebSphere Host Access Transformation Services (HATS)WebSphere Host Access Transformation Services (HATS) gives you all the tools you need to quick

Pagina 22 - Model 7xx and 9/98 Model 170

customization requires development effort, while Default Rendering requires minimal developmentresources.Default: The screens in the application’s

Pagina 23

IBM Systems Workload Estimator for HATSThe purpose of the IBM Systems Workload Estimator (WLE) is to provide a comprehensive System isizing tool for n

Pagina 24 - CPW Values

Purpose of this DocumentThe intent of this document is to help provide guidance in terms of IBM i operating systemperformance, capacity planning infor

Pagina 25 - 2.8 Interactive Utilization

requirements do not take into account the requirement for other web applications, such as customerapplications. You should use IBM Systems Workload Es

Pagina 26

6.7 WebSphere PortalThe IBM WebSphere Portal suite of products enables companies to build a portal website serving theindividual needs of their employ

Pagina 27

6.9 WebSphere Commerce PaymentsUse the IBM Systems Workload Estimator to predict the capacities and resource requirements forWebSphere Commerce Payme

Pagina 28 - Server Dynamic Tuning

of access mechanisms. Please see the Connect for iSeries white paper located at the following URL formore information on Connect for iSeries.http://

Pagina 29

1. Connector relative capacity: The different back-end connector types are meant to allow users asimple way to connect the Connect for iSeries produc

Pagina 30

Chapter 7. Java PerformanceHighlights:y Introductiony What’s new in V6R1y IBM Technology for Java (32-bit and 64-bit)y Classic VM (64-bit)y Determini

Pagina 31

option for Java applications which require large amounts of memory. The Classic VM remains availablein V6R1, but future i5/OS releases are expected t

Pagina 32

On i5/OS, IBM Technology for Java runs in i5/OS Portable Application Solutions Environment (i5/OSPASE) with either a 32-bit (for the 32-bit VM) or 64-

Pagina 33

Fortunately, it is not too difficult to come up with parameter values which will provide good performance.If you are moving an application from the Cl

Pagina 34

performance, it pays to apply analysis and optimizations to the Java bytecodes, and the resulting machinecode.One approach to optimizing Java bytecode

Pagina 35

Chapter 1. IntroductionIBM System i and IBM System p platforms unified the value of their servers into a single,powerful lineup of servers based on i

Pagina 36

applications with a large number of classes. Running CRTJVAPGM with OPTIMIZE(*INTERPRET)will create this program ahead of time, making the first star

Pagina 37

display; rates of 20 to 30 faults per second are usually acceptable, but larger values may indicate aperformance problem. In this case, the size of t

Pagina 38

later releases the cache is enabled and the maxpgms set to 20000 by default, so no adjustment is usuallynecessary.The verification cache operates by c

Pagina 39 - Chapter 3. Batch Performance

libraries and environments may require a particular version. The Classic VM continues to supportJDK 1.3, 1.4, 1.5 (5.0), and 1.6 (6.0) in V5R4, and J

Pagina 40

application itself or a reasonably complete subset of the application, using a load generating tool tosimulate a load representative of your planned d

Pagina 41

y Beware of misleading benchmarks. Many benchmarks are available to test Java performance, butmost of these are not good predictors of server-side Ja

Pagina 42 - 4.1 New for i5/OS V6R1

4. Database Specific. Use of database can invoke significant path length in i5/OS. Invoking itefficiently can maximize the performance and value of

Pagina 43

does take advantage of programs created at optimization *INTERPRET. These programs requiresignificantly less space and do not need to be deleted. Pr

Pagina 44 - 4.2 DB2 i5/OS V5R4 Highlights

y The I/O method readLine( ) (e.g. in java.io.BufferedReader) will create a new String.y String concatenation (e.g.: “The value is: “ + value) will g

Pagina 45

int i = 0; try { while (true) { System.out.println (arr[i++]); } } catch (ArrayOutOfBoundsException e) { //

Pagina 46 - 4.3 i5/OS V5R3 Highlights

versions. The primary public performance information web site is found at: http://www.ibm.com/systems/i/advantages/perfmgmt/index.htmlIBM i 6.1 Perfor

Pagina 47

applications. The Toolbox driver supports remote access, and should be used when accessing thedatabase on a separate system. This recommendation is

Pagina 48

ResourcesThe i5/OS Java and WebSphere performance team maintains a list of performance-related documents at http://www.ibm.com/systems/i/solutions/per

Pagina 49

Chapter 8. Cryptography PerformanceWith an increasing demand for security in today’s information society, cryptography enables us toencrypt the commun

Pagina 50

CSP API SetsUser applications can utilize cryptographic services indirectly via i5/OS functions (SSL/TLS, VPN IPSec)or directly via the following APIs

Pagina 51

8.3 Software Cryptographic API Performance This section provides performance information for System i systems using the following cryptographicservice

Pagina 52 - 4.5 Indexing

Notes:y Transaction Length set at 1024 bytesy See section 8.2 for Test Environment Information35163204810SHA-1 / RSA3012920481SHA-1 / RSA2401,15510241

Pagina 53

which is designed to meet FIPS 140-2 Level 4 security requirements. This new cryptographic card offersthe security and performance required to support

Pagina 54

Notes:y Transaction Length set at 1024 bytesy See section 8.2 for Test Environment information465204810SHA-1 / RSA30820481SHA-1 / RSA1,074102410SHA-1

Pagina 55

y Supported number of 4764 Cryptographic Coprocessors:88IBM System i5 520, 550, 570 2/4W832IBM System i5 570 8/12/16W, 595Maximum per partitionMaximum

Pagina 56

Chapter 9. iSeries NetServer File Serving PerformanceThis chapter will focus on iSeries NetServer File Serving Performance.9.1 iSeries NetServer Fil

Pagina 57

Chapter 2. iSeries and AS/400 RISC Server Model Performance Behavior2.1 OverviewiSeries and AS/400 servers are intended for use primarily in client/

Pagina 58 - 4.11 Triggers

Measurement Results:Conclusion/Explanations:IBM i 6.1 Performance Capabilities Reference - January/April/October 2008© Copyright IBM Corp. 2008 Chapt

Pagina 59 - 4.12 Variable Length Fields

From the charts above in the Measurement Results section, it is evident that when customers upgrade toV5R4 they can expect to see an improvement in t

Pagina 60

Chapter 10. DB2 for i5/OS JDBC and ODBC PerformanceDB2 for i5/OS can be accessed through many different interfaces. Among these interfaces are: Wind

Pagina 61

y Use the lowest isolation level required by the application. Higher isolation levels can reduce performance levels as more locking and synchroniza

Pagina 62

y Employ efficient SQL programming techniques to minimize the amount of data processedy Prepared statement reuse to minimize parsing and optimization

Pagina 63

Packages may be shared by several clients to reduce the number of packages on the System i server. Toenable sharing, the default libraries of the cli

Pagina 64

‘All libraries on the system’ will cause all libraries on the system to be used for catalog requests and maycause significant degradation in response

Pagina 65

Chapter 11. Domino on iThis chapter includes performance information for Lotus Domino on the IBM i operating system. Someof the information previousl

Pagina 66

y IBM Lotus Domino V8 server with the IBM Lotus Notes V8 client: Performance, October 2007 http://www.ibm.com/developerworks/lotus/librar

Pagina 67

 Delete documents marked for deletion Create 1 appointment (every 90 minutes) Schedule 1 meeting invitation (every 90 minutes) Close the viewy Dom

Pagina 68

interactive utilization - an average for the interval. Since average utilization does not indicate potentialproblems associated with peak activity, a

Pagina 69

optimal performance but of course without the function provided in the Domino 7 templates. The following links refer to these articles: y Lotus Do

Pagina 70

<1%72ms51.5%20,000Domino 6<1%>5sec96.2%20,000Domino 5.0.11<1%65ms11.0%3,800Domino 6 <1%119ms19.4%3,800Domino 5.0.11<1%64ms24.0%2,000

Pagina 71

The 2000 user comparison was done on a model i825-2473 with 6 1.1GHz POWER4 processors, 45GBof memory, and 60 18GB disk drives configured with RAID5,

Pagina 72

shopping application, but would provide even better response times than the 270-2423 as projected inFigure 11.3.When using MHz alone to compare perfor

Pagina 73

The eServer i5 Domino Edition builds on the tradition of the DSD (Dedicated Server for Domino) and theiSeries for Domino offering - providing great

Pagina 74

that the larger the buffer pool size, the higher the fault rate, but the lower the cpu cost. If thefaulting rate looks high, decrease the buffer pool

Pagina 75

7. Full text indexesConsider whether to allow users to create full text indexes for their mail files, and avoid the useof them whenever possible. Thes

Pagina 76 - Table 5.9

11.8 Domino Web AccessThe following recommendations help optimize your Domino Web Access environment:1. Refer to the redbooks listed at the beginning

Pagina 77 - 5.9 Additional Information

11.10 Performance Monitoring StatisticsFunction to monitor performance statistics was added to Domino Release 5.0.3. Domino will trackperformance me

Pagina 78

2. *MINIMIZE The main storage will be allocated to minimize the space used by the object. That is, as little mainstorage as possible will be allocate

Pagina 79

2.1.4 V5R2 and V5R1 There were several new iSeries 8xx and 270 server model additions in V5R1 and the i890 in V5R2.However, with the exception of the

Pagina 80

The following is an example of how to issue the command: CHGATR OBJ( name of object) ATR(*MAINSTGOPT) VALUE(*NORMAL, *MINIMIZE, or*DYNAMIC)The chart b

Pagina 81 - Non-Secure Secure

During the tests, the *DYNAMIC and *MINIMIZE settings used up to 5% more CPU resource than*NORMAL. Figure 11.5 below shows the response time data rath

Pagina 82

NOTE: MCU ratings should NOT be used directly as a sizing guideline for the number of supportedusers. MCU ratings provide a relative comparison metri

Pagina 83 - IFS Local Cache FRCA

users or relatively low transaction rates, response times may be significantly higher for a small LPAR(such as 0.2 processor) or partial processor mod

Pagina 84

Chapter 12. WebSphere MQ for iSeries12.1 IntroductionThe WebSphere MQ for iSeries product allows application programs to communicate with each other

Pagina 85

enhancement should allow customers to run with smaller, more manageable, receivers with less concernabout the checkpoint taken following a receiver ro

Pagina 86

applications using MQ Series are running, you may need to consider adding memory to these pools tohelp performance. y Nonpersistent messages use signi

Pagina 87

Chapter 13. Linux on iSeries Performance 13.1 SummaryLinux on iSeries expands the iSeries platform solutions portfolio by allowing customers and softw

Pagina 88 - 6.2 PHP - Zend Core for i

y Shared Processors. This variation of LPAR allows the Hypervisor to use a given processor inmultiple partitions. Thus, a uni-processor might be div

Pagina 89

iSeries Linux is a program-execution environment on the iSeries system that provides a traditionalmemory model (not single-level store) and allows dir

Pagina 90

y The new server algorithm only applies to the new hardware available in V4R5 (2xx, 8xx and SBxmodels). The behavior of all other hardware, such as th

Pagina 91

13.4 Basic Configuration and Performance QuestionsSince, by definition, iSeries Linux means at least two independent partitions, questions of configur

Pagina 92

13.5 General Performance Information and ResultsA limited number of performance related tests have been conducted to date, comparing the performanceo

Pagina 93 - +68% +78%

Linux ILE PASEComputational Environment00.20.40.60.811.2Relative Performance (Bigger Better)IntegerFloatingPointFraction of ILE PerformanceOne virtue

Pagina 94

Here, a model 840 was subdivided into the partition sizes shown and a typical web serving load was used.A "hit" is one web page or one image

Pagina 95

As noted above, many distributions are based on the 2.95 gcc compiler. The more recent 3.2 gcc is alsoused by some distributions. Results there show

Pagina 96

y Cost. Because the disk is virtual, it can be created to any size desired. For some kinds of Linuxpartitions, a single modern physical disk is over

Pagina 97

typically recommended because it allows the Linux partitions to leverage the storage subsystem thecustomer has in the OS/400 hosting partition.2. As

Pagina 98

do so, you may wish to compare with the next previous version. This would be especially importantif you have one key piece of open source code largel

Pagina 99 - Capacity

substantial amount of Virtual I/O. This is probably on the high side, but can be important to havesomething left over. If the hosting partition uses

Pagina 100 - Trade on System i

Native and Virtual LAN (e.g. from outside the box on Native LAN, through the partition with theNative LAN, and then moving to a second partition via

Pagina 101

grows at a rate which can eventually eliminate server/batch capacity and limit additional interactivegrowth. It is best for interactive workloads to

Pagina 102 - WebSphere Trade 3 Primitives

Chapter 14. DASD PerformanceThis chapter discusses DASD subsystems available for the System i platform. There are two separate considerations. Befo

Pagina 103

14.1.0 Direct Attach (Native)14.1.1 Hardware Characteristics 14.1.1.1 Devices & ControllersN/AN/AN/A24.03.515K280433DN/AN/AN/A24.03.515K140433

Pagina 104

14.1.2 iV5R2 Direct Attach DASDThis section discusses the direct attach DASD subsystem performance improvements that werenew with the iV5R2 release.

Pagina 105

14.1.2.225016582Restore25016582Save*SAVF2757 IOA1228341Restore1228341Save*SAVF45 Units30 Units15 Units2778 IOANumber of 35 GB DASD units (Measurement

Pagina 106

14.1.3 571B iV5R4 offers two new options on DASD configuration. y RAID6 which offers improved system protection on supported IOAs. y NOTE: RAID6 i

Pagina 107 - 6.4 IBM WebFacing

14.1.4 571B, 5709, 573D, 5703, 2780 IOA Comparison ChartIn the following two charts we are modeling a System i 520 with a 573D IOA using RAID5,compar

Pagina 108 - Version 5.0 of Webfacing

The charts below are an attempt to allow the different IOAs available to be compared on a singlechart. An I/O Intensive Workload was used for our thr

Pagina 109

14.1.5 Comparing Current 2780/574F with the new 571E/574F and 571F/575B NOTE: iV5R3 has support for the features in this section but all of our perf

Pagina 110

14.1.6 Comparing 571E/574F and 571F/575B IOP and IOPLessIn comparing IOP and IOPLess runs we did not see any significant differences, including thesys

Pagina 111

14.1.7 Comparing 571E/574F and 571F/575B RAID5 and RAID6 and MirroringSystem i protection information can be found at http://www.redbooks.ibm.com/ in

Pagina 112

Note!Before using this information, be sure to read the general information under “Special Notices.”Twenty Fifth Edition (January/April/October 2008)

Pagina 113

2.3 Server Model Differences Server models were designed for a client/server workload and to accommodate an interactive workload.When the interactive

Pagina 114 - Webfacing - Compression

In comparing Mirroring and RAID one of the concerns is capacity differences and the hardwareneeded. We tried to create an environment where the capac

Pagina 115

14.1.8 Performance Limits on the 571F/575BIn the following charts we try to characterize the 571F/575B in different DASD configuration.The 15 DASD ex

Pagina 116

14.1.9 Investigating 571E/574F and 571F/575B IOA, Bus and HSL limitations.With the new DASD controllers and IOPLess capabilities, IBM has created man

Pagina 117

14.1.9.114.1.9.2IBM i 6.1 Performance Capabilities Reference - January/April/October 2008© Copyright IBM Corp. 2008 Chapter 14 DASD Performance 203La

Pagina 118 - HATS Customization (CPW/User)

14.1.10 Direct Attach 571E/574F and 571F/575B ObservationsWe did some simple comparison measurements to provide graphical examples for customers toobs

Pagina 119

14.2 New in iV5R4M514.2.1 9406-MMA CEC vs 9406-570 CEC DASD IBM i 6.1 Performance Capabilities Reference - January/April/October 2008© Copyright IBM C

Pagina 120

14.2.2 RAID Hot SpareFor the following test, the IO workload was setup to run for 14 hours. About 5 hours afterstarting A DASD was pulled from the

Pagina 121 - 6.8 WebSphere Commerce

14.2.3 12X Loop Testing A 9406-MMA 8 Way system with 96 GB of mainstore and 396 DASD in #5786 EXP24 DiskDrawer on 3 12X loops for the system ASP were

Pagina 122 - 6.10 Connect for iSeries

14.3 New in iV6R1M014.3.1 Encrypted ASPMore CPU and memory may be needed to achieve the same performance once encryption isenabled. IBM i 6.1 Performa

Pagina 123 - Connector Types

IBM i 6.1 Performance Capabilities Reference - January/April/October 2008© Copyright IBM Corp. 2008 Chapter 14 DASD Performance 209Non Encrypted ASP

Pagina 124

0 6/7 FullFraction of Interactive CPW020406080100Available CPU availableCFINTinteractiveCustom Server Model CPU Distribution vs. Interactive Util

Pagina 125 - Chapter 7. Java Performance

14.3.2 57B8/57B7 IOAWith the addition of the POWER6 520 and 550 systems comes the new 57B8/57B7 SAS RaidEnnoblement Controller with Auxiliary Write Ca

Pagina 126

The POWER6 520 and 550 also have an external SAS port, that is controlled by the 57B8/57B7,used to connect a single #5886 - EXP 12S SAS Disk Drawer wh

Pagina 127

14.3.3 572A IOAThe 572A IOA is a SAS IOA that is mainly used for SAS tape attachment but the 5886 EXP 12SSAS Disk Drawer can also be attached. Perform

Pagina 128 - 7.4 Classic VM (64-bit)

IBM i 6.1 Performance Capabilities Reference - January/April/October 2008© Copyright IBM Corp. 2008 Chapter 14 DASD Performance 213

Pagina 129

14.4 SAN - Storage Area Network (External) There are many factors to consider when looking at external storage options, you can get moreinformation th

Pagina 130

14.5 iV6R1M0 -- VIOS and IVM ConsiderationsBeginning in iV6R1M0, IBM i operating system will participate in a new virtualization strategyby becoming a

Pagina 131

14.5.1 General VIOS Considerations14.5.1.1 Generic Concepts520 versus 512. Long time IBM i operating system users know that IBM i operating systemdi

Pagina 132

14.5.1.2 Generic Configuration ConceptsThere are several important principles to keep track of in terms of getting good performance.Most of the follo

Pagina 133

3. Prefer external disks attached directly to IBM i operating system over those attached viaVIOS This is basically a statement of the Fibre Channel

Pagina 134 - 7.6 Capacity Planning

8. Ensure, within reason, a reasonable number of virtual disks are created and madeavailable to IBM i operating system. One is tempted to simply lum

Pagina 135

2.4 Performance Highlights of Model 7xx Servers 7xx models were designed to accommodate a mixture of traditional “green screen” applications and more

Pagina 136

14.5.1.3 Specific VIOS Configuration Recommendations -- Traditional (non-blade)Machines1. Avoid volume groups if possible. VIOS "hdisks" m

Pagina 137

3. Limited number of virtual devices per virtual SCSI adapter. You will have to configuresome number of virtual SCSI adapters so that VIOS can provi

Pagina 138

14.5.1.3 VIOS and JS12 Express and JS22 Express Considerations Most of our work consisted of measurements with the JS22 offering and external disks us

Pagina 139

The chart above shows some basic performance scaling for 1, 2, 3 and 4 processors. For thiscomparison both partition measurements were done with the

Pagina 140

The following charts are a view of the characteristics we observed during our CommercialPerformance Workload testing on our JS22 Express. The first c

Pagina 141 - Resources

In following single partition Commercial Performance Workload runs the average VIOS CPUstayed under 40%. So we seem to have VIOS resource available b

Pagina 142

The following chart shows two IBM i operating system partitions using 14GB of memory and1.7 processors each served by 1 VIOS partition using 2GB of me

Pagina 143

14.5.1.3.2 BladeCenter S and JS12 ExpressThe IBM i operating system is now supported on a JS12 Express in a BladeCenter S. Thesystem is limited to 1

Pagina 144

14.5.1.3.3 JS12 Express and JS22 Express Configuration Considerations1. The aggregate total of virtual disks (LUNs) will be sixteen at most. Many c

Pagina 145

14.5.1.3.4 DS3000/DS4000 Storage Subsystem Performance TipsPhysical disks can be configured various ways with RAID levels, number of disks in eacharr

Pagina 146

2.5 Performance Highlights of Model 170 Servers iSeries Dedicated Server for Domino models will be generally available on September 24, 1999. Please

Pagina 147

IBM i 6.1 Performance Capabilities Reference - January/April/October 2008© Copyright IBM Corp. 2008 Chapter 14 DASD Performance 230Blade Center H wit

Pagina 148 - 8.6 Additional Information

14.6 IBM i operating system 5.4 Virtual SCSI PerformanceThe primary goal of virtualization is to lower the total cost of ownership of equipment byimp

Pagina 149

In the test results that follow, we see the CPU required for IBM i operating system Virtual SCSIserver and the benefits of the IBM i operating system

Pagina 150 - Conclusion/Explanations:

14.6.1 IntroductionIn general, applications are functionally isolated from the exact nature of their storagesubsystems by the operating system. An ap

Pagina 151 - NetServer

All measurements were completed on a POWER5 570+ 4-Way (2.2 GHz). Each system isconfigured as an LPAR, and each virtual SCSI test was performed betwe

Pagina 152

14.6.2.1 Native vs. Virtual Performance Figure 1 shows a comparison of measured bandwidth using virtual SCSI and local attachedDASD for reads with va

Pagina 153

14.6.2.3 Virtual SCSI Bandwidth-Network Storage Description (NWSD) ScalingFigure 3 shows a comparison of measured bandwidth while scaling network sto

Pagina 154

14.6.2.4 Virtual SCSI Bandwidth-Disk ScalingFigure 4 shows a comparison of measured bandwidth while scaling disk drives with varyingblock sizes of op

Pagina 155

14.6.3 SizingSizing methodology is based on the observation that processor time required to perform an I/Oon the IBM i operating system Virtual SCSI

Pagina 156

To calculate IBM i operating system Virtual SCSI CPU requirements the following formula isprovided. The number of transactions per second could be co

Pagina 157 - Chapter 11. Domino on i

The next chart shows the performance capacity of the current and previous Model 170 servers.Previous vs. Current AS/400e server 170 Performance* Uncon

Pagina 158 - , February 2003

14.6.3.2 Sizing when using Micro-Partitioning Defining Virtual SCSI servers in micro-partitions enables much better granularity of processorresource

Pagina 159 - 11.3 Domino 7

14.6.3.3 Sizing memoryThe IBM i operating system Virtual SCSI server supports data read caching on the virtual hosteddisk server partition. Thus all

Pagina 160 - 11.4 Domino 6

14.6.4 AIX Virtual IO Client Performance GuideThe following is a link which will direct you to more in-depth performance tuning for AIXvirtual SCSI c

Pagina 161

Chapter 15. Save/Restore PerformanceThis chapter’s focus is on the IBM i operating system platform. For legacy system models, olderdevice attachment

Pagina 162

15.2 Save Command Parameters that Affect PerformanceUse Optimum Block Size (USEOPTBLK)The USEOPTBLK parameter is used to send a larger block of data

Pagina 163

15.3 WorkloadsThe following workloads were designed to help evaluate the performance of single, concurrent andparallel save and restore operations fo

Pagina 164

15.4 Comparing Performance DataWhen comparing the performance data in this document with the actual performance on your system,remember that the perf

Pagina 165

15.5 Lower Performing Backup DevicesWith the lower performing backup devices, the devices themselves become the gating factor so the saverates are ap

Pagina 166

15.8 The Use of Multiple Backup DevicesConcurrent Saves and Restores - The ability to save or restore different objects from a singlelibrary/directo

Pagina 167 - 11.9 Domino Subsystem Tuning

15.9 Parallel and Concurrent Library Measurements This section discusses parallel and concurrent library measurements for tape drives, while sections

Pagina 168 - 11.11 Main Storage Options

and higher than normal CFINT values. The goal is to avoid exceeding the threshold (knee of the curve)value of interactive capacity.2.8 Interactive U

Pagina 169

15.9.2 Large File ConcurrentFor the concurrent testing 16 libraries were built, each containing a single 320 GB file with 80 4 GBmembers. The file s

Pagina 170 - Thousands

15.9.3 Large File ParallelFor the measurements in this environment, BRMS was used to manage the save and restore, takingadvantage of the ability buil

Pagina 171

15.9.4 User Mix ConcurrentUser Mix will generally portray a fair population of customer systems, where the real data is a mixture ofprograms, menus,

Pagina 172

15.10 Number of Processors Affect Performance With the Large Database File workload, it is possible to fully feed two backup devices with a singlepro

Pagina 173

15.11 DASD and Backup Devices Sharing a TowerThe system architecture does not require that DASD and backup devices be kept separated. Testing in the

Pagina 174 - 12.1 Introduction

15.12 Virtual TapeVirtual tape drives are being introduced in iV5R4 so those customers can make use of the speed ofsaving to DASD, then save the dat

Pagina 175

The following measurements were done on a system with newer hardware including a 3580 Ultrium 34Gb Fiber Channel Tape Drive, 571E storage adapters, an

Pagina 176 - Other Sources of Information

15.13 Parallel Virtual TapesNOTE: Virtual tape is reading and writing to the same DASD so the maximum throughput with ourconcurrent and parallel meas

Pagina 177 - 13.1 Summary

15.14 Concurrent Virtual TapesNOTE: Virtual tape is reading and writing to the same DASD so the maximum throughput with ourconcurrent and parallel me

Pagina 178

15.15 Save and Restore Scaling using a Virtual Tape Drive. A 570 8 way System i was used for the following tests. A user ASP was created using up to

Pagina 179

Now if the interactive CPU is held to less than 4% CPU (the knee), then the CPU available for theSystem, Batch, and Client/Server work is 100% - the I

Pagina 180

15.16 Save and Restore Scaling using 571E IOAs and U320 15K DASD units to a 3580Ultrium 3 Tape Drive.A 570 8 way System i was used for the following

Pagina 181

IBM i 6.1 Performance Capabilities Reference - January/April/October 2008© Copyright IBM Corp. 2008 Chapter 15. Save/Restore Performance 261User Mix

Pagina 182 - Fraction of ILE Performance

15.17 High-End Tape Placement on System i The current high-end tape drives (ULTRIUM-2 / ULTRIUM-3 and 3592-J / 3592-E) need to be placedcarefully on

Pagina 183

15.18 BRMS-Based Save/Restore Software Encryption and DASD-Based ASP Encryption The Ultrium-3 was used in the following experiments, which attempt to

Pagina 184

Performance will be limited to the native drive rates (shown in table 15.1.1) because encrypted datablocks have a very low compaction ratio.IBM i 6.1

Pagina 185

15.19 5XX Tape Device RatesNote: Measurements for the high speed devices were completed on a 570 4 way system with 2844 IOPsand 2780 IOA’s and 180

Pagina 186

3419R3419SNetwork Storage Space2915R2915SDomino Mail Files97R2515SMany DirectoriesMany Objects128R2312S1 Directory Many Objects3237R3239SLarge File 3

Pagina 187

15.20 5XX Tape Device Rates with 571E & 571F Storage IOAs and 4327 (U320) Disk UnitsSave/restore rates of 3580 Ultrium 3 (2Gb and 4Gb Fiber Chann

Pagina 188

15.21 5XX DVD RAM and Optical Library9.89.89.89.89.69.6R2.62.62.02.01.81.8SNetwork Storage Space9.89.89.89.89.69.6R2.62.62.02.01.81.8SDomino Mail Fil

Pagina 189

15.22 Software CompressionThe rates a customer will achieve will depend upon the system resources available. This test was run in avery favorable en

Pagina 190 - Chapter 14. DASD Performance

If customers modify an IBM-supplied class description, they are responsible for ensuring the priorityvalue is 35 or less after each new release or cu

Pagina 191 - & Controllers

15.23 9406-MMA DVD RAM 14.014.0R2.22.2SNetwork Storage Space14.514.5R2.32.3SDomino Mail Files5.55.5R2.22.2SMany DirectoriesMany Objects9.09.0R2.32

Pagina 192 - 14.1.2.1

15.24 9406-MMA 576B IOPLess IOA 700700750650650650450R700330650550580575450SDomino Mail Files26262727272826R38384040404040SManyDirectoriesMany Obj

Pagina 193 - I/O Intensive Workload

15.25 What’s New and Tips on PerformanceWhat’s NewiV6R1M0March 2008BRMS-Based Save/Restore Software Encryption and DASD-Based ASP Encryption576B IOPL

Pagina 194

Chapter 16 IPL Performance Performance information for Initial Program Load (IPL) is included in this section. The primary focus of this section is

Pagina 195

16.3 9406-MMA System Hardware Information 16.3.1 Small system Hardware Configuration 9406-MMA 7051 4 way - 32 GB Mainstore DASD / 30 70GB 15K rpm arms

Pagina 196

16.4 9406-MMA IPL Performance Measurements (Normal) The following tables provide a comparison summary of the measured performance data for a normal an

Pagina 197

16.6 NOTES on MSDMSD is Mainstore Dump. General IPL phase as it relates to the SRCs posted on the operation panel: Processor MSD includes the D2xx xx

Pagina 198

16.7 5XX System Hardware Information16.7.1 5XX Small system Hardware Configuration520 7457 2 way - 16 GB MainstoreDASD / 23 35GB 15K rpm arms,RAID Pro

Pagina 199

16.8 5XX IPL Performance Measurements (Normal)The following tables provide a comparison summary of the measured performance data for a normal andabnor

Pagina 200

16.10 5XX IOP vs IOPLess effects on IPL Performance (Normal)Measurement units are in minutes and seconds. 28:1826:59Total2:522:32OS/4007:206:43SLIC1

Pagina 201

Server Dynamic Tuning RecommendationsOn the new systems and mixed mode servers have the QDYNPTYSCD and QDYNPTYADJ systemvalue set on. This preserves

Pagina 202

Chapter 17. Integrated BladeCenter and System x PerformanceThis chapter provides a performance overview and recommendations for the Integrated xSeri

Pagina 203 - 14.1.9.2

Integrated xSeries Servers (IXS)An Integrated xSeries Server is an Intel processor-based server on a PCI-based interface card that plugsinto a host sy

Pagina 204

y Write Cache PropertyWhen the disk device write cache property is disabled, disk operations have similar performancecharacteristics to shared disks.

Pagina 205 - 14.2 New in iV5R4M5

y With iSCSI, there are some Windows side disk configuration rules you must take into account toenable efficient disk operations. Windows disks should

Pagina 206 - 14.2.2 RAID Hot Spare

2. Vary on any Network Server Description (NWSD) with a Network server connection type of *ISCSI.During the iSCSI network server vary on processing th

Pagina 207

IXS and IXA I/O operations (disk, tape, optical and virtual Ethernet) communications occur through theindividual IXS and IXA IOP resource. This IOP i

Pagina 208 - 14.3.1 Encrypted ASP

2.5 MBytes22.5 MBytesTotal:1 MByte120.5 MByteQFPHIS Private Pool:0.5 MByte1 MByteBase Pool: 1 MByte21 MBytes Machine Pool: For Each NWSDFor Each Targe

Pagina 209

CPW per 1k Disk Operations0100200300400500600512 Write1k Write2k Write4k Write8k Write16k Write24k Write32k Write64k Write512 Read1k Read2k Read4k Rea

Pagina 210 - System Response Time (sec)

y A storage space which is linked as shared, or a disk with caching disabled, requires more CPU toprocess write operations (approx. 45%). y Sequential

Pagina 211 - System Response Time (sec

The blue square line shows an iSCSI connection with a single target iSCSI HBA - single initiator iSCSIHBA connection, configured to run with standard

Pagina 212

2.10 Managing Interactive CapacityInteractive/Server characteristics in the real world.Graphs and formulas listed thus far work perfectly, provided t

Pagina 213

than an IXS or IXA attached VE connection. “Stream” means that the data is pushed in one direction,with only the TCP acknowledge packets running in th

Pagina 214

The chart above shows the CPW efficiency of operations (larger is better). Note the CPW per Mbits/secscale on the left - as it’s different for each c

Pagina 215

The legend label “Mixed Files” indicates a save of many files of mixed sizes - equivalent to the save ofthe Windows system file disk. “Large files” in

Pagina 216

Choose V5R4. In the “Contents” panel choose “iSeries Information Center”.Expand “Integrated operating environments” and then “Windows environment on i

Pagina 217

Chapter 18. Logical Partitioning (LPAR)18.1 IntroductionLogical partitioning (LPAR) is a mode of machine operation where multiple copies of operating

Pagina 218

y Allocate fractional CPUs wisely. If your sizing indicates two partitions need 0.7 and 0.4 CPUs, see ifthere will be enough remaining capacity in on

Pagina 219

The reasons for the LPAR overhead can be attributed to contention for the shared memory bus on apartitioned system, to the aggregate bandwidth of the

Pagina 220

Also note that part of the performance increase of an larger system may have come about because of areduction in contention within the CPW workload it

Pagina 221

LPAR Throughput Increase12-way 8-way+4-way 2 x 6-way 3 x 4-wayLPAR Configuration460047004800490050005100520053005400Total CPW of all PartitionsTotal

Pagina 222

18.4 LPAR MeasurementsThe following chart shows measurements taken on a partitioned 12-way system with the system’s CPUutilized at 70 percent capacity

Pagina 223 - DS4800 (90 DDMs)

Table of Contents624.14 Performance References for DB2...614.13 Reuse Deleted Record Space...

Pagina 224

There are other means for determining interactive utilization. The easiest of these is the performancemonitoring function of Management Central, which

Pagina 225

The following chart shows projected LPAR capacities for several LPAR configurations. The projectionsare based on measurements on 1 and 2 way measurem

Pagina 226 - Time (Seconds)

Chapter 19. Miscellaneous Performance Information19.1 Public Benchmarks (TPC-C, SAP, NotesBench, SPECjbb2000, VolanoMark)iSeries systems have been r

Pagina 227

The most commonly run of these is the SAP-SD (Sales and Distribution) benchmark. It can be run in a2-tier environment, where the application and datab

Pagina 228

This web site is primarily focused on results for systems that the Volano company measures themselves.These results tend to be for much smaller, Intel

Pagina 229

of relatively lower delay cost.y Waiting TimeThe waiting time is used to determine the delay cost of a job at a particular time. The waiting time ofa

Pagina 230

y Priority 47-51y Priority 52-89y Priority 90-99Jobs in the same group will have the same resource (CPU seconds and Disk I/O requests) usagelimits. I

Pagina 231

less CPU utilization resulting in slightly lower transaction rates and slightly longer response times.However, the batch job gets more CPU utilization

Pagina 232

of printers in the configuration. 70% of the remaining memory is allocated to the interactive pool; 30% tothe base pool.A QPFRADJ value of 1 ensures t

Pagina 233

files of differing characteristics are being accessed. The pool attribute can be changed from *FIXED to*CALC and back at any time, so making a change

Pagina 234

To determine a reasonable level of page faulting in user pools, determine how much the paging isaffecting the interactive response time or batch throu

Pagina 235 - 15 Disk 5GB Sequential Write

2. A similar effect can be found with index builds. If parallelism is enabled, index creation (CRTLF,Create Index, Open a file with MAINT(*REBUILD), o

Pagina 236 - NWSD Read Scaling

NOTE:It is very difficult to predict the improvement of adding storage to a pool, even if the potential gaincalculated above is high. There may be in

Pagina 237 - Transactions

0 100 200 300 400 500 600Number of PC Clients020406080100120140160180200220240Total Collection Time (min)AS/400 NetFinity Software Inventory Performan

Pagina 238

Conclusions/Recommendations for NetFinity1. The time to collect hardware or software information for a number of clients is fairly linear.2. The size

Pagina 239

Chapter 20. General Performance Tips and Techniques This section's intent is to cover a variety of useful topics that "don't fit"

Pagina 240

ProblemIt is too easy to use the overall pool's value of MAXACT as a surrogate for controlling the number of Jobs. That is, you can forget the

Pagina 241 - 15 Disk 1GB Sequential Read

20.2 General Performance Guidelines -- Effects of CompilationIn general, the higher the optimization, the less easy the code will be to debug. It may

Pagina 242

20.3 How to Design for Minimum Main Storage Use (especially with Java, C, C++)The iSeries family has added popular languages whose usage continues to

Pagina 243

Where a and b are constants. “a” is determined by adding up things like the static storage taken up by theapplication program. “b” is the size of th

Pagina 244

SQL records in a resultsetProgram stack storageJava Virtual Machineand most WebSpherestorageSystem valuesOperating Systemcopies (e.g. Data Base)copies

Pagina 245 - 15.3 Workloads

How practical this change would be, if it represented a large, existing data base, would be a separatequestion. If this is at the initial design, how

Pagina 246

2.11 Migration from Traditional ModelsThis section describes a suggested methodology to determine which server model is appropriate tocontain the in

Pagina 247

One thing easily misunderstood is variable length characters. At first, one would think every characterfield should be variable length, especially if

Pagina 248

20.4 Hardware Multi-threading (HMT)Hardware multi-threading is a facility present in several iSeries processors. The eServer i5 modelsinstead have th

Pagina 249

HMT and SMT Compared and ContrastedSome key similarities and differences are:ySMT can improve throughput up to 40 per cent,in rare cases, higher.yHMT

Pagina 250 - Save and Restore Rates

20.5 POWER6 520 Memory ConsiderationsBecause of the design of the Power6 520 system, there are some key factors with the memorysubsystem that one shou

Pagina 251

activation time. This means that a partition that requires 4 GB of memory could be assigned 2 GB fromthe quad with 4 GB DIMMs and the other 2 GB from

Pagina 252

floating-point data may be copied using the floating-point loads and store, resulting in an alignmentinterrupt. As an example, consider the followin

Pagina 253 - 520 2 way 16GB Memory 60 Dasd

Chapter 21. High Availability PerformanceThe primary focus of this chapter is to present data that compares the effects of high availability scenarios

Pagina 254 - 520 2 way 16GB Memory

· Inactive switchover - The switching time is measured from the point at which the CHGCRGPRIcommand is issued from the primary system which has no wor

Pagina 255 - 15.12 Virtual Tape

Switchover MeasurementsNOTE: The information that follows is based on performance measurements and analysis done in theServer Group Division laborator

Pagina 256 - 1000 Empty Libraries

Active State: In geographic mirroring, pertaining to the configuration state of a mirror copy that indicatesgeographic mirroring is being performed,

Pagina 257 - 15.13 Parallel Virtual Tapes

*********************************************************************************** Compo

Pagina 258 - DASD and writing to tape

Workload ConfigurationThe wide variety of hardware configurations and software environments available make it difficult tocharacterize a ‘typical’ hig

Pagina 259 - (SAVE) Write to Virtual Tape

Geographic Mirroring MeasurementsNOTE: The information that follows is based on performance measurements and analysis done in theIBM Server Group Divi

Pagina 260 - Large File Restore

Geographic Mirroring Tips• For a quicker switchover time, keep the user-ID (UID) and group-ID (GID) of user profiles that own objects on the IASP the

Pagina 261 - User Mix Restores

Chapter 22. IBM Systems Workload Estimator 22.1 OverviewThe IBM Systems Workload Estimator (a.k.a., the Estimator or WLE), located at: http://www.ibm

Pagina 262

typical disclaimers that go with any performance estimate ("your experience might vary...") are especiallytrue. We provide these sizing esti

Pagina 263

account features like detailed journaling, resource locking, single-threaded applications, time-limitedbatch job windows, or poorly tuned environments

Pagina 264

Appendix A. CPW and CIW Descriptions"Due to road conditions and driving habits, your results may vary." "Every workload is different.&

Pagina 265 - 15.19 5XX Tape Device Rates

CPW Application DescriptionThe CPW application simulates the database server of an online transaction processing (OLTP)environment. Requests for trans

Pagina 266

A.2 Compute Intensive Workload - CIWUnlike CPW values, CIW values are not derived from specific measurements of a single workload. Theyare modeled pr

Pagina 267

category that often fits into the CIW-like classification is overnight batch. Even though batch jobs oftenprocess a great deal of database work, there

Pagina 268

one third of the total possible interactive workload, for non-custom models. The equation shown in thissection will migrate a traditional system to a

Pagina 269 - 15.22 Software Compression

Appendix B. System i Sizing and Performance Data Collection Tools The following section presents some of the alternative tools available for sizing a

Pagina 270 - 15.23 9406-MMA DVD RAM

B.1 Performance Data Collection ServicesCollecting performance data with Collection Services is an operating system function designed to runcontinuou

Pagina 271

predefined profile containing commonly used categories. For example, if you do not have a need tomonitor the performance of SNADS transaction data on

Pagina 272

http://www.ibm.com/servers/eserver/iseries/perfmgmt/batch.htmlUnzip this file, transfer to your System i platform as a save file and restore library Q

Pagina 273 - Chapter 16 IPL Performance

Appendix C. CPW and MCU Relative Performance Values for System iThis chapter details the relative system performance values: y Commercial Processing

Pagina 274

C.1 V6R1 Additions (October 2008)C.1.1 CPW values for the IBM Power Systems - IBM i operating system77600568004030021600110002x4MB / 32MB5.07388570

Pagina 275

2. Memory speed differences account for some slight variations in performance differencebetween models. 3. CPW values for Power System models introd

Pagina 276 - 16.6 NOTES on MSD

4800-180001 - 42x4MB / 32MB42004966550 (9409-M50)4300-83001 - 22x4MB / 0MB42005634520 (9408-M25)430012x4MB / 0MB42005633520 (9407-M15)Processor CPWCPU

Pagina 277

138003.7 of 4 (3)2x4MB / 0 MB400052BEn/an/aJS22 (7998-61X)110403 of 4 (2)2x4MB / 0 MB400052BEn/an/aJS22 (7998-61X)Processor CPWCPUsL2/L3 cache (1)per

Pagina 278

6100280028001(3)1.9/36MB1900NA77359406-520 6100280028001(3)1.9/36MB1900NA7374(5)9406-520 82000380011.9/36MB1900NA7691(10)9406-52082000380011.9/36MB190

Pagina 279 - 16.11 IPL Tips

2.13 iSeries for Domino and Dedicated Server for Domino Performance Behavior In preparation for future Domino releases which will provides support

Pagina 280 - 17.1 Introduction

NR - 6600 (9)30600-3100 9 1(3)1.9MB/NA1900768071409405-520NR - 6600 (9)30600-3100 9 1(3)1.9MB/NA1900768171419405-520 NR - 6600 (9)30600-3100 9 1(3)1

Pagina 281

NA recommended30500 1 (3) NA1.9 MB1500520-0900 (7450)2300601000 1 (3) NA1.9MB1500 520-0901 (7451)230010001000 1 (3) NA1.9 MB1500520-0902 (7552)5230

Pagina 282

8. The 64-way is measured as two 32-way partitions since i5/OS does not support a 64-way partition. 9. IBM stopped publishing CIW

Pagina 283

C.8.2 Model 810 and 825 iSeries for Domino (February 2003)31003800102012 MB540810-2466 (7407)42005300147014 MB750810-2467 (7410)79009500270024 MB750

Pagina 284

10680 - 209101630 - 322045504200-73504 - 84 MB540830-2349 (1537)10680 - 209101630 - 322020004200-73504 - 84 MB540830-2349 (1536)10680 - 209101630 -

Pagina 285

C.10.1 Model 8xx Servers77800109502000202002416 MB600840-2461 (1544)77800109501050202002416 MB600840-2461 (1543)7780010950560202002416 MB600840-24

Pagina 286

778001095020200202002416 MB600840-2461 (1548)778001095016500202002416 MB600840-2461 (1547)778001095010000202002416 MB600840-2461 (1546)778001095045

Pagina 287 - CPW per 1k Disk Operations

C.10.4 Capacity Upgrade on-demand ModelsNew in V4R5 (December 2000) , Capacity Upgrade on Demand (CUoD) capability offered for the iSeries Model 84

Pagina 288 - MB per Second

59600 - 778008380 - 109502020016500 - 2020018 - 2416 MB600840-2354 (1548)59600 - 778008380 - 109501650016500 - 2020018 - 2416 MB600840-2354 (1547)59

Pagina 289 - . This is

C.11 V4R5 AdditionsFor the V4R5 hardware additions, the tables show each new server model characteristics and itsmaximum interactive CPW capacity. Fo

Pagina 290 - VEPhyp Stream TCP

Domino-Complementary ProcessingPrior to V5R1, processing that did not spend the majority of its time in Domino code was considerednon-Domino processin

Pagina 291 - . The target tape

1650016500248 MB500840-2420 (1547)1000016500248 MB500840-2420 (1546)455016500248 MB500840-2420 (1545)200016500248 MB500840-2420 (1544)105016500248

Pagina 292 - FLBU SAV / RST Rates

C.11.4 SB Models12016500248 MB500SB3-231812010000128 MB500SB3-231670735084 MB540SB2-2315Interactive CPWProcessor CPW* CPUsL2 cache per CPUChip Speed

Pagina 293

5308.345504550128 MB262740-2070 (1513)427036604550128 MB262740-2070 (1512)2333.320004550128 MB262740-2070 (1511)122510504550128 MB262740-2070 (151

Pagina 294 - 18.1 Introduction

Note: the CPU not used by the interactive workloads at their Max CPW is used by the system CFINTnnjobs. For example, for the 2386 model the interacti

Pagina 295 - 18.2 Considerations

C.13 AS/400e Model Sxx Servers For AS/400e servers the knee of the curve is about 1/3 the maximum interactive CPW value. 0.92.721.36423401222611.23.6

Pagina 296 - 5% increase 3% decrease

2.67.710.932.2650.04n/a21573910.732.2598.04n/a21564.513.510.732.2319.02n/a21556.820.315.932.2188.21n/a215453S8.923.812.032.2138.01n/a2122103010.732.21

Pagina 297

238,073.64 95,229.464.0B396,789.40158,715.763.1H122313164,655.74 65,862.294.0B274,426.23109,770.493.1H82312FI ds/hr @ 65% CPU UtilizationSD ds/hr @

Pagina 298 - LPAR Throughput Increase

C.18 AS/400 CISC Model Capacities16.83.9356121179.63.9340121157.32.992412114P037.32.1161n/a P02CPWDisk (GB) MaximumMemory (MB) MaximumCPUsFeatureM

Pagina 299 - 18.4 LPAR Measurements

177.425615364F97148.825612804F95127.725610243F90116.625611524E9597.12567682F8096.725610243E9069.42565122E8057.02565121F7056.62563842D8040.01463841F603

Pagina 300 - 18.5 Summary

Similar to previous DSD performance behavior for interactive processing, the Interactive CPW rating of 0allows for system administrative functions to

Pagina 301

processing present in the Linux logical partition, and all resources allocated to the Linux logical partitioncan essentially be used as though it were

Pagina 302 - Standard

Chapter 3. Batch PerformanceIn a commercial environment, batch workloads tend to be I/O intensive rather than CPU intensive. Thefactors that affect

Pagina 303

154References for JDBC ...153JDBC Performance Tuning Tips...

Pagina 304

3.3 Tuning Parameters for BatchThere are several system parameters that affect batch performance. The magnitude of the effect for eachof them depend

Pagina 305

improve performance by eliminating disk I/O operations.y If communications lines are involved in the batch application, try to limit the number ofcomm

Pagina 306

Chapter 4. DB2 for i5/OS PerformanceThis chapter provides a summary of the new performance features of DB2 for i5/OS on V6R1, V5R4 andV5R3, along wi

Pagina 307

y DB2 Multisystem tablesNew function available in V6R1 whose use may affect SQL performance are derived key indexes,decimal floating point data type s

Pagina 308

the statement is complete. The implementation to invoke the locking causes a physical DASD write tothe journal for each record, which causes journal

Pagina 309

Table Expressions (RCTE) which allow for more elegant and better performing implementations ofrecursive processing. In addition, enhancements have be

Pagina 310

Enhancements to extend the use of materialized query tables (MQTs) were added in i5/OS V5R4. Newsupported function in MQT queries by the MQT matching

Pagina 311 - Total Collection Time (min)

SQL queries which continue to be routed to CQE in i5/OS V5R3 have the following attributes:y Tables with select/omit logicals over themy References to

Pagina 312

Partitioned Table SupportTable partitioning is a new feature introduced in i5/OS V5R3. The design is localized on an individualtable basis rather tha

Pagina 313

y Statistical Strategiesy SMP Considerationsy Administration Examples (Adding a Partition, Dropping a Partition, etc.)Materialized Query Table Support

Pagina 314

19514.1.3 571B ...19314.1.2 iV5R2 Direct Attach DASD...

Pagina 315

more information may be used in the query plan costing phase than was available to the optimizerpreviously. The optimizer may now use newly implement

Pagina 316

should be made to determine if the needed statistics are available. Also in environments where longrunning queries are run only one time, it may be b

Pagina 317

SQE for V5R2 SummaryEnhancements to DB2 for i5/OS, called SQE, were made in V5R2. The SQE enhancements are objectoriented implementations of the SQE o

Pagina 318

4.6 DB2 Symmetric Multiprocessing feature IntroductionThe DB2 SMP feature provides application transparent support for parallel query operations on a

Pagina 319

limit the amount of data it brings into and keeps in memory to a job’s share of memory. The amount ofmemory available to each job is inversely propor

Pagina 320

y Allows customers to replace current programming methods of capturing and transmitting journalentries between systems with more efficient system prog

Pagina 321

There are 3 sets of tasks which do the SMAPP work. These tasks work in the background at low priorityto minimize the impact of SMAPP on system perfor

Pagina 322

multiple nodes in the cluster, access to the database files is seamless and transparent to the applicationsand users that reference the database. To t

Pagina 323

4.10 Referential IntegrityIn a database user environment, there are frequent cases where the data in one file is dependent upon thedata in another fi

Pagina 324

The following are performance tips to consider when using triggers support:y Triggers are activated by an external call. The user needs to weigh the b

Pagina 325

244Data Compaction (COMPACT)...244Data Compression (DTACPR)...

Pagina 326

To create the variable length field just described, use the following DB2 statement:CREATE TABLE library/table-name (field VARCHAR(50) ALLOCATE(

Pagina 327 - System ASP

01 DESCR. 49 DESCR-LEN PIC S9(4) COMP-4. 49 DESCRIPTION PIC X(40). EXEC SQL FETCH C1 INTO DESC

Pagina 328 - 6:5510:194:31Time(Minutes)

In contrast, when reuse is active, the database support will process the added record more like an updateoperation than an add operation. The databas

Pagina 329 - Workload Description

2. The System i information center section on DB2 for i5/OS under Database and file systems hasinformation on all aspects of DB2 for i5/OS including t

Pagina 330 - Hardware Configuration

Chapter 5. Communications PerformanceThere are many factors that affect System i performance in a communications environment. This chapterdiscusses

Pagina 331

y IBM’s Host Ethernet Adapter (HEA) integrated 2-Port 10/100/1000 Based-TX PCI-E IOA supportschecksum offloading, 9000-byte jumbo frames (1 Gigabit on

Pagina 332 - Geographic Mirroring Tips

Notes:1. Unshielded Twisted Pair (UTP) card; uses copper wire cabling2. Uses fiber optics3. Custom Card Identification Number and System i Feature Cod

Pagina 333 - 22.1 Overview

To demonstrate communications performance in various ways, several workload scenarios are analyzed.Each of these scenarios may be executed with regula

Pagina 334

75.010.43 Sessions70.010.52 Sessions42.010.81 Session 15 Disk Units ASP on 2757 IOA1 Disk Unit ASP on 2757 IOAFTPPerformance in MB per secondVirtual E

Pagina 335

Notes:y Capacity metrics are provided for nonsecure transactionsy The table data reflects System i as a server (not a client)y The data reflects Socke

Pagina 336

28317.2.3 iSCSI virtual I/O private memory pool...28217.2.2 iSCSI Disk I/O Operations:...

Pagina 337

Notes:y Capacity metrics are provided for nonsecure and each variation of security policyy The table data reflects System i as a server (not a client)

Pagina 338

Notes:y Capacity metrics are provided for nonsecure and each variation of security policyy The table data reflects System i as a server (not a client)

Pagina 339

Notes:y Capacity metrics are provided for nonsecure and each variation of security policyy The table data reflects System i as a server (not a client)

Pagina 340 - All of these

y For additional information regarding your Host Ethernet Adapter please see your specificationmanual and the Performance Management page for future w

Pagina 341

only a few seconds may perform best. Setting this value too low may result in extra error handlingimpacting system capacity. y No single station can

Pagina 342

there is network congestion or overruns to certain target system adapters, then increasing the valuefrom the default=*NONE to 2 or something larger ma

Pagina 343

• FTS is a less efficient way to transfer data. However, it offers built in data compression for linespeeds less than a given threshold. In some con

Pagina 344

5.9 Additional InformationExtensive information can be found at the System i Information Center web site at: http://www.ibm.com/eserver/iseries/infoc

Pagina 345 - - IBM i operating system

Chapter 6. Web Server and WebSphere Performance This section discusses System i performance information in Web serving and WebSphere environments.Spe

Pagina 346

Information source and disclaimer: The information in the sections that follow is based onperformance measurements and analysis done in the internal

Pagina 347

327Chapter 21. High Availability Performance ...32520.6 Aligning Floating Point Data on Power6...

Pagina 348

y CGI: HTTP invokes a CGI program which builds a simple HTML page and serves it via the HTTPserver. This CGI program can run in either a new or a na

Pagina 349

Notes/Disclaimers:y Data assumes no access logging, no name server interactions, KeepAlive on, LiveLocalCache offy Secure: 128-bit RC4 symmetric ciphe

Pagina 350 - IBM ~® i5 Servers

Notes/Disclaimers:y Data assumes no access logging, no name server interactions, KeepAlive on, LiveLocalCache offy Secure: 128-bit RC4 symmetric ciphe

Pagina 351

Notes/Disclaimers:y These results are relative to each other and do not scale with other environments.y IBM System i CPU features without an L2 cache

Pagina 352

a. V5R4 provides similar Web server performance compared with V5R3 for most transactions (withsimilar hardware). In V5R4 there are opportunities to e

Pagina 353 - C.9 V5R2 Additions

variable overhead of encryption/decryption, which is proportional to the number of bytes in thetransaction. Note the capacity factors in the tables a

Pagina 354 - C.10 V5R1 Additions

11. HTTP and TCP/IP Configuration Tips: Information to assist with the configuration for TCP/IPand HTTP can be viewed at http://publib.boulder.ibm.

Pagina 355 - C.10.1 Model 8xx Servers

13. File System Considerations: Web serving performance varies significantly based on which filesystem is used. Each file system has different overhe

Pagina 356 - C.10.2 Model 2xx Servers

6.2 PHP - Zend Core for iThis section discusses the different performance aspects of running PHP transaction based applicationsusing Zend Core for i,

Pagina 357

y Throughput - Orders Per Minute (OPM). Each order actually consists of 10 web requests to completethe order. y Order response time (RT) in millisecon

Pagina 358

368C.18 AS/400 CISC Model Capacities...367C.17 AS/400 Models 4xx, 5xx and 6xx Systems...

Pagina 359 - C.11 V4R5 Additions

Conclusions:1. The performance of each DB connection interface provides exceptional response time at very highthroughput. Each order processed consist

Pagina 360 - C.11.2 Model 2xx Servers

Conclusions:1. As stated earlier, persistent connections can dramatically improve overall performance. When usingpersistent connections for all transa

Pagina 361 - C.12 V4R4 Additions

Conclusions:1. In both cases above, the overall system capacity improved significantly when using Zend Platform, byabout 15-35% for this workload. Wit

Pagina 362 - Current 170 Servers

6.3 WebSphere Application ServerThis section discusses System i performance information for the WebSphere Application Server,including WebSphere Appl

Pagina 363 - Previous Model 170 Servers

because the improvements largely resulted from significant reductions in pathlength and CPU,environments that are constrained by other resources such

Pagina 364 - C.14 AS/400e Custom Servers

For WebSphere 5.1 and earlier refer to the Performance Considerations guide at:www.ibm.com/servers/eserver/iseries/software/websphere/wsappserver/prod

Pagina 365

Trade 6 Benchmark (IBM Trade Performance Benchmark Sample for WebSphere Application Server)Description:Trade 6 is the fourth generation of the WebSphe

Pagina 366

The Trade 6 application allows a user, typically using a Web browser, to perform the following actions:y Register to create a user profile, user ID/pa

Pagina 367

WebSphere Application Server V6.1Historically, new releases of WebSphere Application Server have offered improved performance andfunctionality over p

Pagina 368

Trade3 Measurement Results:Figure 6.2 Trade Capacity Resultsy Trade3 chart: WebSphere 5.0 was measured on both V5R2 and V5R3 on a 4 way (LPAR

Modelos relacionados 170 Servers | 7xx Servers |

Comentarios a estos manuales

Sin comentarios