SlideShare a Scribd company logo
1 of 43
Download to read offline
© 2014 IBM Corporation
IBM Software Group WebSphere Software
IBM MQ for z/OS
Latest Features Deep Dive
Mark Wilson Matt Leming
markw1@uk.ibm.com lemingma@uk.ibm.com
2
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
Hello and welcome.
My name is Mark Wilson, I am a developer on MQ for z OS and I have been working on MQ for the last 10
years, my colleague is Matt Lem-ming who is another MQ on z OS developer and has experience on other
products such as WebSphere Application server.
In this presentation we will take a deep drive on MQ on z OS to look at the new features of version 8.
The script for this presentation is on the notes slides, when reading these you may find spelling errors et
cetera, but these are required to make the text-to-speech program use the correct pronunciation.
3
WebSphere MQ
IBM Software Group | WebSphere software
Agenda

64 Bit Buffer Pools

8 Byte Log RBA

Chinit SMF

SCM Storage (Flash)

Other things…
4
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The this presentation the following topics are going to be covered:
64 Bit Buffer Pools,
8 Byte Log R B A,
Chinit S M F,
S C M Storage which is sometimes called Flash,
Then we will cover a few other smaller things that are in MQ version 8 on z OS.
Hopefully there will be time for questions for Matt and myself.
IBM Software Group WebSphere Software
64 Bit Buffer Pools
6
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The first large feature in MQ version 8 is 64 bit buffer pools.
7
WebSphere MQ
IBM Software Group | WebSphere software
Buffer Pools: What We Have Today
Q1
Page Set
4KB Page
Page Set
Q2
8
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
Lets start with looking at what we have today.
This slide shows a representation of the current use of buffer pools with queues and page sets.
A queue is configured to use a specific page set for the storage of messages. One or more page sets can
be configured to use a particular buffer pool to “buffer” the messages.
When a message is written to a queue, it is stored as one or more 4 K pages. The data is initially written
to the buffer pool, and may at some later stage be written out to the page set. The pages may be written
out to the page set if there are not enough pages in the buffer pool to contain all the messages on the
queues. When a message is got, the data is retrieved from the buffer pool, if the necessary pages are not
in the buffer pool, then they must first be retrieved from the page set, before the message can be
returned.
On this slide, there are two queues containing messages, which are using two different page sets,
however, these two page sets are both using the same buffer pool.
9
WebSphere MQ
IBM Software Group | WebSphere software
Buffer Pools: What We Have Today
DATA
CODE
DATA
2 GB BAR
Queue Manager Address Space
Buffer Pool Buffer Pool Buffer Pool Buffer Pool Max 1.6GB for
Buffer Pools
16 EB
10
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
This slide shows a representation of the queue manager address space.
All of the queue manager code resides below the bar, in 31 bit storage.
There is various queue manager data which resides below the bar. In previous releases, some things
were moved into 64 bit storage, like locks, security data, the IGQ buffer etc.. Also, when new features
were added, they would often exploit 64 bit storage, for example pub sub.
Prior to MQ version 8 the buffer pools have had to be in 31 bit storage. The means that when taking into
account the code and data requirements already described, there would be up to a maximum of
approximately 1 point 6 gigabytes of available space for buffer pools (dependant on the common storage
usage on the system).
11
WebSphere MQ
IBM Software Group | WebSphere software
Buffer Pools: The Problems

Not much space below the bar for buffer pools
 Maximum 1.6GB, depending on common area

Put/Get with bufferpool = 'memory' speed

Put/Get from page set = 'disk' speed

Can spend a lot of time moving data around
 Getting pages from page set into buffer pool
 Putting pages from buffer pool into page set
 This is detrimental for performance

A maximum of 16 buffer pools
 Although up to 100 page sets are supported

Lots of time spent performing tuning
 buffer pool sizes and queue/buffer pool/page set mappings
12
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
There is not much space below the bar for buffer pools once queue manager code and data is taken into
account. There is generally a maximum of 1 point 6 gigabytes available for buffer pools depending on
common storage usage.
Putting and getting messages into the buffer pool works at 'memory' speed, where as putting and getting
messages from the page set works at 'disk' speed.
For scenarios where several applications read and or write large numbers of messages to the same buffer
pool, a lot of time is spent getting pages from the page set into the buffer pool and putting pages from the
buffer pool into the page set. This is detrimental for performance.
A maximum of 16 buffer pools are supported while up to 100 page sets are supported, meaning that if you
have more than 16 page sets, you need to share the same buffer pool for some of the page sets.
Because of these reasons, a lot of time and effort can be spent in tuning the buffer pool sizes, and the
mapping of queue to page sets and page sets to buffer pools.
13
WebSphere MQ
IBM Software Group | WebSphere software
Buffer Pools: Using 64 bit storage
DATA
CODE
DATA
2 GB BAR
Queue Manager Address Space
Buffer Pool
Buffer Pool Buffer Pool Buffer Pool
Max 1.6GB for
Buffer Pools
16 EB
Buffer Pool
14
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
This slide shows a representation of the queue manager address space, similar to the previous diagram,
but this time using 64 bit storage for the buffer pools.
Other storage usage has remained the same, with queue manager code, and some of the data remaining
in 31 bit storage. However, being able to support 64 bit storage for buffer pools means that they may be
moved out of 31 bit storage, relieving the constraint for other uses of the 31 bit storage. The diagram
shows that buffer pools may continue to use 31 bit storage, providing a migration path to using 64 bit
storage. The diagram also shows that because of the greater availability of storage above the bar, the
sizes of the buffer pools may be increased, not being constrained by the 1 point 6 gigabytes overall
storage availability.
15
WebSphere MQ
IBM Software Group | WebSphere software
64 Bit Buffer Pools: The Solution

Allow buffer pools to be above the bar.
 Buffer pools can (theoretically) make use of up to 16 EB of storage

Increase maximum size of buffer pool
 if above the bar

Allow up to 100 buffer pools
 Can have a 1-1 page set to buffer pool mapping
16
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
MQ version 8 introduces the capability of having buffer pools above the bar. This means that buffer pools
can - theoretically, make use of up to 16 exabytes of storage.
The maximum size of an individual buffer pool has also increased to 9 9s buffers, if the buffer pool is
above the bar. The previous limit was 500,000 buffers, which remains in force if the buffer pool is located
below the bar.
The maximum number of buffer pools has been increased from 16 to 100. This enables a 1 to 1 mapping
of page sets to buffer pools.
17
WebSphere MQ
IBM Software Group | WebSphere software
64 Bit Buffer Pools: What Has Changed?

LOCATION/LOC attribute specifies where the buffer pool is
located
 BELOW: The default. Buffer pool is located below the bar in 31 bit storage
 ABOVE: Buffer pool is located above the bar in 64 bit storage
 This can be altered dynamically

BUFFERS attribute has a valid range of up to 999,999,999
 if LOCATION(ABOVE) set

Buffer pool ID can be in range of 0 – 99

PAGECLAS attribute enables permanent backing by real
storage for maximum performance
 4KB – The default, uses page-able 4KB buffers
 FIXED4KB – Uses permanently page fixed 4KB buffers. Only supported if
LOC(ABOVE) is specified
18
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
A new attribute called LOCATION, or LOC for short has been added to the buffer pool definition. This
enables the location, relative to the bar to be specified. A value of “BELOW” indicates that the buffer pool
should be below the bar in 31 bit storage, this is the default, and matches what was available in MQ
version 7 point 1 and earlier releases. A value of “ABOVE” indicates that the buffer pool should be located
above the bar in 64 bit storage. The LOCATION value can be altered dynamically, and the queue manager
will then dynamically move the buffer pool to the new location.
The buffer pool BUFFERS attribute now has an extended valid range, being able to accept a value up to 9
9s if LOCATION ABOVE has been set.
The buffer pool ID attribute can now have a valid range of 0 to 99.
A new attribute called PAGE CLAS has been added to the buffer pool definition. This attribute enables 64
bit buffer pools to be configured to be permanently backed by real storage for maximum performance. The
default value of 4 K means that the buffer pool will be page-able. Using a value of FIXED 4KB means that
MQ does not have to page fix, page unfix buffers when doing I O. This can give significant performance
benefits if the buffer pool is under stress, and therefore doing lots of reads from, writes to page set.
There is a WARNING, storage will be page fixed for the life of the queue manager. Ensure you have
sufficient real storage otherwise other address spaces might be impacted.
19
WebSphere MQ
IBM Software Group | WebSphere software
64 Bit Buffer Pools: Migration

To use this function OPMODE(NEWFUNC,800) must be set
 Otherwise behaviour is same as in version 7
 Although LOCATION(BELOW) is valid regardless of OPMODE

Some messages have changed regardless of the value of
OPMODE
20
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
To exploit 64 bit storage for the buffer pools, the queue manager must be running in version 8 NEWFUNC
mode. However, LOCATION BELOW can be specified when running in COMPAT mode.
Some console messages have changed, regardless of OPMODE. For example to display the location of
the buffer pool when using the DISPLAY USAGE P S I D command.
21
WebSphere MQ
IBM Software Group | WebSphere software
64 Bit Buffer Pools: Configuration

CSQINP1
 DEFINE BUFFPOOL(22) LOCATION(ABOVE) BUFFERS(1024000) REPLACE
 DEFINE BUFFPOOL(88) BUFFERS(12000) REPLACE

CSQINP1 or dynamically with dsn
 DEFINE PSID(22) BUFFPOOL(22)

CSQINP2 or dynamically
 ALTER BUFFPOOL(88) LOC(ABOVE)
CSQP024I !MQ21 Request initiated for buffer pool 88
CSQ9022I !MQ21 CSQPALTB ' ALTER BUFFPOOL' NORMAL COMPLETION
CSQP023I !MQ21 Request completed for buffer pool 88, now has 12000 buffers
CSQP054I !MQ21 Buffer pool 88 is now located above the bar
22
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
This slide shows the enhanced buff pool commands. The places that above the bar buffer pools are
defined at the same as when they are below the bar. MQ allows a buffer location to be moved dynamically.
This slide shows the console messages when this is done.This slide shows the enhanced buff pool
commands. The places that above the bar buffer pools are defined at the same as when they are below
the bar. MQ allows a buffer location to be moved dynamically. This slide shows the console messages
when this is done.
23
WebSphere MQ
IBM Software Group | WebSphere software
64 Bit Buffer Pools: Configuration

CSQINP2 or dynamically
 DISPLAY USAGE PSID(*)
CSQI010I !MQ21 Page set usage …
<REMOVED>
End of page set report
CSQI065I !MQ21 Buffer pool attributes ...
Buffer Available Stealable Stealable Page Location
pool buffers buffers percentage class
_ 0 1024 1000 99 4KB BELOW
_ 22 1024000 234561 23 FIXED4KB ABOVE
_ 88 12000 1200 10 4KB ABOVE
End of buffer pool attributes
24
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
An this is the new output of DISPLAY USAGE PSID. The page class and location can be seen.
25
WebSphere MQ
IBM Software Group | WebSphere software
64 Bit Buffer Pools: Performance Summary
Material
 More material

• 16 CP LPAR
• Each transaction puts and gets a random message from a pre loaded queue.
Second test requires a doubling in buffer pool size
26
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The previous slide shows two tables comparing the performance of 31 bit buffer pools and 64 bit buffer
pools.
The first table shows the results when running tests using a single requester on a queue. There is a
small increase in transaction cost when using 64 bit buffer pools vs 31 bit buffer pools, with the CPU
microseconds increasing from 35.92 to 37.48. However, when we increase the number of buffers in use
in the 64 bit case, the channel path %busy drops to nearly 0, indicating that we are no longer needing to
access the page set, and all requests are satisfied from the buffer pool. The transaction rate has also
increased by about 40%.
The second table shows that when using two requesters against the queue, there is a high channel path
%busy rate, of about 75%, for both the 31 bit and 64 bit buffer pool case. However, when extra buffers
are added in the 64 bit case, this channel path busy drops to nearly 0 and the transaction rate more than
doubles. The LPAR busy % also increases from about 43% to very close to 100%, showing that we are
now driving the system as hard as possible.
Being able to provide more buffers by using 64 bit storage means that we can drive the system much
more efficiently for a slight increase in per transaction cost.
IBM Software Group WebSphere Software
8 Byte Log RBA
28
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The next large feature that we have done in MQ version 8 is to increase the size of the log range.
29
WebSphere MQ
IBM Software Group | WebSphere software
8 byte log RBA: The Problem

MQ for z/OS V7.1 (or earlier):
 Implements a 6 byte Log RBA (Relative Byte Address)
 This give an RBA range of 0 to x'FFFFFFFFFFFF' (= 255TB)
 Some customers reach this limit in 12 to 18 months
 At 100MB/sec, log would be full in 1 month

If we reach the end of the Log RBA range (i.e. “wrap”):
 queue manager terminates and requires a cold start – a disruptive outage !
 Potential for loss of persistent data

To avoid an outage:
 Run CSQUTIL RESETPAGE, at regular planned intervals, to RESET the LOG RBA
30
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
With MQ version 7 point 1 or earlier the relative byte address, RBA is 6 bytes long. MQ uses RBA to track
log records, when MQ handles persistent data or units of work which envolves writing to the log the RBA
is increases depending on the size of the log record. The length of 6 bytes gives a range from zero to 12
Fs which is approximately 255 terabytes.
Although this sounds like a large amount if data, with speeds of the modern, z systems the throughput that
customers are pumping through MQ some customers have been reaching this limit in between 12 and 18
months. If MQ is writing to the log constantly at 100 MB per second which is achievable on the modern
hardware it would only take a month to reach the end of the log. At which point the queue manager
terminates and requires a cold start, which also means that persistent data may be lost.
MQ does provide a procedure to avoid a distruptive outage. MQ has a RESET PAGE function on
CSQUTIL to reset the log RBA, this should be planned at regular intervals but does require the queue
manager to be stopped while the utility is run.
31
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
Other notes
With APAR PM48299, WebSphere MQ V7.0.1 (and above) queue managers will issue more message to
warn of the log being exhausted.
CSQI045I/CSQI046E/CSQI047E to warn if RBA is high (>= x'700000000000')
– CSQI045I, when RBA is x'700000000000', x'7100..', x'7200..' and x'7300..'
– CSQI046E when RBA is x'740000000000', x'7500..', x'7600..' and x'7700..'
– CSQI047E when RBA is x'780000000000', x'7900..', x'nn00..' and x'FF00..'
CSQJ031D on restart to confirm queue manager start-up even though log RBA has passed
x'FF8000000000‘
Terminates, to prevent loss of data, if log RBA reaches x'FFF800000000'. The LOG RBA will need to be
RESET to allow the queue manager to continue to operate
These RBA trigger levels have been changed in MQ V8 with 6 byte RBA:
– CSQI045I, when RBA is x'F00000000000'
– CSQI046E when RBA is x'F80000000000'
– CSQI047E when RBA is x'FF8000000000'
Different trigger points exists with 8 byte log RBA.
33
WebSphere MQ
IBM Software Group | WebSphere software
8 byte log RBA: The Solution

Upper limit on logical log will be 64K times bigger
 At 100MB/sec this will now take about 5578 years to fill!

BSDS and log records changed to handle 8 byte RBAs and
URIDs
 Utilities or applications that read the following are impacted:

The BSDS

The Logs

Console messages that contain the log RBA or URID

queue manager will use 6 byte RBA until 8 byte RBA is enabled
 BSDS conversion utility (same model as used by DB2) to migrate to 8 byte RBA
34
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
In MQ version 8 we have extended the log RBA from 6 to 8 bytes which doesn't sound a lot but the log
is approximately 65,000 times larger. Thinking about the logging rate example it would take 5,576 years
to fill at 100 megabytes per second.
This feature has changed the BSDS and log records to handle the new 8 byte RBAs and URIDs.
Utilities or applications that read the BSDS, the logs, or the console messages, that contain the log
RBA or URID are impacted.
When the queue manager is running on MQ version 8, it are been designed to use 6 byte log RBA until
8 byte log RBA has been enabled. This allows both backwards migration and co-existance with queue
managers are a prior release. The console messages at version 8 show the full 8 bytes regardless to
whether 8 byte log RBA is enabled, the 6 byte log RBA have four zeroes prepended. MQ has provided
a BSDS conversion utility to migrate to 8 bytes. This is a one way migration process and its the same
model that DB2 uses.
35
WebSphere MQ
IBM Software Group | WebSphere software
8 byte log RBA: Migration

Get MQ v8.0 running in NEWFUNC mode (you promise not to
fall back to V7)

In QSG, entire group must be v8.0 NEWFUNC

STOP queue manager

Run the new CSQJUCNV utility
 utility will check that entire QSG is at correct level
 copies data from old primary / secondary BSDS pair to new pair
 old data is NOT changed for fallback

Restart queue manager with new 8 byte format BSDS
 queue manager will ONLY start if in NEWFUNC mode
 New message CSQJ034I issued indicating 8 byte RBA mode
 all subsequent log data in new format
36
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
So how do you use this log RBA change to practically elimimate the need to reset the RBA.
A queue manager has to be running MQ version 8 and in OPMODE newfunc, this tells us that you
promise not to fall back to a prior version. If the queue manager is part of a QSG, the entire group must
be at version 8 newfunc.
First the queue manager would have to be stopped cleanly.
Then the new CSQJU CONV utility would be run which does some QSG checks to ensure the levels
are correct. CSQJU CONV will then convert the BSDS data from old primary / secondary BSDS pair to
new pair. The old data is not changed in case of needing to fall back when the queue manager starts.
Finally restart the queue manager with the new 8 byte BSDSs. The queue manager will ONLY start if in
NEWFUNC mode. A new console message, CSQJ034I, will indicate that the queue manager is running
in 8 byte RBA mode. All subsequent log data will be written in the new format.
IBM Software Group WebSphere Software
CHINIT SMF
38
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The third feature that I am going to talk about is SMF. In version 8 we have added the recording of SMF
data from the CHINIT address space.
39
WebSphere MQ
IBM Software Group | WebSphere software
Chinit SMF: The Problem

Prior to MQ v8.0 no SMF data for Chinit address space or
channel activity

Many customers have had to create their own ‘monitoring’ jobs
with periodic DISPLAY CHSTATUS

Difficult to manage historical data, perform capacity planning
and investigate performance issues
40
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
So, what is the problem that this feature is aimed to solve?
Prior to MQ version 8, no SMF data for the chinit address space or any channel activity was available.
Many customers have had to create their own 'monitoring' jobs that does a periodic DISPLAY
CHANNEL STATUS. This has it's own problems like how to manage historical data. This also does not
help with capacity planning and investigating performance issues.
41
WebSphere MQ
IBM Software Group | WebSphere software
Chinit SMF: The Solution

Additional SMF data for CHINIT address space and channel
activity to enable:
 Monitoring
 Capacity planning
 Tuning

Separate controls from queue manager SMF allows 'opt in'

Updated MP1B SupportPac will format the data and introduces
rule based reporting
42
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
In MQ version 8, the chin it has been extended to produce SMF data. This includes data about the
address space and channel activity. This enables MQ administrators to perform:
monitoring,
capacity planning,
and tuning.
There are separate controls from the queue manager SMF. This allows 'opt-in' type controls, depending
on what data is required..
The SupportPac MP1B which is produced here in Hursley, has been updated to format the data and
introduces rule based reporting.
43
WebSphere MQ
IBM Software Group | WebSphere software
CHINIT SMF: Controls

You can START CHINIT STAT trace by:

You can START CHINIT ACCTG trace by:

You can display trace by:

ALTER and STOP TRACE commands have also been updated
!MQ08 START TRACE(STAT) CLASS(4)
CSQW130I !MQ08 'STAT' TRACE STARTED, ASSIGNED TRACE NUMBER 05
CSQ9022I !MQ08 CSQWVCM1 ' START TRACE' NORMAL COMPLETION
!MQ08 DISPLAY TRACE(*)
CSQW127I !MQ08 CURRENT TRACE ACTIVITY IS -
TNO TYPE CLASS DEST USERID RMID
02 STAT 01 SMF * *
05 STAT 04 SMF * *
06 ACCTG 04 SMF * *
END OF TRACE REPORT
!MQ08 START TRACE(ACCTG) CLASS(4)
CSQW130I !MQ08 ‘ACCTG' TRACE STARTED, ASSIGNED TRACE NUMBER 06
CSQ9022I !MQ08 CSQWVCM1 ' START TRACE' NORMAL COMPLETION
44
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The chinit SMF has been defined as trace class 4.
So to start the trace for the address space we can use the START TRACE STAT CLASS 4.
To start the channel activity SMF the command START TRACE A C C T G CLASS 4.
In the display trace extract shown on this slide both the STAT and A C C T G for class zero 4 is active.
The ALTER TRACE and STOP TRACE command have been updated to support class 4.
45
WebSphere MQ
IBM Software Group | WebSphere software
CHINIT SMF: Controls

SMF data collected on SMF interval of QMGR
 Can be same as z/OS SMF interval

Chinit STAT trace allows high level view of activity

Chinit ACCTG trace allows detailed view at channel level
– STATCHL attribute on queue manager to control system wide setting
– STATCHL attribute on channel to control granularity
– STATACLS attribute on the queue manager controls automatically defined
cluster sender channels.
– Data collected is a superset of that collected on distributed with STATCHL
message
46
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The SMF data is collected on the same SMF interval as the queue manager. This can be the same as
the z OS SMF interval.
The STAT trace option allows a high level view of the chinit activity.
The A C C T G trace option allows a detailed view at the channel level. A new attribute has been added
to the channel called STAT CHL. This allows the granularity at the channel level. There is also a STAT
CHL attribute on the queue manager so a channel can inherit a system wide setting. The queue
manager object also has a STAT ACLS which sets the STAT CHL Value for automatically defined
cluster sender channels.
The amount of data collected is a superset of that collected on the distributed platforms with the STAT
CHL message.
47
WebSphere MQ
IBM Software Group | WebSphere software
CHINIT SMF: New record subtypes and DSECTs

SMF 115
 Subtype 231 (0xE7=‘X’) for CHINIT control information

e.g. adapter and dispatcher CPU time etc. to help with tuning numbers of tasks configured

DNS resolution times

SMF 116
 Subtype 10 for per channel 'accounting' data

Bytes sent, achieved batch size etc.

New DSECTs
 CSQDQWSX (QWSX) : Self defining section for subtype 231 which consists of:

CSQDQWHS (QWHS) : Standard header

CSQDQCCT (QCCT) : Definition for CHINIT control information
 CSQDQWS5 (QWS5) : Self defining section for subtype 10 which consists of:

CSQDQWHS (QWHS) : Standard header

CSQDQCST (QCST) : Definition for channel status data
48
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
Two new SMF records have been added.
SMF 1 1 5, sub type 2 3 1 has the chinit control information like adapter and dispatcher CPU time. This
helps with tuning the number of tasks configured. This record also has the DNS resolution times.
There is one SMF 1 1 6, sub type 10 record per channel accounting data so this would includes bytes
sent and batch information.
There are new d sects. the CSQDQWSX is a self defining section for sub type 2 3 1 records which
consists of the CSQDQWHS standard header and then the CSQDQCCT d sect that defines the
CHINIT control information.
The CSQDQWSS is a self defining section for sub type 10 records which consists of the CSQDQWHS
standard header and then the channel status data in the CSQDQCST d sect.
49
WebSphere MQ
IBM Software Group | WebSphere software
CHINIT Summary
MV45,MQ20,2014/04/08,20:43:57,VRM:800,
From 2014/04/08,20:41:54.984681 to 2014/04/08,20:43:57.237939 duration
122.253258 seconds
Number of current channels..................... 20
Number of active channels .... ................ 20
MAXCHL. Max allowed current channels........... 602
ACTCHL. Max allowed active channels............ 602
TCPCHL. Max allowed TCP/IP channels............ 602
LU62CHL. Max allowed LU62 channels............. 602
Storage used by Chinit......................... 22MB
50
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The next few slides show output of the CHINIT's SMF data, this has been formatted by support pac
MP1B - other formatters are available.
The output is taken from one of our test systems. On this slide, the summary of the data from the chin
it information is shown. This chinit has 20 active channels running and the address space is using 22
megabytes of memory.
51
WebSphere MQ
IBM Software Group | WebSphere software
Dispatchers
52
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The example data shows that there were five dispatchers. A channel is associated with a dispatcher,
and the work is distributed across all the dispatchers. This example shows that one dispatcher is
processing more requests than other dispatchers. This is normal, as some channels might stop, so the
dispatcher is processing fewer channels, and some channels can be busier than others.
When the CHIN IT starts, MQ assigns 10 channels to each dispatcher and once all dispatchers have
the same number of channels, the CHINIT will start added more channels to a dispatcher. A dispatcher
works better when it has many channels running on it. This report also shows the average time per
request.
The lower part of the report shows the distribution of the channels.
This is the report that would help a MQ administrator work out if there are enough dispatchers.
53
WebSphere MQ
IBM Software Group | WebSphere software
Adapters
54
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
This shows an example of the adapter report.
The adapters process MQ requests. Some of these requests might wait, for example, for log I O during
a commit, so the difference between the average CPU time and average Elapsed Time per request can
be quite large. When a MQ request is made the first free adapter task is used. MQ usually picks the
first free adapter which accounts for the high number of requests on the first adapter.
This is the report that an MQ administrator would use to ensure that there are enough adaptor TCBs
defined as a channel should not need to wait for an adapter.
55
WebSphere MQ
IBM Software Group | WebSphere software
Channel Information (1)
56
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
This is the top half of the information about a channel.
This is a private sender called MQ89 under bar 1. Although STATCHL has 5 possible values, on z OS
MQ Treats this as on or off. The channel shown has on STATCHL so we are seeing the most accurate
channel data. There have been 2998 messages sent in this SMF time slice, 1506 of which were
persistent, so we can conclude the other 1494 were non-persistent.
The batch target is 50 messages but in this SMF time slice 38 point 9 messages have been achieved
per batch. We can also see the number of full and partial batches.
57
WebSphere MQ
IBM Software Group | WebSphere software
Channel Information (2)
127.0.0.1 MQ89_1 Message data 17,198,653 16 MB
127.0.0.1 MQ89_1 Persistent message data 4,251,780 4 MB
127.0.0.1 MQ89_1 Non persistent message data 12,946,873 12 MB
127.0.0.1 MQ89_1 Total bytes sent 17,200,221 16 MB
127.0.0.1 MQ89_1 Total bytes received 3,052 2 KB
127.0.0.1 MQ89_1 Bytes received/Batch 39 39 B
127.0.0.1 MQ89_1 Bytes sent/Batch 223,379 218 KB
127.0.0.1 MQ89_1 Batches/Second 0
127.0.0.1 MQ89_1 Bytes received/message 1 1 B
127.0.0.1 MQ89_1 Bytes sent/message 5,737 5 KB
127.0.0.1 MQ89_1 Bytes received/second 25 25 B/sec
127.0.0.1 MQ89_1 Bytes sent/second 140,985 137 KB/sec
127.0.0.1 MQ89_1 Compression rate 0
127.0.0.1 MQ89_1 Exit time average 0 uSec
127.0.0.1 MQ89_1 DNS resolution time 0 uSec
127.0.0.1 MQ89_1 Net time average 312 uSec
127.0.0.1 MQ89_1 Net time min 43 uSec
127.0.0.1 MQ89_1 Net time max 4,998 uSec
127.0.0.1 MQ89_1 Net time max date&time 2014/04/08,19:43:52
58
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The bottom half of the channel information shows the number of bytes that have been sent. From what
we saw on the previous slide and this information we can conclude that on average the non-persistent
messages are larger than the persistent messages.
The Support Pac MP1B also does some helpful calculations and gives the bytes sent or received per
message or second. As this is a sender type channel the receive data is small as we would expect.
IBM Software Group WebSphere Software
SCM Storage (Flash)
60
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The next feature that I am going to talk about is SCM storage which is sometimes called flash. This is a
change that the CF team have developed to help a QSG store messages. The cost of storing
messages in the CF is reduced but some memory is needed spent to start achieve those gains.
This is not a true version 8 feature because all the configuration is done at the CF level, with the right
hardware and software. This means that this CF flash memory can be used with MQ version 8 as well
as prior versions
61
WebSphere MQ
IBM Software Group | WebSphere software
Flash
CFStruct
CF Flash: Scenarios Planned Emergency Storage
70%
80%
90%
offload >32kB
offload > 0kB
offload > 4kB
SMDS
ALL
CFSTRUCT OFFLOAD rules
cause progressively smaller
messages to be written to SMDS
as the structure starts to fill.
Once 90% threshold is reached,
the queue manager is storing the
minimum data per message to
squeeze as many message
references as possible into the
remaining storage.
CF Flash algorithm also starts
moving the middle of the queue
out to flash storage, keeping the
faster 'real' storage for messages
most likely to be gotten next.
62
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
This first slide shows a planned emergency storage scenario.
We are using the CF mainly for our messages but we have configured SMDS to hold messages once
some C F STRUCT OFFLOAD rules come into play. The rules cause progressively smaller messages
to be written to SMDS as the structure starts to fill up.
Once the 90% threshold is reached, the queue manager is storing the minimum data per message to
squeeze as many message references as possible into the remaining storage.
CF team have used queuing theory to develop the Flash algorithm. Messages that have been put most
recently and have the the lowest priority are the most unlikely to be got next, so the CF also starts
moving the middle of the queue out to flash storage, keeping the faster 'real' storage for messages
most likely to be gotten next.
63
WebSphere MQ
IBM Software Group | WebSphere software
Flash
CFStruct
CF Flash: Scenarios Maximum Speed
20%
80%
90%
offload threshold 64kB(*)
offload 64kB => disabled
offload disabled
SMDSlarge msgs
We want to keep high performance
messages in the CF for most rapid
access.
CFSTRUCT OFFLOAD are configured
with special value '64k' to turn them off.
(*) you might choose to use one rule to
alter the 'large data' threshold from 63kB
down
Once 90% threshold is reached, the CF
Flash algorithm starts moving the middle
of the queue out to flash storage, keeping
the faster 'real' storage for messages
most likely to be gotten next.
As messages are got and deleted, the CF
flash algorithm attempts to pre-stage the
next messages from flash into the
CFSTRUCT so they are rapidly available
for MQGET.
In this scenario the flash storage acts like
an extension to 'real' CFSTRUCT storage.
However it will be consumed more rapidly
since all small message data is stored in
it.
64
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
In the next scenario, we want to keep high performance messages in the CF for most rapid access.
The CFSTRUCT OFFLOAD rules are configured with special value 64 K to turned off. A MQ
administrator may choose to use one rule to alter the large data threshold from 63 K down.
Once the 90% threshold is reached, the CF Flash algorithm starts moving the middle of the queue out
to flash storage, keeping the faster - real storage for messages most likely to be gotten next.
As messages are got and deleted, the CF flash algorithm attempts to pre-stage the next messages
from flash into the C F STRUCT so they are rapidly available for MQGET.
In this scenario the flash storage acts like an extension to, real C F STRUCT storage. However it will
be consumed more rapidly since all small message data is stored in it.
65
WebSphere MQ
IBM Software Group | WebSphere software
CF Flash: Storage
Scenario Msg Size Total Msgs # in 'real' SMDS space # in 200 GB
flash
Augmented
(limit 30GB)
No SMDS
No Flash
1kB 3M 3M
4kB 900,000 900,000
16kB 250,000 250,000
SMDS
No Flash
1kB 3.2M 3.2M 800MB
4kB 1.8M 1.8M 5GB
16kB 1.3M 1.3M 20GB
“Emergency”
Scenario
1kB 190M 2M 270GB 190M 30GB
4kB 190M 600,000 850GB 190M 30GB
16kB 190M 150,000 3TB 190M 30GB
“Speed”
Scenario
1kB 150M 2M 150M 26GB
4kB 48M 600,000 48M 8GB
16kB 12M 150,000 12M 2GB
66
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
In the table show: we define a CFSTRUCT with SIZE 4 gigabytes, We have a maximum of 200 gigabytes flash
memory available, but we decide not to use more than an additional 30 gigabytes of augmented storage.
The table considers 4 scenarios, and shows the effect of message size in each, the amount in real, estimates
how many MQ messages in CF real storage.
First scenario has no flash nor SMDS. Entire structure is available to store messages. A total of 250,000 16
kilobyte messages can be stored.
Second scenario introduces SMDS offload with default rules. The 1k messages don't got to SMDS til 90% full,
but the 4k and 16k cases both start offloading at 80%. The CF space released by offloading data can hold more
message pointers, so the 1k case doesn't increase number of messages greatly, but 4k number doubles, and
16k gets 5 times as many to 1 point 3 million.
The third scenario is our “Emergency Flash”. Because flash is configured, there is less 'real' storage for storing
data, I've assumed 1 gigabytes less for 200 gigabytes flash. Here flash only holds the message references.
This means the message size in flash is small. Our experiments show about 175 bytes of Augmented storage
per message in flash. We have chosen to limit Augmented storage to 30 gigabytes, so message numbers are
limited by augmented storage. The SMDS holds the actual data. In this scenario 190 messages can be stored.
The last scenario is entitled “Max Speed”. All message sizes are below SMDS threshold, so SMDS not used.
Limit is now how many messages will fit in 200 gigabytes flash. We show approximate size of augmented
storage needed to support these volumes of messages in flash. This gives us space for 12 million messages.
The numbers are estimates only, based on our limited test scenarios, and CFSIZER data.
67
WebSphere MQ
IBM Software Group | WebSphere software
CFLEVEL(4) using 8KB Messages

Saw-tooth effect occurs when capture task goes into retry mode due to “storage medium full” reason code.

Even with these 5 second pauses, the non-SCM capable workload completes in 90% of the time of the SCM
capable workload.

Cost of workload in MVS differs by less than 2%.

Get rate once the capture task has completed:
No SCM: 21100 messages / second ~ 164MB/sec
SCM: 19000 messages / second ~ 148MB/sec
0
1 0 0 0 0 0
2 0 0 0 0 0
3 0 0 0 0 0
4 0 0 0 0 0
5 0 0 0 0 0
6 0 0 0 0 0
7 0 0 0 0 0
8 0 0 0 0 0
9 0 0 0 0 0
1 0 0 0 0 0 0
C F L E V E L ( 4 ) 8 K M e s s a g e s - X M I T Q u e u e d e p t h
N o S C M a v a i l a b le S C M a v a il a b l e D e p t h t h a t S C M u s e d
T i m e ( s e c o n d s )
68
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The graph demonstrates that put and get rates do not significantly alter as CF 'real' storage overflows and data
is offloaded to, or read back from, CF flash. This is demonstrated by comparing the slopes of the red and blue
lines and noticing no significant kink in the red line as we overflow CF 'real' the 90% threshold.
The scenario being tested uses CFLEVEL 4 so SMDS config was not required. However, it corresponds
identically with our “Max Speed” scenario.
The test case has a message generator task putting 8 K messages on to a transmission queue. A channel is
getting these in FIFO order. The message generator pauses for a few seconds when it hits storage media full
leading to the saw-tooth shape of the blue line where no Flash memory is available.
The red dotted line indicates the threshold at which messages in the red line test, started to be written to flash
storage. Notice that it is significantly lower than 90% of the 'media full' blue peaks, because some of the
structure storage has gone to control flash, and the threshold is 90% of the remainder.
Final point is that CPU costs are not significantly different whether flash is being used or not.
From performance perspective, using sequential queues, flash memory behaves like CF real.
IBM Software Group WebSphere Software
Other z/OS Items
70
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The final section of this presentation will cover other improvements that we have made to MQ version 8.
71
WebSphere MQ
IBM Software Group | WebSphere software
64bit application support

64 bit application support for C language
 no 64bit COBOL
 LP64 compile option
 supported by cmqc.h

restricted environments
 batch, TSO, USS
 CICS® and IMS® do not support 64bit apps
 WebSphere Application Server already 64bit

must use sidedeck & DLL, not stubs:
 csqbmq2x (uncoordinated batch & USS)
 csqbrr2x (RRS coordinated, srrcmit())
 csqbri2x (RRS coordinated, MQCMIT)
72
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
MQ now supports 64 bit applications written in the C language. There is no support for COBOL, PL1 or
assembler. The LP64 option has to be used. The MQ C header file cmqc dot h supports both 31 and 64 bit
applications.
The support is restricted to batch, T S O and USS. There is no support for kicks and IMS 64 bit applications.
WebSphere Application Server already connects with 64 bit connections.
In order to use the 64 support the program have to be linked with side deck and DLL, not the stubs.
73
WebSphere MQ
IBM Software Group | WebSphere software
Client Attachment Feature

Client attachment feature no longer exists in MQ v8.0

Client capability available by default
 Use CHLAUTH rules to protect QMGR if you didn’t previously use clients

Client attachment feature also now non-chargeable on previous
releases
 APAR also available to enable functionality without installing CAF
74
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
The Client Attachment Feature that has been required on previous versions of MQ to connect client applications
into a z OS queue manager, no longer exists in MQ version 8. The client capability exists by default on a version
8 queue manager. If you did not previously use client applications into a z OS queue manager, you can consider
using CHanneL AUTH rules to protect the queue manager.
75
WebSphere MQ
IBM Software Group | WebSphere software
Other z/OS Items

Message suppression EXCLMSG
 formalized a service parm which suppressed Client channel start & stop messages
 extended to be generalized and applicable for most MSTR and CHIN messages

DNS reverse lookup inhibit REVDNS
 response to customer requirement for workaround when DNS infrastructure
impacted

zEDC compression hardware exploitation for
MSGCOMP(ZLIBFAST)
 need zEC12 GA2 + zEDC card
 can yield higher throughput & reduced CPU for SSL channels
76
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
Version 8 has also added message suppression.
The EXCLude MeSsaGe is a z Parm value, but can also be specified using the SET SYSTEM command. This
specifies a list of message identifiers to be excluded from being written to, any log. Messages in this list are not
sent to the z OS console, and hardcopy log. As a result using the EXCLude MeSsaGe parameter to exclude
messages is more efficient from a CPU perspective than using z OS mechanisms such as the message
processing facility list and should be used instead where possible. The default value is an empty list.
Message identifiers are supplied without the C S Q prefix, and without the action code suffix (I, D, E, or A). For
example, to exclude message CSQX 500 I, add X500 to this list. This list can contain a maximum of 16
message identifiers.
For some customers the time taken to reverse look up a IP address to a host name can cause issues. MQ has
added a queue manager, REV, DNS attribute can now be used to prevent the use of DNS for host name lookup.
In earlier releases a serviceparm was provided to some customers so that channel hangs could be avoided in
situations where a DNS infrastructure becomes non-responsive.
z E D C compression hardware exploitation is another improvement. When using COMP MSG Z LIB FAST on
channels to message compression, this will exploit the z E D C card if also using the z E C 12 G A 2. This can
yield higher throughputs and reduced CPU cost for SSL channels.
77
WebSphere MQ
IBM Software Group | WebSphere software
MQ platform and product updates

Split Cluster Transmit Queue availability in MQ for z/OS

Integration of AMS capabilities into MQ for z/OS
 Currently separately installable products
 Support of AMS with IMS Bridge

MFT has less reliance on USS
78
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
As MQ for z OS didn't release a version 7 point 5, there are a few items that we have caught up with.
Split cluster transmit queues
This allow a multiple transmission queues defined on a cluster so different work can be transported over
different channels. This for example, enables different quality of service to be offered depending on the queues
used.
We have also integrated A M S into the product to improve performance and usability. There is a |separately
installable product which enables the A M S feature. With version 8 A M S now supports the IMS bridge.
M F T has been improved to have less reliance on USS.
IBM Software Group WebSphere Software
And Finally...
80
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
And Finally
81
WebSphere MQ
IBM Software Group | WebSphere software
82
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
Matt and I have just finished writing a IBM Redbook publication with a small group of authors. The
book is on the new features in version 8. The topics that we have talked about in this presentation are
covered in a greater depth. The book is still in the editing process so we would urge you to look out for
it as it will be a great resource.
IBM Software Group WebSphere Software
Questions?
84
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
Now its time for questions?
IBM Software Group WebSphere Software
Thank You
86
WebSphere MQ
IBM Software Group | WebSphere software
N
O
T
E
S
N
O
T
E
S
Matt and I would like to thank you for listening and we hope that you have learnt the value of MQ
version 8 to your business.

More Related Content

What's hot

001 hbase introduction
001 hbase introduction001 hbase introduction
001 hbase introductionScott Miao
 
Meet hbase 2.0
Meet hbase 2.0Meet hbase 2.0
Meet hbase 2.0enissoz
 
HBaseCon 2015: HBase 2.0 and Beyond Panel
HBaseCon 2015: HBase 2.0 and Beyond PanelHBaseCon 2015: HBase 2.0 and Beyond Panel
HBaseCon 2015: HBase 2.0 and Beyond PanelHBaseCon
 
Apache HBase Performance Tuning
Apache HBase Performance TuningApache HBase Performance Tuning
Apache HBase Performance TuningLars Hofhansl
 
Rigorous and Multi-tenant HBase Performance
Rigorous and Multi-tenant HBase PerformanceRigorous and Multi-tenant HBase Performance
Rigorous and Multi-tenant HBase PerformanceCloudera, Inc.
 
Facebook's HBase Backups - StampedeCon 2012
Facebook's HBase Backups - StampedeCon 2012Facebook's HBase Backups - StampedeCon 2012
Facebook's HBase Backups - StampedeCon 2012StampedeCon
 
HBase @ Twitter
HBase @ TwitterHBase @ Twitter
HBase @ Twitterctrezzo
 
Meet HBase 1.0
Meet HBase 1.0Meet HBase 1.0
Meet HBase 1.0enissoz
 
HBase 2.0 cluster topology
HBase 2.0 cluster topologyHBase 2.0 cluster topology
HBase 2.0 cluster topologyMikhail Antonov
 
High-Performance Big Data Analytics with RDMA over NVM and NVMe-SSD
High-Performance Big Data Analytics with RDMA over NVM and NVMe-SSDHigh-Performance Big Data Analytics with RDMA over NVM and NVMe-SSD
High-Performance Big Data Analytics with RDMA over NVM and NVMe-SSDinside-BigData.com
 
Hadoop Summit 2012 | HBase Consistency and Performance Improvements
Hadoop Summit 2012 | HBase Consistency and Performance ImprovementsHadoop Summit 2012 | HBase Consistency and Performance Improvements
Hadoop Summit 2012 | HBase Consistency and Performance ImprovementsCloudera, Inc.
 
hbaseconasia2017: HBase在Hulu的使用和实践
hbaseconasia2017: HBase在Hulu的使用和实践hbaseconasia2017: HBase在Hulu的使用和实践
hbaseconasia2017: HBase在Hulu的使用和实践HBaseCon
 
HBase and HDFS: Understanding FileSystem Usage in HBase
HBase and HDFS: Understanding FileSystem Usage in HBaseHBase and HDFS: Understanding FileSystem Usage in HBase
HBase and HDFS: Understanding FileSystem Usage in HBaseenissoz
 

What's hot (16)

001 hbase introduction
001 hbase introduction001 hbase introduction
001 hbase introduction
 
Meet hbase 2.0
Meet hbase 2.0Meet hbase 2.0
Meet hbase 2.0
 
HBaseCon 2015: HBase 2.0 and Beyond Panel
HBaseCon 2015: HBase 2.0 and Beyond PanelHBaseCon 2015: HBase 2.0 and Beyond Panel
HBaseCon 2015: HBase 2.0 and Beyond Panel
 
Apache HBase Performance Tuning
Apache HBase Performance TuningApache HBase Performance Tuning
Apache HBase Performance Tuning
 
Rigorous and Multi-tenant HBase Performance
Rigorous and Multi-tenant HBase PerformanceRigorous and Multi-tenant HBase Performance
Rigorous and Multi-tenant HBase Performance
 
Scaling HBase for Big Data
Scaling HBase for Big DataScaling HBase for Big Data
Scaling HBase for Big Data
 
Large and Giant Pages
Large and Giant PagesLarge and Giant Pages
Large and Giant Pages
 
Facebook's HBase Backups - StampedeCon 2012
Facebook's HBase Backups - StampedeCon 2012Facebook's HBase Backups - StampedeCon 2012
Facebook's HBase Backups - StampedeCon 2012
 
HBase @ Twitter
HBase @ TwitterHBase @ Twitter
HBase @ Twitter
 
Meet HBase 1.0
Meet HBase 1.0Meet HBase 1.0
Meet HBase 1.0
 
HBase 2.0 cluster topology
HBase 2.0 cluster topologyHBase 2.0 cluster topology
HBase 2.0 cluster topology
 
High-Performance Big Data Analytics with RDMA over NVM and NVMe-SSD
High-Performance Big Data Analytics with RDMA over NVM and NVMe-SSDHigh-Performance Big Data Analytics with RDMA over NVM and NVMe-SSD
High-Performance Big Data Analytics with RDMA over NVM and NVMe-SSD
 
Hadoop Summit 2012 | HBase Consistency and Performance Improvements
Hadoop Summit 2012 | HBase Consistency and Performance ImprovementsHadoop Summit 2012 | HBase Consistency and Performance Improvements
Hadoop Summit 2012 | HBase Consistency and Performance Improvements
 
hbaseconasia2017: HBase在Hulu的使用和实践
hbaseconasia2017: HBase在Hulu的使用和实践hbaseconasia2017: HBase在Hulu的使用和实践
hbaseconasia2017: HBase在Hulu的使用和实践
 
HBase and HDFS: Understanding FileSystem Usage in HBase
HBase and HDFS: Understanding FileSystem Usage in HBaseHBase and HDFS: Understanding FileSystem Usage in HBase
HBase and HDFS: Understanding FileSystem Usage in HBase
 
INFLOW-2014-NVM-Compression
INFLOW-2014-NVM-CompressionINFLOW-2014-NVM-Compression
INFLOW-2014-NVM-Compression
 

Similar to IBM Software Group WebSphere Software Latest Features Deep Dive

IBM WebSphere MQ for z/OS V8 - Latest Features Deep Dive
IBM WebSphere MQ for z/OS V8 - Latest Features Deep DiveIBM WebSphere MQ for z/OS V8 - Latest Features Deep Dive
IBM WebSphere MQ for z/OS V8 - Latest Features Deep DiveDamon Cross
 
Sql server backup internals
Sql server backup internalsSql server backup internals
Sql server backup internalsHamid J. Fard
 
WebSphere Portal Version 6.0 Web Content Management and DB2 Tuning Guide
WebSphere Portal Version 6.0 Web Content Management and DB2 Tuning GuideWebSphere Portal Version 6.0 Web Content Management and DB2 Tuning Guide
WebSphere Portal Version 6.0 Web Content Management and DB2 Tuning GuideTan Nguyen Phi
 
HPC Storage and IO Trends and Workflows
HPC Storage and IO Trends and WorkflowsHPC Storage and IO Trends and Workflows
HPC Storage and IO Trends and Workflowsinside-BigData.com
 
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...Odinot Stanislas
 
SVC / Storwize analysis cost effective storage planning (use case)
SVC / Storwize analysis cost effective storage planning (use case)SVC / Storwize analysis cost effective storage planning (use case)
SVC / Storwize analysis cost effective storage planning (use case)Michael Pirker
 
Optimierung Ihrer SAP Infrastruktur mit der AWS Plattform
Optimierung Ihrer SAP Infrastruktur mit der AWS PlattformOptimierung Ihrer SAP Infrastruktur mit der AWS Plattform
Optimierung Ihrer SAP Infrastruktur mit der AWS PlattformAWS Germany
 
Docker Chennai Meetup - OpenEBS Overview
Docker Chennai Meetup - OpenEBS OverviewDocker Chennai Meetup - OpenEBS Overview
Docker Chennai Meetup - OpenEBS OverviewOpenEBS
 
Save 60% of Kubernetes storage costs on AWS & others with OpenEBS
Save 60% of Kubernetes storage costs on AWS & others with OpenEBSSave 60% of Kubernetes storage costs on AWS & others with OpenEBS
Save 60% of Kubernetes storage costs on AWS & others with OpenEBSMayaData Inc
 
AWS Webcast - Best Practices for Deploying SAP Workloads on AWS
AWS Webcast - Best Practices for Deploying SAP Workloads on AWSAWS Webcast - Best Practices for Deploying SAP Workloads on AWS
AWS Webcast - Best Practices for Deploying SAP Workloads on AWSAmazon Web Services
 
Qnap NAS TVS Serie x80plus-catalogo
Qnap NAS TVS Serie x80plus-catalogoQnap NAS TVS Serie x80plus-catalogo
Qnap NAS TVS Serie x80plus-catalogoFernando Barrientos
 
CBlocks - Posix compliant files systems for HDFS
CBlocks - Posix compliant files systems for HDFSCBlocks - Posix compliant files systems for HDFS
CBlocks - Posix compliant files systems for HDFSDataWorks Summit
 
Containerized Storage for Containers: Why, What and How OpenEBS Works
Containerized Storage for Containers:  Why, What and How OpenEBS WorksContainerized Storage for Containers:  Why, What and How OpenEBS Works
Containerized Storage for Containers: Why, What and How OpenEBS WorksMatt Baldwin
 
San 101 basics of administrating a san
San 101 basics of administrating a sanSan 101 basics of administrating a san
San 101 basics of administrating a sanpineapplebed24
 
Storwize SVC presentation February 2017
Storwize SVC presentation February 2017Storwize SVC presentation February 2017
Storwize SVC presentation February 2017Joe Krotz
 
Pulse 2011 virtualization and storwize v7000
Pulse 2011 virtualization and storwize v7000Pulse 2011 virtualization and storwize v7000
Pulse 2011 virtualization and storwize v7000Anthony Vandewerdt
 
I/O performance of the Lenovo Storage N4610
I/O performance of the Lenovo Storage N4610I/O performance of the Lenovo Storage N4610
I/O performance of the Lenovo Storage N4610Principled Technologies
 

Similar to IBM Software Group WebSphere Software Latest Features Deep Dive (20)

IBM WebSphere MQ for z/OS V8 - Latest Features Deep Dive
IBM WebSphere MQ for z/OS V8 - Latest Features Deep DiveIBM WebSphere MQ for z/OS V8 - Latest Features Deep Dive
IBM WebSphere MQ for z/OS V8 - Latest Features Deep Dive
 
Sql server backup internals
Sql server backup internalsSql server backup internals
Sql server backup internals
 
WebSphere Portal Version 6.0 Web Content Management and DB2 Tuning Guide
WebSphere Portal Version 6.0 Web Content Management and DB2 Tuning GuideWebSphere Portal Version 6.0 Web Content Management and DB2 Tuning Guide
WebSphere Portal Version 6.0 Web Content Management and DB2 Tuning Guide
 
HPC Storage and IO Trends and Workflows
HPC Storage and IO Trends and WorkflowsHPC Storage and IO Trends and Workflows
HPC Storage and IO Trends and Workflows
 
Ceph
CephCeph
Ceph
 
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
 
DB2 bufferpool Pagefixing por Alvaro Salla
DB2 bufferpool Pagefixing  por Alvaro SallaDB2 bufferpool Pagefixing  por Alvaro Salla
DB2 bufferpool Pagefixing por Alvaro Salla
 
SVC / Storwize analysis cost effective storage planning (use case)
SVC / Storwize analysis cost effective storage planning (use case)SVC / Storwize analysis cost effective storage planning (use case)
SVC / Storwize analysis cost effective storage planning (use case)
 
Optimierung Ihrer SAP Infrastruktur mit der AWS Plattform
Optimierung Ihrer SAP Infrastruktur mit der AWS PlattformOptimierung Ihrer SAP Infrastruktur mit der AWS Plattform
Optimierung Ihrer SAP Infrastruktur mit der AWS Plattform
 
Docker Chennai Meetup - OpenEBS Overview
Docker Chennai Meetup - OpenEBS OverviewDocker Chennai Meetup - OpenEBS Overview
Docker Chennai Meetup - OpenEBS Overview
 
Save 60% of Kubernetes storage costs on AWS & others with OpenEBS
Save 60% of Kubernetes storage costs on AWS & others with OpenEBSSave 60% of Kubernetes storage costs on AWS & others with OpenEBS
Save 60% of Kubernetes storage costs on AWS & others with OpenEBS
 
AWS Webcast - Best Practices for Deploying SAP Workloads on AWS
AWS Webcast - Best Practices for Deploying SAP Workloads on AWSAWS Webcast - Best Practices for Deploying SAP Workloads on AWS
AWS Webcast - Best Practices for Deploying SAP Workloads on AWS
 
Qnap NAS TVS Serie x80plus-catalogo
Qnap NAS TVS Serie x80plus-catalogoQnap NAS TVS Serie x80plus-catalogo
Qnap NAS TVS Serie x80plus-catalogo
 
CBlocks - Posix compliant files systems for HDFS
CBlocks - Posix compliant files systems for HDFSCBlocks - Posix compliant files systems for HDFS
CBlocks - Posix compliant files systems for HDFS
 
Containerized Storage for Containers: Why, What and How OpenEBS Works
Containerized Storage for Containers:  Why, What and How OpenEBS WorksContainerized Storage for Containers:  Why, What and How OpenEBS Works
Containerized Storage for Containers: Why, What and How OpenEBS Works
 
San 101 basics of administrating a san
San 101 basics of administrating a sanSan 101 basics of administrating a san
San 101 basics of administrating a san
 
Storwize SVC presentation February 2017
Storwize SVC presentation February 2017Storwize SVC presentation February 2017
Storwize SVC presentation February 2017
 
Pulse 2011 virtualization and storwize v7000
Pulse 2011 virtualization and storwize v7000Pulse 2011 virtualization and storwize v7000
Pulse 2011 virtualization and storwize v7000
 
Les 19 space_db
Les 19 space_dbLes 19 space_db
Les 19 space_db
 
I/O performance of the Lenovo Storage N4610
I/O performance of the Lenovo Storage N4610I/O performance of the Lenovo Storage N4610
I/O performance of the Lenovo Storage N4610
 

More from IBM Systems UKI

PureApp Hybrid Cloud Jonathan Langley Presentation 11th September 2014
PureApp Hybrid Cloud Jonathan Langley Presentation 11th September 2014PureApp Hybrid Cloud Jonathan Langley Presentation 11th September 2014
PureApp Hybrid Cloud Jonathan Langley Presentation 11th September 2014IBM Systems UKI
 
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014IBM Systems UKI
 
PureSystems Summary and Actions, John Kaemmerer and Gerry Novan, 11th Sept 14
PureSystems Summary and Actions, John Kaemmerer and Gerry Novan, 11th Sept 14PureSystems Summary and Actions, John Kaemmerer and Gerry Novan, 11th Sept 14
PureSystems Summary and Actions, John Kaemmerer and Gerry Novan, 11th Sept 14IBM Systems UKI
 
PureSystems on the Private Cloud, John Kaemmerer and Gerry Novan, 11th Sept 14
PureSystems on the Private Cloud, John Kaemmerer and Gerry Novan, 11th Sept 14PureSystems on the Private Cloud, John Kaemmerer and Gerry Novan, 11th Sept 14
PureSystems on the Private Cloud, John Kaemmerer and Gerry Novan, 11th Sept 14IBM Systems UKI
 
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...IBM Systems UKI
 
Introduction to Pure, John Kaemmerer and Gerry Kovan
Introduction to Pure, John Kaemmerer and Gerry KovanIntroduction to Pure, John Kaemmerer and Gerry Kovan
Introduction to Pure, John Kaemmerer and Gerry KovanIBM Systems UKI
 
PureSystems on the Public Cloud John Kaemmerer and Gerry Novan, 11th Sep 14
PureSystems on the Public Cloud John Kaemmerer and Gerry Novan, 11th Sep 14PureSystems on the Public Cloud John Kaemmerer and Gerry Novan, 11th Sep 14
PureSystems on the Public Cloud John Kaemmerer and Gerry Novan, 11th Sep 14IBM Systems UKI
 
Savio Rodrigues - Cloud Enable Your Ent App - 11th September
Savio Rodrigues - Cloud Enable Your Ent App - 11th SeptemberSavio Rodrigues - Cloud Enable Your Ent App - 11th September
Savio Rodrigues - Cloud Enable Your Ent App - 11th SeptemberIBM Systems UKI
 
Andrew Darley Presentation - Pure Future is Hybrid Cloud (London 11th September)
Andrew Darley Presentation - Pure Future is Hybrid Cloud (London 11th September)Andrew Darley Presentation - Pure Future is Hybrid Cloud (London 11th September)
Andrew Darley Presentation - Pure Future is Hybrid Cloud (London 11th September)IBM Systems UKI
 
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September London
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September LondonIcon solutions presentation - Pure Hybrid Cloud Event, 11th September London
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September LondonIBM Systems UKI
 
IBM MQ Light Service for Bluemix
IBM MQ Light Service for BluemixIBM MQ Light Service for Bluemix
IBM MQ Light Service for BluemixIBM Systems UKI
 
IBM How to Develop Responsive Applications
IBM How to Develop Responsive ApplicationsIBM How to Develop Responsive Applications
IBM How to Develop Responsive ApplicationsIBM Systems UKI
 
IBM Performance and Accounting
IBM Performance and AccountingIBM Performance and Accounting
IBM Performance and AccountingIBM Systems UKI
 
IBM Intro to Using MQ with WAS and Liberty
IBM Intro to Using MQ with WAS and LibertyIBM Intro to Using MQ with WAS and Liberty
IBM Intro to Using MQ with WAS and LibertyIBM Systems UKI
 
IBM Publish Subscribe in a Network
IBM Publish Subscribe in a NetworkIBM Publish Subscribe in a Network
IBM Publish Subscribe in a NetworkIBM Systems UKI
 
IBM MQ Channel Authentication
IBM MQ Channel AuthenticationIBM MQ Channel Authentication
IBM MQ Channel AuthenticationIBM Systems UKI
 
IBM MQ Security Deep Dive
IBM MQ Security Deep DiveIBM MQ Security Deep Dive
IBM MQ Security Deep DiveIBM Systems UKI
 
IBM Managing Workload Scalability with MQ Clusters
IBM Managing Workload Scalability with MQ ClustersIBM Managing Workload Scalability with MQ Clusters
IBM Managing Workload Scalability with MQ ClustersIBM Systems UKI
 

More from IBM Systems UKI (20)

PureApp Hybrid Cloud Jonathan Langley Presentation 11th September 2014
PureApp Hybrid Cloud Jonathan Langley Presentation 11th September 2014PureApp Hybrid Cloud Jonathan Langley Presentation 11th September 2014
PureApp Hybrid Cloud Jonathan Langley Presentation 11th September 2014
 
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014
 
PureSystems Summary and Actions, John Kaemmerer and Gerry Novan, 11th Sept 14
PureSystems Summary and Actions, John Kaemmerer and Gerry Novan, 11th Sept 14PureSystems Summary and Actions, John Kaemmerer and Gerry Novan, 11th Sept 14
PureSystems Summary and Actions, John Kaemmerer and Gerry Novan, 11th Sept 14
 
PureSystems on the Private Cloud, John Kaemmerer and Gerry Novan, 11th Sept 14
PureSystems on the Private Cloud, John Kaemmerer and Gerry Novan, 11th Sept 14PureSystems on the Private Cloud, John Kaemmerer and Gerry Novan, 11th Sept 14
PureSystems on the Private Cloud, John Kaemmerer and Gerry Novan, 11th Sept 14
 
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
 
Introduction to Pure, John Kaemmerer and Gerry Kovan
Introduction to Pure, John Kaemmerer and Gerry KovanIntroduction to Pure, John Kaemmerer and Gerry Kovan
Introduction to Pure, John Kaemmerer and Gerry Kovan
 
PureSystems on the Public Cloud John Kaemmerer and Gerry Novan, 11th Sep 14
PureSystems on the Public Cloud John Kaemmerer and Gerry Novan, 11th Sep 14PureSystems on the Public Cloud John Kaemmerer and Gerry Novan, 11th Sep 14
PureSystems on the Public Cloud John Kaemmerer and Gerry Novan, 11th Sep 14
 
Savio Rodrigues - Cloud Enable Your Ent App - 11th September
Savio Rodrigues - Cloud Enable Your Ent App - 11th SeptemberSavio Rodrigues - Cloud Enable Your Ent App - 11th September
Savio Rodrigues - Cloud Enable Your Ent App - 11th September
 
Andrew Darley Presentation - Pure Future is Hybrid Cloud (London 11th September)
Andrew Darley Presentation - Pure Future is Hybrid Cloud (London 11th September)Andrew Darley Presentation - Pure Future is Hybrid Cloud (London 11th September)
Andrew Darley Presentation - Pure Future is Hybrid Cloud (London 11th September)
 
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September London
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September LondonIcon solutions presentation - Pure Hybrid Cloud Event, 11th September London
Icon solutions presentation - Pure Hybrid Cloud Event, 11th September London
 
IBM MQ Light Service for Bluemix
IBM MQ Light Service for BluemixIBM MQ Light Service for Bluemix
IBM MQ Light Service for Bluemix
 
IBM How to Develop Responsive Applications
IBM How to Develop Responsive ApplicationsIBM How to Develop Responsive Applications
IBM How to Develop Responsive Applications
 
IBM Performance and Accounting
IBM Performance and AccountingIBM Performance and Accounting
IBM Performance and Accounting
 
IBM Intro to Using MQ with WAS and Liberty
IBM Intro to Using MQ with WAS and LibertyIBM Intro to Using MQ with WAS and Liberty
IBM Intro to Using MQ with WAS and Liberty
 
IBM Publish Subscribe in a Network
IBM Publish Subscribe in a NetworkIBM Publish Subscribe in a Network
IBM Publish Subscribe in a Network
 
IBM MQ V8 annd JMS 2.0
IBM MQ V8 annd JMS 2.0IBM MQ V8 annd JMS 2.0
IBM MQ V8 annd JMS 2.0
 
IBM MQ Channel Authentication
IBM MQ Channel AuthenticationIBM MQ Channel Authentication
IBM MQ Channel Authentication
 
IBM MQ Security Deep Dive
IBM MQ Security Deep DiveIBM MQ Security Deep Dive
IBM MQ Security Deep Dive
 
IBM Managing Workload Scalability with MQ Clusters
IBM Managing Workload Scalability with MQ ClustersIBM Managing Workload Scalability with MQ Clusters
IBM Managing Workload Scalability with MQ Clusters
 
IBM What's New in MQ V8
IBM What's New in MQ V8IBM What's New in MQ V8
IBM What's New in MQ V8
 

Recently uploaded

why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 

Recently uploaded (20)

why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 

IBM Software Group WebSphere Software Latest Features Deep Dive

  • 1. © 2014 IBM Corporation IBM Software Group WebSphere Software IBM MQ for z/OS Latest Features Deep Dive Mark Wilson Matt Leming markw1@uk.ibm.com lemingma@uk.ibm.com 2 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S Hello and welcome. My name is Mark Wilson, I am a developer on MQ for z OS and I have been working on MQ for the last 10 years, my colleague is Matt Lem-ming who is another MQ on z OS developer and has experience on other products such as WebSphere Application server. In this presentation we will take a deep drive on MQ on z OS to look at the new features of version 8. The script for this presentation is on the notes slides, when reading these you may find spelling errors et cetera, but these are required to make the text-to-speech program use the correct pronunciation.
  • 2. 3 WebSphere MQ IBM Software Group | WebSphere software Agenda  64 Bit Buffer Pools  8 Byte Log RBA  Chinit SMF  SCM Storage (Flash)  Other things… 4 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The this presentation the following topics are going to be covered: 64 Bit Buffer Pools, 8 Byte Log R B A, Chinit S M F, S C M Storage which is sometimes called Flash, Then we will cover a few other smaller things that are in MQ version 8 on z OS. Hopefully there will be time for questions for Matt and myself.
  • 3. IBM Software Group WebSphere Software 64 Bit Buffer Pools 6 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The first large feature in MQ version 8 is 64 bit buffer pools.
  • 4. 7 WebSphere MQ IBM Software Group | WebSphere software Buffer Pools: What We Have Today Q1 Page Set 4KB Page Page Set Q2 8 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S Lets start with looking at what we have today. This slide shows a representation of the current use of buffer pools with queues and page sets. A queue is configured to use a specific page set for the storage of messages. One or more page sets can be configured to use a particular buffer pool to “buffer” the messages. When a message is written to a queue, it is stored as one or more 4 K pages. The data is initially written to the buffer pool, and may at some later stage be written out to the page set. The pages may be written out to the page set if there are not enough pages in the buffer pool to contain all the messages on the queues. When a message is got, the data is retrieved from the buffer pool, if the necessary pages are not in the buffer pool, then they must first be retrieved from the page set, before the message can be returned. On this slide, there are two queues containing messages, which are using two different page sets, however, these two page sets are both using the same buffer pool.
  • 5. 9 WebSphere MQ IBM Software Group | WebSphere software Buffer Pools: What We Have Today DATA CODE DATA 2 GB BAR Queue Manager Address Space Buffer Pool Buffer Pool Buffer Pool Buffer Pool Max 1.6GB for Buffer Pools 16 EB 10 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S This slide shows a representation of the queue manager address space. All of the queue manager code resides below the bar, in 31 bit storage. There is various queue manager data which resides below the bar. In previous releases, some things were moved into 64 bit storage, like locks, security data, the IGQ buffer etc.. Also, when new features were added, they would often exploit 64 bit storage, for example pub sub. Prior to MQ version 8 the buffer pools have had to be in 31 bit storage. The means that when taking into account the code and data requirements already described, there would be up to a maximum of approximately 1 point 6 gigabytes of available space for buffer pools (dependant on the common storage usage on the system).
  • 6. 11 WebSphere MQ IBM Software Group | WebSphere software Buffer Pools: The Problems  Not much space below the bar for buffer pools  Maximum 1.6GB, depending on common area  Put/Get with bufferpool = 'memory' speed  Put/Get from page set = 'disk' speed  Can spend a lot of time moving data around  Getting pages from page set into buffer pool  Putting pages from buffer pool into page set  This is detrimental for performance  A maximum of 16 buffer pools  Although up to 100 page sets are supported  Lots of time spent performing tuning  buffer pool sizes and queue/buffer pool/page set mappings 12 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S There is not much space below the bar for buffer pools once queue manager code and data is taken into account. There is generally a maximum of 1 point 6 gigabytes available for buffer pools depending on common storage usage. Putting and getting messages into the buffer pool works at 'memory' speed, where as putting and getting messages from the page set works at 'disk' speed. For scenarios where several applications read and or write large numbers of messages to the same buffer pool, a lot of time is spent getting pages from the page set into the buffer pool and putting pages from the buffer pool into the page set. This is detrimental for performance. A maximum of 16 buffer pools are supported while up to 100 page sets are supported, meaning that if you have more than 16 page sets, you need to share the same buffer pool for some of the page sets. Because of these reasons, a lot of time and effort can be spent in tuning the buffer pool sizes, and the mapping of queue to page sets and page sets to buffer pools.
  • 7. 13 WebSphere MQ IBM Software Group | WebSphere software Buffer Pools: Using 64 bit storage DATA CODE DATA 2 GB BAR Queue Manager Address Space Buffer Pool Buffer Pool Buffer Pool Buffer Pool Max 1.6GB for Buffer Pools 16 EB Buffer Pool 14 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S This slide shows a representation of the queue manager address space, similar to the previous diagram, but this time using 64 bit storage for the buffer pools. Other storage usage has remained the same, with queue manager code, and some of the data remaining in 31 bit storage. However, being able to support 64 bit storage for buffer pools means that they may be moved out of 31 bit storage, relieving the constraint for other uses of the 31 bit storage. The diagram shows that buffer pools may continue to use 31 bit storage, providing a migration path to using 64 bit storage. The diagram also shows that because of the greater availability of storage above the bar, the sizes of the buffer pools may be increased, not being constrained by the 1 point 6 gigabytes overall storage availability.
  • 8. 15 WebSphere MQ IBM Software Group | WebSphere software 64 Bit Buffer Pools: The Solution  Allow buffer pools to be above the bar.  Buffer pools can (theoretically) make use of up to 16 EB of storage  Increase maximum size of buffer pool  if above the bar  Allow up to 100 buffer pools  Can have a 1-1 page set to buffer pool mapping 16 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S MQ version 8 introduces the capability of having buffer pools above the bar. This means that buffer pools can - theoretically, make use of up to 16 exabytes of storage. The maximum size of an individual buffer pool has also increased to 9 9s buffers, if the buffer pool is above the bar. The previous limit was 500,000 buffers, which remains in force if the buffer pool is located below the bar. The maximum number of buffer pools has been increased from 16 to 100. This enables a 1 to 1 mapping of page sets to buffer pools.
  • 9. 17 WebSphere MQ IBM Software Group | WebSphere software 64 Bit Buffer Pools: What Has Changed?  LOCATION/LOC attribute specifies where the buffer pool is located  BELOW: The default. Buffer pool is located below the bar in 31 bit storage  ABOVE: Buffer pool is located above the bar in 64 bit storage  This can be altered dynamically  BUFFERS attribute has a valid range of up to 999,999,999  if LOCATION(ABOVE) set  Buffer pool ID can be in range of 0 – 99  PAGECLAS attribute enables permanent backing by real storage for maximum performance  4KB – The default, uses page-able 4KB buffers  FIXED4KB – Uses permanently page fixed 4KB buffers. Only supported if LOC(ABOVE) is specified 18 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S A new attribute called LOCATION, or LOC for short has been added to the buffer pool definition. This enables the location, relative to the bar to be specified. A value of “BELOW” indicates that the buffer pool should be below the bar in 31 bit storage, this is the default, and matches what was available in MQ version 7 point 1 and earlier releases. A value of “ABOVE” indicates that the buffer pool should be located above the bar in 64 bit storage. The LOCATION value can be altered dynamically, and the queue manager will then dynamically move the buffer pool to the new location. The buffer pool BUFFERS attribute now has an extended valid range, being able to accept a value up to 9 9s if LOCATION ABOVE has been set. The buffer pool ID attribute can now have a valid range of 0 to 99. A new attribute called PAGE CLAS has been added to the buffer pool definition. This attribute enables 64 bit buffer pools to be configured to be permanently backed by real storage for maximum performance. The default value of 4 K means that the buffer pool will be page-able. Using a value of FIXED 4KB means that MQ does not have to page fix, page unfix buffers when doing I O. This can give significant performance benefits if the buffer pool is under stress, and therefore doing lots of reads from, writes to page set. There is a WARNING, storage will be page fixed for the life of the queue manager. Ensure you have sufficient real storage otherwise other address spaces might be impacted.
  • 10. 19 WebSphere MQ IBM Software Group | WebSphere software 64 Bit Buffer Pools: Migration  To use this function OPMODE(NEWFUNC,800) must be set  Otherwise behaviour is same as in version 7  Although LOCATION(BELOW) is valid regardless of OPMODE  Some messages have changed regardless of the value of OPMODE 20 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S To exploit 64 bit storage for the buffer pools, the queue manager must be running in version 8 NEWFUNC mode. However, LOCATION BELOW can be specified when running in COMPAT mode. Some console messages have changed, regardless of OPMODE. For example to display the location of the buffer pool when using the DISPLAY USAGE P S I D command.
  • 11. 21 WebSphere MQ IBM Software Group | WebSphere software 64 Bit Buffer Pools: Configuration  CSQINP1  DEFINE BUFFPOOL(22) LOCATION(ABOVE) BUFFERS(1024000) REPLACE  DEFINE BUFFPOOL(88) BUFFERS(12000) REPLACE  CSQINP1 or dynamically with dsn  DEFINE PSID(22) BUFFPOOL(22)  CSQINP2 or dynamically  ALTER BUFFPOOL(88) LOC(ABOVE) CSQP024I !MQ21 Request initiated for buffer pool 88 CSQ9022I !MQ21 CSQPALTB ' ALTER BUFFPOOL' NORMAL COMPLETION CSQP023I !MQ21 Request completed for buffer pool 88, now has 12000 buffers CSQP054I !MQ21 Buffer pool 88 is now located above the bar 22 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S This slide shows the enhanced buff pool commands. The places that above the bar buffer pools are defined at the same as when they are below the bar. MQ allows a buffer location to be moved dynamically. This slide shows the console messages when this is done.This slide shows the enhanced buff pool commands. The places that above the bar buffer pools are defined at the same as when they are below the bar. MQ allows a buffer location to be moved dynamically. This slide shows the console messages when this is done.
  • 12. 23 WebSphere MQ IBM Software Group | WebSphere software 64 Bit Buffer Pools: Configuration  CSQINP2 or dynamically  DISPLAY USAGE PSID(*) CSQI010I !MQ21 Page set usage … <REMOVED> End of page set report CSQI065I !MQ21 Buffer pool attributes ... Buffer Available Stealable Stealable Page Location pool buffers buffers percentage class _ 0 1024 1000 99 4KB BELOW _ 22 1024000 234561 23 FIXED4KB ABOVE _ 88 12000 1200 10 4KB ABOVE End of buffer pool attributes 24 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S An this is the new output of DISPLAY USAGE PSID. The page class and location can be seen.
  • 13. 25 WebSphere MQ IBM Software Group | WebSphere software 64 Bit Buffer Pools: Performance Summary Material  More material  • 16 CP LPAR • Each transaction puts and gets a random message from a pre loaded queue. Second test requires a doubling in buffer pool size 26 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The previous slide shows two tables comparing the performance of 31 bit buffer pools and 64 bit buffer pools. The first table shows the results when running tests using a single requester on a queue. There is a small increase in transaction cost when using 64 bit buffer pools vs 31 bit buffer pools, with the CPU microseconds increasing from 35.92 to 37.48. However, when we increase the number of buffers in use in the 64 bit case, the channel path %busy drops to nearly 0, indicating that we are no longer needing to access the page set, and all requests are satisfied from the buffer pool. The transaction rate has also increased by about 40%. The second table shows that when using two requesters against the queue, there is a high channel path %busy rate, of about 75%, for both the 31 bit and 64 bit buffer pool case. However, when extra buffers are added in the 64 bit case, this channel path busy drops to nearly 0 and the transaction rate more than doubles. The LPAR busy % also increases from about 43% to very close to 100%, showing that we are now driving the system as hard as possible. Being able to provide more buffers by using 64 bit storage means that we can drive the system much more efficiently for a slight increase in per transaction cost.
  • 14. IBM Software Group WebSphere Software 8 Byte Log RBA 28 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The next large feature that we have done in MQ version 8 is to increase the size of the log range.
  • 15. 29 WebSphere MQ IBM Software Group | WebSphere software 8 byte log RBA: The Problem  MQ for z/OS V7.1 (or earlier):  Implements a 6 byte Log RBA (Relative Byte Address)  This give an RBA range of 0 to x'FFFFFFFFFFFF' (= 255TB)  Some customers reach this limit in 12 to 18 months  At 100MB/sec, log would be full in 1 month  If we reach the end of the Log RBA range (i.e. “wrap”):  queue manager terminates and requires a cold start – a disruptive outage !  Potential for loss of persistent data  To avoid an outage:  Run CSQUTIL RESETPAGE, at regular planned intervals, to RESET the LOG RBA 30 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S With MQ version 7 point 1 or earlier the relative byte address, RBA is 6 bytes long. MQ uses RBA to track log records, when MQ handles persistent data or units of work which envolves writing to the log the RBA is increases depending on the size of the log record. The length of 6 bytes gives a range from zero to 12 Fs which is approximately 255 terabytes. Although this sounds like a large amount if data, with speeds of the modern, z systems the throughput that customers are pumping through MQ some customers have been reaching this limit in between 12 and 18 months. If MQ is writing to the log constantly at 100 MB per second which is achievable on the modern hardware it would only take a month to reach the end of the log. At which point the queue manager terminates and requires a cold start, which also means that persistent data may be lost. MQ does provide a procedure to avoid a distruptive outage. MQ has a RESET PAGE function on CSQUTIL to reset the log RBA, this should be planned at regular intervals but does require the queue manager to be stopped while the utility is run.
  • 16. 31 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S Other notes With APAR PM48299, WebSphere MQ V7.0.1 (and above) queue managers will issue more message to warn of the log being exhausted. CSQI045I/CSQI046E/CSQI047E to warn if RBA is high (>= x'700000000000') – CSQI045I, when RBA is x'700000000000', x'7100..', x'7200..' and x'7300..' – CSQI046E when RBA is x'740000000000', x'7500..', x'7600..' and x'7700..' – CSQI047E when RBA is x'780000000000', x'7900..', x'nn00..' and x'FF00..' CSQJ031D on restart to confirm queue manager start-up even though log RBA has passed x'FF8000000000‘ Terminates, to prevent loss of data, if log RBA reaches x'FFF800000000'. The LOG RBA will need to be RESET to allow the queue manager to continue to operate These RBA trigger levels have been changed in MQ V8 with 6 byte RBA: – CSQI045I, when RBA is x'F00000000000' – CSQI046E when RBA is x'F80000000000' – CSQI047E when RBA is x'FF8000000000' Different trigger points exists with 8 byte log RBA.
  • 17. 33 WebSphere MQ IBM Software Group | WebSphere software 8 byte log RBA: The Solution  Upper limit on logical log will be 64K times bigger  At 100MB/sec this will now take about 5578 years to fill!  BSDS and log records changed to handle 8 byte RBAs and URIDs  Utilities or applications that read the following are impacted:  The BSDS  The Logs  Console messages that contain the log RBA or URID  queue manager will use 6 byte RBA until 8 byte RBA is enabled  BSDS conversion utility (same model as used by DB2) to migrate to 8 byte RBA 34 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S In MQ version 8 we have extended the log RBA from 6 to 8 bytes which doesn't sound a lot but the log is approximately 65,000 times larger. Thinking about the logging rate example it would take 5,576 years to fill at 100 megabytes per second. This feature has changed the BSDS and log records to handle the new 8 byte RBAs and URIDs. Utilities or applications that read the BSDS, the logs, or the console messages, that contain the log RBA or URID are impacted. When the queue manager is running on MQ version 8, it are been designed to use 6 byte log RBA until 8 byte log RBA has been enabled. This allows both backwards migration and co-existance with queue managers are a prior release. The console messages at version 8 show the full 8 bytes regardless to whether 8 byte log RBA is enabled, the 6 byte log RBA have four zeroes prepended. MQ has provided a BSDS conversion utility to migrate to 8 bytes. This is a one way migration process and its the same model that DB2 uses.
  • 18. 35 WebSphere MQ IBM Software Group | WebSphere software 8 byte log RBA: Migration  Get MQ v8.0 running in NEWFUNC mode (you promise not to fall back to V7)  In QSG, entire group must be v8.0 NEWFUNC  STOP queue manager  Run the new CSQJUCNV utility  utility will check that entire QSG is at correct level  copies data from old primary / secondary BSDS pair to new pair  old data is NOT changed for fallback  Restart queue manager with new 8 byte format BSDS  queue manager will ONLY start if in NEWFUNC mode  New message CSQJ034I issued indicating 8 byte RBA mode  all subsequent log data in new format 36 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S So how do you use this log RBA change to practically elimimate the need to reset the RBA. A queue manager has to be running MQ version 8 and in OPMODE newfunc, this tells us that you promise not to fall back to a prior version. If the queue manager is part of a QSG, the entire group must be at version 8 newfunc. First the queue manager would have to be stopped cleanly. Then the new CSQJU CONV utility would be run which does some QSG checks to ensure the levels are correct. CSQJU CONV will then convert the BSDS data from old primary / secondary BSDS pair to new pair. The old data is not changed in case of needing to fall back when the queue manager starts. Finally restart the queue manager with the new 8 byte BSDSs. The queue manager will ONLY start if in NEWFUNC mode. A new console message, CSQJ034I, will indicate that the queue manager is running in 8 byte RBA mode. All subsequent log data will be written in the new format.
  • 19. IBM Software Group WebSphere Software CHINIT SMF 38 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The third feature that I am going to talk about is SMF. In version 8 we have added the recording of SMF data from the CHINIT address space.
  • 20. 39 WebSphere MQ IBM Software Group | WebSphere software Chinit SMF: The Problem  Prior to MQ v8.0 no SMF data for Chinit address space or channel activity  Many customers have had to create their own ‘monitoring’ jobs with periodic DISPLAY CHSTATUS  Difficult to manage historical data, perform capacity planning and investigate performance issues 40 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S So, what is the problem that this feature is aimed to solve? Prior to MQ version 8, no SMF data for the chinit address space or any channel activity was available. Many customers have had to create their own 'monitoring' jobs that does a periodic DISPLAY CHANNEL STATUS. This has it's own problems like how to manage historical data. This also does not help with capacity planning and investigating performance issues.
  • 21. 41 WebSphere MQ IBM Software Group | WebSphere software Chinit SMF: The Solution  Additional SMF data for CHINIT address space and channel activity to enable:  Monitoring  Capacity planning  Tuning  Separate controls from queue manager SMF allows 'opt in'  Updated MP1B SupportPac will format the data and introduces rule based reporting 42 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S In MQ version 8, the chin it has been extended to produce SMF data. This includes data about the address space and channel activity. This enables MQ administrators to perform: monitoring, capacity planning, and tuning. There are separate controls from the queue manager SMF. This allows 'opt-in' type controls, depending on what data is required.. The SupportPac MP1B which is produced here in Hursley, has been updated to format the data and introduces rule based reporting.
  • 22. 43 WebSphere MQ IBM Software Group | WebSphere software CHINIT SMF: Controls  You can START CHINIT STAT trace by:  You can START CHINIT ACCTG trace by:  You can display trace by:  ALTER and STOP TRACE commands have also been updated !MQ08 START TRACE(STAT) CLASS(4) CSQW130I !MQ08 'STAT' TRACE STARTED, ASSIGNED TRACE NUMBER 05 CSQ9022I !MQ08 CSQWVCM1 ' START TRACE' NORMAL COMPLETION !MQ08 DISPLAY TRACE(*) CSQW127I !MQ08 CURRENT TRACE ACTIVITY IS - TNO TYPE CLASS DEST USERID RMID 02 STAT 01 SMF * * 05 STAT 04 SMF * * 06 ACCTG 04 SMF * * END OF TRACE REPORT !MQ08 START TRACE(ACCTG) CLASS(4) CSQW130I !MQ08 ‘ACCTG' TRACE STARTED, ASSIGNED TRACE NUMBER 06 CSQ9022I !MQ08 CSQWVCM1 ' START TRACE' NORMAL COMPLETION 44 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The chinit SMF has been defined as trace class 4. So to start the trace for the address space we can use the START TRACE STAT CLASS 4. To start the channel activity SMF the command START TRACE A C C T G CLASS 4. In the display trace extract shown on this slide both the STAT and A C C T G for class zero 4 is active. The ALTER TRACE and STOP TRACE command have been updated to support class 4.
  • 23. 45 WebSphere MQ IBM Software Group | WebSphere software CHINIT SMF: Controls  SMF data collected on SMF interval of QMGR  Can be same as z/OS SMF interval  Chinit STAT trace allows high level view of activity  Chinit ACCTG trace allows detailed view at channel level – STATCHL attribute on queue manager to control system wide setting – STATCHL attribute on channel to control granularity – STATACLS attribute on the queue manager controls automatically defined cluster sender channels. – Data collected is a superset of that collected on distributed with STATCHL message 46 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The SMF data is collected on the same SMF interval as the queue manager. This can be the same as the z OS SMF interval. The STAT trace option allows a high level view of the chinit activity. The A C C T G trace option allows a detailed view at the channel level. A new attribute has been added to the channel called STAT CHL. This allows the granularity at the channel level. There is also a STAT CHL attribute on the queue manager so a channel can inherit a system wide setting. The queue manager object also has a STAT ACLS which sets the STAT CHL Value for automatically defined cluster sender channels. The amount of data collected is a superset of that collected on the distributed platforms with the STAT CHL message.
  • 24. 47 WebSphere MQ IBM Software Group | WebSphere software CHINIT SMF: New record subtypes and DSECTs  SMF 115  Subtype 231 (0xE7=‘X’) for CHINIT control information  e.g. adapter and dispatcher CPU time etc. to help with tuning numbers of tasks configured  DNS resolution times  SMF 116  Subtype 10 for per channel 'accounting' data  Bytes sent, achieved batch size etc.  New DSECTs  CSQDQWSX (QWSX) : Self defining section for subtype 231 which consists of:  CSQDQWHS (QWHS) : Standard header  CSQDQCCT (QCCT) : Definition for CHINIT control information  CSQDQWS5 (QWS5) : Self defining section for subtype 10 which consists of:  CSQDQWHS (QWHS) : Standard header  CSQDQCST (QCST) : Definition for channel status data 48 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S Two new SMF records have been added. SMF 1 1 5, sub type 2 3 1 has the chinit control information like adapter and dispatcher CPU time. This helps with tuning the number of tasks configured. This record also has the DNS resolution times. There is one SMF 1 1 6, sub type 10 record per channel accounting data so this would includes bytes sent and batch information. There are new d sects. the CSQDQWSX is a self defining section for sub type 2 3 1 records which consists of the CSQDQWHS standard header and then the CSQDQCCT d sect that defines the CHINIT control information. The CSQDQWSS is a self defining section for sub type 10 records which consists of the CSQDQWHS standard header and then the channel status data in the CSQDQCST d sect.
  • 25. 49 WebSphere MQ IBM Software Group | WebSphere software CHINIT Summary MV45,MQ20,2014/04/08,20:43:57,VRM:800, From 2014/04/08,20:41:54.984681 to 2014/04/08,20:43:57.237939 duration 122.253258 seconds Number of current channels..................... 20 Number of active channels .... ................ 20 MAXCHL. Max allowed current channels........... 602 ACTCHL. Max allowed active channels............ 602 TCPCHL. Max allowed TCP/IP channels............ 602 LU62CHL. Max allowed LU62 channels............. 602 Storage used by Chinit......................... 22MB 50 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The next few slides show output of the CHINIT's SMF data, this has been formatted by support pac MP1B - other formatters are available. The output is taken from one of our test systems. On this slide, the summary of the data from the chin it information is shown. This chinit has 20 active channels running and the address space is using 22 megabytes of memory.
  • 26. 51 WebSphere MQ IBM Software Group | WebSphere software Dispatchers 52 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The example data shows that there were five dispatchers. A channel is associated with a dispatcher, and the work is distributed across all the dispatchers. This example shows that one dispatcher is processing more requests than other dispatchers. This is normal, as some channels might stop, so the dispatcher is processing fewer channels, and some channels can be busier than others. When the CHIN IT starts, MQ assigns 10 channels to each dispatcher and once all dispatchers have the same number of channels, the CHINIT will start added more channels to a dispatcher. A dispatcher works better when it has many channels running on it. This report also shows the average time per request. The lower part of the report shows the distribution of the channels. This is the report that would help a MQ administrator work out if there are enough dispatchers.
  • 27. 53 WebSphere MQ IBM Software Group | WebSphere software Adapters 54 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S This shows an example of the adapter report. The adapters process MQ requests. Some of these requests might wait, for example, for log I O during a commit, so the difference between the average CPU time and average Elapsed Time per request can be quite large. When a MQ request is made the first free adapter task is used. MQ usually picks the first free adapter which accounts for the high number of requests on the first adapter. This is the report that an MQ administrator would use to ensure that there are enough adaptor TCBs defined as a channel should not need to wait for an adapter.
  • 28. 55 WebSphere MQ IBM Software Group | WebSphere software Channel Information (1) 56 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S This is the top half of the information about a channel. This is a private sender called MQ89 under bar 1. Although STATCHL has 5 possible values, on z OS MQ Treats this as on or off. The channel shown has on STATCHL so we are seeing the most accurate channel data. There have been 2998 messages sent in this SMF time slice, 1506 of which were persistent, so we can conclude the other 1494 were non-persistent. The batch target is 50 messages but in this SMF time slice 38 point 9 messages have been achieved per batch. We can also see the number of full and partial batches.
  • 29. 57 WebSphere MQ IBM Software Group | WebSphere software Channel Information (2) 127.0.0.1 MQ89_1 Message data 17,198,653 16 MB 127.0.0.1 MQ89_1 Persistent message data 4,251,780 4 MB 127.0.0.1 MQ89_1 Non persistent message data 12,946,873 12 MB 127.0.0.1 MQ89_1 Total bytes sent 17,200,221 16 MB 127.0.0.1 MQ89_1 Total bytes received 3,052 2 KB 127.0.0.1 MQ89_1 Bytes received/Batch 39 39 B 127.0.0.1 MQ89_1 Bytes sent/Batch 223,379 218 KB 127.0.0.1 MQ89_1 Batches/Second 0 127.0.0.1 MQ89_1 Bytes received/message 1 1 B 127.0.0.1 MQ89_1 Bytes sent/message 5,737 5 KB 127.0.0.1 MQ89_1 Bytes received/second 25 25 B/sec 127.0.0.1 MQ89_1 Bytes sent/second 140,985 137 KB/sec 127.0.0.1 MQ89_1 Compression rate 0 127.0.0.1 MQ89_1 Exit time average 0 uSec 127.0.0.1 MQ89_1 DNS resolution time 0 uSec 127.0.0.1 MQ89_1 Net time average 312 uSec 127.0.0.1 MQ89_1 Net time min 43 uSec 127.0.0.1 MQ89_1 Net time max 4,998 uSec 127.0.0.1 MQ89_1 Net time max date&time 2014/04/08,19:43:52 58 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The bottom half of the channel information shows the number of bytes that have been sent. From what we saw on the previous slide and this information we can conclude that on average the non-persistent messages are larger than the persistent messages. The Support Pac MP1B also does some helpful calculations and gives the bytes sent or received per message or second. As this is a sender type channel the receive data is small as we would expect.
  • 30. IBM Software Group WebSphere Software SCM Storage (Flash) 60 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The next feature that I am going to talk about is SCM storage which is sometimes called flash. This is a change that the CF team have developed to help a QSG store messages. The cost of storing messages in the CF is reduced but some memory is needed spent to start achieve those gains. This is not a true version 8 feature because all the configuration is done at the CF level, with the right hardware and software. This means that this CF flash memory can be used with MQ version 8 as well as prior versions
  • 31. 61 WebSphere MQ IBM Software Group | WebSphere software Flash CFStruct CF Flash: Scenarios Planned Emergency Storage 70% 80% 90% offload >32kB offload > 0kB offload > 4kB SMDS ALL CFSTRUCT OFFLOAD rules cause progressively smaller messages to be written to SMDS as the structure starts to fill. Once 90% threshold is reached, the queue manager is storing the minimum data per message to squeeze as many message references as possible into the remaining storage. CF Flash algorithm also starts moving the middle of the queue out to flash storage, keeping the faster 'real' storage for messages most likely to be gotten next. 62 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S This first slide shows a planned emergency storage scenario. We are using the CF mainly for our messages but we have configured SMDS to hold messages once some C F STRUCT OFFLOAD rules come into play. The rules cause progressively smaller messages to be written to SMDS as the structure starts to fill up. Once the 90% threshold is reached, the queue manager is storing the minimum data per message to squeeze as many message references as possible into the remaining storage. CF team have used queuing theory to develop the Flash algorithm. Messages that have been put most recently and have the the lowest priority are the most unlikely to be got next, so the CF also starts moving the middle of the queue out to flash storage, keeping the faster 'real' storage for messages most likely to be gotten next.
  • 32. 63 WebSphere MQ IBM Software Group | WebSphere software Flash CFStruct CF Flash: Scenarios Maximum Speed 20% 80% 90% offload threshold 64kB(*) offload 64kB => disabled offload disabled SMDSlarge msgs We want to keep high performance messages in the CF for most rapid access. CFSTRUCT OFFLOAD are configured with special value '64k' to turn them off. (*) you might choose to use one rule to alter the 'large data' threshold from 63kB down Once 90% threshold is reached, the CF Flash algorithm starts moving the middle of the queue out to flash storage, keeping the faster 'real' storage for messages most likely to be gotten next. As messages are got and deleted, the CF flash algorithm attempts to pre-stage the next messages from flash into the CFSTRUCT so they are rapidly available for MQGET. In this scenario the flash storage acts like an extension to 'real' CFSTRUCT storage. However it will be consumed more rapidly since all small message data is stored in it. 64 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S In the next scenario, we want to keep high performance messages in the CF for most rapid access. The CFSTRUCT OFFLOAD rules are configured with special value 64 K to turned off. A MQ administrator may choose to use one rule to alter the large data threshold from 63 K down. Once the 90% threshold is reached, the CF Flash algorithm starts moving the middle of the queue out to flash storage, keeping the faster - real storage for messages most likely to be gotten next. As messages are got and deleted, the CF flash algorithm attempts to pre-stage the next messages from flash into the C F STRUCT so they are rapidly available for MQGET. In this scenario the flash storage acts like an extension to, real C F STRUCT storage. However it will be consumed more rapidly since all small message data is stored in it.
  • 33. 65 WebSphere MQ IBM Software Group | WebSphere software CF Flash: Storage Scenario Msg Size Total Msgs # in 'real' SMDS space # in 200 GB flash Augmented (limit 30GB) No SMDS No Flash 1kB 3M 3M 4kB 900,000 900,000 16kB 250,000 250,000 SMDS No Flash 1kB 3.2M 3.2M 800MB 4kB 1.8M 1.8M 5GB 16kB 1.3M 1.3M 20GB “Emergency” Scenario 1kB 190M 2M 270GB 190M 30GB 4kB 190M 600,000 850GB 190M 30GB 16kB 190M 150,000 3TB 190M 30GB “Speed” Scenario 1kB 150M 2M 150M 26GB 4kB 48M 600,000 48M 8GB 16kB 12M 150,000 12M 2GB 66 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S In the table show: we define a CFSTRUCT with SIZE 4 gigabytes, We have a maximum of 200 gigabytes flash memory available, but we decide not to use more than an additional 30 gigabytes of augmented storage. The table considers 4 scenarios, and shows the effect of message size in each, the amount in real, estimates how many MQ messages in CF real storage. First scenario has no flash nor SMDS. Entire structure is available to store messages. A total of 250,000 16 kilobyte messages can be stored. Second scenario introduces SMDS offload with default rules. The 1k messages don't got to SMDS til 90% full, but the 4k and 16k cases both start offloading at 80%. The CF space released by offloading data can hold more message pointers, so the 1k case doesn't increase number of messages greatly, but 4k number doubles, and 16k gets 5 times as many to 1 point 3 million. The third scenario is our “Emergency Flash”. Because flash is configured, there is less 'real' storage for storing data, I've assumed 1 gigabytes less for 200 gigabytes flash. Here flash only holds the message references. This means the message size in flash is small. Our experiments show about 175 bytes of Augmented storage per message in flash. We have chosen to limit Augmented storage to 30 gigabytes, so message numbers are limited by augmented storage. The SMDS holds the actual data. In this scenario 190 messages can be stored. The last scenario is entitled “Max Speed”. All message sizes are below SMDS threshold, so SMDS not used. Limit is now how many messages will fit in 200 gigabytes flash. We show approximate size of augmented storage needed to support these volumes of messages in flash. This gives us space for 12 million messages. The numbers are estimates only, based on our limited test scenarios, and CFSIZER data.
  • 34. 67 WebSphere MQ IBM Software Group | WebSphere software CFLEVEL(4) using 8KB Messages  Saw-tooth effect occurs when capture task goes into retry mode due to “storage medium full” reason code.  Even with these 5 second pauses, the non-SCM capable workload completes in 90% of the time of the SCM capable workload.  Cost of workload in MVS differs by less than 2%.  Get rate once the capture task has completed: No SCM: 21100 messages / second ~ 164MB/sec SCM: 19000 messages / second ~ 148MB/sec 0 1 0 0 0 0 0 2 0 0 0 0 0 3 0 0 0 0 0 4 0 0 0 0 0 5 0 0 0 0 0 6 0 0 0 0 0 7 0 0 0 0 0 8 0 0 0 0 0 9 0 0 0 0 0 1 0 0 0 0 0 0 C F L E V E L ( 4 ) 8 K M e s s a g e s - X M I T Q u e u e d e p t h N o S C M a v a i l a b le S C M a v a il a b l e D e p t h t h a t S C M u s e d T i m e ( s e c o n d s ) 68 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The graph demonstrates that put and get rates do not significantly alter as CF 'real' storage overflows and data is offloaded to, or read back from, CF flash. This is demonstrated by comparing the slopes of the red and blue lines and noticing no significant kink in the red line as we overflow CF 'real' the 90% threshold. The scenario being tested uses CFLEVEL 4 so SMDS config was not required. However, it corresponds identically with our “Max Speed” scenario. The test case has a message generator task putting 8 K messages on to a transmission queue. A channel is getting these in FIFO order. The message generator pauses for a few seconds when it hits storage media full leading to the saw-tooth shape of the blue line where no Flash memory is available. The red dotted line indicates the threshold at which messages in the red line test, started to be written to flash storage. Notice that it is significantly lower than 90% of the 'media full' blue peaks, because some of the structure storage has gone to control flash, and the threshold is 90% of the remainder. Final point is that CPU costs are not significantly different whether flash is being used or not. From performance perspective, using sequential queues, flash memory behaves like CF real.
  • 35. IBM Software Group WebSphere Software Other z/OS Items 70 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The final section of this presentation will cover other improvements that we have made to MQ version 8.
  • 36. 71 WebSphere MQ IBM Software Group | WebSphere software 64bit application support  64 bit application support for C language  no 64bit COBOL  LP64 compile option  supported by cmqc.h  restricted environments  batch, TSO, USS  CICS® and IMS® do not support 64bit apps  WebSphere Application Server already 64bit  must use sidedeck & DLL, not stubs:  csqbmq2x (uncoordinated batch & USS)  csqbrr2x (RRS coordinated, srrcmit())  csqbri2x (RRS coordinated, MQCMIT) 72 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S MQ now supports 64 bit applications written in the C language. There is no support for COBOL, PL1 or assembler. The LP64 option has to be used. The MQ C header file cmqc dot h supports both 31 and 64 bit applications. The support is restricted to batch, T S O and USS. There is no support for kicks and IMS 64 bit applications. WebSphere Application Server already connects with 64 bit connections. In order to use the 64 support the program have to be linked with side deck and DLL, not the stubs.
  • 37. 73 WebSphere MQ IBM Software Group | WebSphere software Client Attachment Feature  Client attachment feature no longer exists in MQ v8.0  Client capability available by default  Use CHLAUTH rules to protect QMGR if you didn’t previously use clients  Client attachment feature also now non-chargeable on previous releases  APAR also available to enable functionality without installing CAF 74 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S The Client Attachment Feature that has been required on previous versions of MQ to connect client applications into a z OS queue manager, no longer exists in MQ version 8. The client capability exists by default on a version 8 queue manager. If you did not previously use client applications into a z OS queue manager, you can consider using CHanneL AUTH rules to protect the queue manager.
  • 38. 75 WebSphere MQ IBM Software Group | WebSphere software Other z/OS Items  Message suppression EXCLMSG  formalized a service parm which suppressed Client channel start & stop messages  extended to be generalized and applicable for most MSTR and CHIN messages  DNS reverse lookup inhibit REVDNS  response to customer requirement for workaround when DNS infrastructure impacted  zEDC compression hardware exploitation for MSGCOMP(ZLIBFAST)  need zEC12 GA2 + zEDC card  can yield higher throughput & reduced CPU for SSL channels 76 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S Version 8 has also added message suppression. The EXCLude MeSsaGe is a z Parm value, but can also be specified using the SET SYSTEM command. This specifies a list of message identifiers to be excluded from being written to, any log. Messages in this list are not sent to the z OS console, and hardcopy log. As a result using the EXCLude MeSsaGe parameter to exclude messages is more efficient from a CPU perspective than using z OS mechanisms such as the message processing facility list and should be used instead where possible. The default value is an empty list. Message identifiers are supplied without the C S Q prefix, and without the action code suffix (I, D, E, or A). For example, to exclude message CSQX 500 I, add X500 to this list. This list can contain a maximum of 16 message identifiers. For some customers the time taken to reverse look up a IP address to a host name can cause issues. MQ has added a queue manager, REV, DNS attribute can now be used to prevent the use of DNS for host name lookup. In earlier releases a serviceparm was provided to some customers so that channel hangs could be avoided in situations where a DNS infrastructure becomes non-responsive. z E D C compression hardware exploitation is another improvement. When using COMP MSG Z LIB FAST on channels to message compression, this will exploit the z E D C card if also using the z E C 12 G A 2. This can yield higher throughputs and reduced CPU cost for SSL channels.
  • 39. 77 WebSphere MQ IBM Software Group | WebSphere software MQ platform and product updates  Split Cluster Transmit Queue availability in MQ for z/OS  Integration of AMS capabilities into MQ for z/OS  Currently separately installable products  Support of AMS with IMS Bridge  MFT has less reliance on USS 78 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S As MQ for z OS didn't release a version 7 point 5, there are a few items that we have caught up with. Split cluster transmit queues This allow a multiple transmission queues defined on a cluster so different work can be transported over different channels. This for example, enables different quality of service to be offered depending on the queues used. We have also integrated A M S into the product to improve performance and usability. There is a |separately installable product which enables the A M S feature. With version 8 A M S now supports the IMS bridge. M F T has been improved to have less reliance on USS.
  • 40. IBM Software Group WebSphere Software And Finally... 80 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S And Finally
  • 41. 81 WebSphere MQ IBM Software Group | WebSphere software 82 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S Matt and I have just finished writing a IBM Redbook publication with a small group of authors. The book is on the new features in version 8. The topics that we have talked about in this presentation are covered in a greater depth. The book is still in the editing process so we would urge you to look out for it as it will be a great resource.
  • 42. IBM Software Group WebSphere Software Questions? 84 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S Now its time for questions?
  • 43. IBM Software Group WebSphere Software Thank You 86 WebSphere MQ IBM Software Group | WebSphere software N O T E S N O T E S Matt and I would like to thank you for listening and we hope that you have learnt the value of MQ version 8 to your business.