joe pearce manager performance & benchmarking oracle corporation

25

Upload: gizela

Post on 12-Jan-2016

38 views

Category:

Documents


0 download

DESCRIPTION

Joe Pearce Manager Performance & Benchmarking Oracle Corporation. Messaging & Calendaring with Oracle Collaboration Suite 10g. Application Servers. Storage Servers. Directory Server. Suite Architecture. Distributed solution Tune each system Tune connection pools. Mail Servers. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Joe Pearce Manager Performance & Benchmarking Oracle Corporation
Page 2: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Joe PearceManagerPerformance & Benchmarking

Oracle Corporation

Page 3: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Messaging & Calendaringwith

Oracle Collaboration Suite10g

Page 4: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Suite Architecture

Distributed solution– Tune each system– Tune connection pools

StorageServers

DirectoryServer

ApplicationServers

Page 5: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Mail Service behavior

Servers discover parameters in the Internet Directory– LDAP also used for authentication and name resolution

Servers pin connection pools for all mail stores and directory as needed

StorageServers

DirectoryServer

Mail Servers

Page 6: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Overview of Mail ArchitectureIMAP / POP

SMTP_OUTSMTP_IN

LIST SERVEROJMA

HOUSE KEEPING

ES_HEADERES_HEADERES_QUEUEES_QUEUE ES_EXT_HEADERES_EXT_HEADER

ES_RECIPIENTES_RECIPIENT ES_SHELLES_SHELL ES_BODYES_BODY

ES_INSTANCEES_INSTANCE

Page 7: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Tuning Sequence

Tuning is an iterative process

1st tune the mail stores

2nd tune the LDAP

3rd tune the mail servers– connection pools

Page 8: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Tuning the Mail StoreTuning the Mail Store

Page 9: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Tuning the Database

Regular DBA tuning– Ensure fastest I/O layout, sufficient buffer size

and hit ratio, etc.

At higher transaction rates, partition the tables and increase the sequence cache size

Run Housekeeper process only at night If using RAC in active/active mode, run the

SMTP processes against only one instance

Page 10: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Tuning the DB, cont’

Shadow process memory should NEVER page

– Count all process connection pool maximums– Number of shadow processes x XXX

Analyze tables when big change in data size– Do not analyze es_queue when system is down– Run oidstats.sh

after the addition of many users

Page 11: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Schema Modifications

Ensure Tablespaces are auto-spaced and locally managed

Increase Cache on Sequences Partition Indexes and tables

– Not ES_INSTANCE

Re-organize the ES_INSTANCE table

Page 12: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Real Application Clusters

Mail access efficiently scales

Mail delivery does not– Point at a single

instance

IMAP / POPSMTP_IN

Page 13: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Tuning the Directory

Tuning the Directory

Page 14: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Tuning OID

Oidstats.sh– Analyzes tables– Creates cost based statistics

Run after adding large number of users

Page 15: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Tuning the Mail ServersTuning the

Mail Servers

Page 16: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Mail Server ProcessesSQL/NET SQL/NET ListenerListener

Thread Thread PoolPool

Thread Thread PoolPool

Thread Thread PoolPool

Active Socket Active Socket ListList

Mail StoreMail StoreConnection PoolConnection Pool

LDAPLDAPConnectioConnectio

nnpoolpool

Global Global ContextContext

User User ContextContext

User User ContextContext

User User ContextContext

Page 17: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Server Process Tuning

Number of instances Number of threads per instance Concurrent listeners

Connection Pool Configuration– Minimum– Increment– Maximum

Page 18: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Instances and Threads

Keep maximum threads low in SMTP Relay Each instance of IMAP has a maximum limit

of 1024 concurrent sockets– Some fat clients use up two

Page 19: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Webmail considerations

Create same number of OC4J_UM instances as CPU’s on the host

– Monitor CPU usage

Ensure low latency between web server and the Internet Directory

Turn on HTTP compression Turn off sorting Set DB pool timing to ‘true’ during sizing

Page 20: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Determining optimal settings

Database connections– Client failures vs. wasted resources– Shadow processes on the database

.DUMP.Dbconnections.dump– Connection to usage falls off– Steep slope implies fast responses– Small usage is near max connection value

Page 21: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

Determining optimal settings

Directory connections– No direct tool available – Set minimum to small number

But still greater than 1

– Set increment to ‘1’– Use netstat to find number of connections

established Look for ‘ldap’ and ‘ESTABLISHED’

Page 22: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

How far can you scale?

Mutually independent service processes

– scale horizontally with extremely high limits

– Millions of Mailboxes Messages Folders

Page 23: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

A store will be the eventual constraint

Multi-node systems– scale horizontally with

extremely high limits– Millions of

Mailboxes Messages Folders

Page 24: Joe Pearce Manager Performance & Benchmarking Oracle Corporation

AQ&Q U E S T I O N SQ U E S T I O N S

A N S W E R SA N S W E R S

Page 25: Joe Pearce Manager Performance & Benchmarking Oracle Corporation