Wednesday, April 30, 2014

残業の感想

最近は結構忙しくなった。あさいちにそうそうと出発して、夜遅くまで月と星を
見て終電で帰っていた。家についても、課題を考えつついけていた。そ して最
もつらいのは翌日朝、眠くてつらいが、仕事を考えたら、起きて通勤せざる得ない。

そういっても、作業を担当するチームは結構真剣なので、仕事は重いが、つらく
まではない。これから能力を伸びるように協力したいと思う。これで彼 らもス
ムーズに仕事できるし、僕らも安心できる。

ちょっと完璧ではないところは、これらの仕事は「消防隊」の仕事ばかりだ。創
造的な仕事なら、疲れても気持ちがよくなるが。。。仕事以外に時間が あまり
ないので、生活の感覚はほとんどないんだ。ブログを書くことを思ったら、なん
となく世界にいいこといろいろとあるのではないかと思うように なる。だから
気持ちはよくなる。やはりブログは心のより場所だ。

Tuesday, April 29, 2014

ブログを再スタートしよう

最近数年間はいろいろと山と谷を経験していた。

心中の落ち着きはひとりの人間として最も重要ではないかと思うようになった。

だから、ブログを再スタートしようともう。再び、出発!

Wednesday, December 2, 2009

潮田玲子が山本聖子にインタビュー

潮田玲子が山本聖子にインタビューを見た。
やはりみんなはがんばるね。いきいき。

Sunday, October 11, 2009

baidu data

http://tjsj.baidu.com/pages/jxyd/27/73/582266778bc28b2f95b24ca26b8db08f_0.html

Wednesday, October 7, 2009

Access ADODB Bind Query Example

Reference: http://www.accessclub.jp/ado/createparameter.html

Option Compare Database

' current command, global object for status dumpimg
Dim g_cmd As New ADODB.Command

' dump record set of current command
Sub subDumpResult()

Dim rs As ADODB.Recordset
Set rs = New ADODB.Recordset

Dim fldLoop As ADODB.Field
rs.Open g_cmd
Do Until rs.EOF
Dim str As String
For Each fldLoop In rs.Fields
str = str & fldLoop.Value & Chr(9)
Next fldLoop
Debug.Print str
rs.MoveNext
Loop

rs.Close
Set rs = Nothing
End Sub

' init query, create command, setup sql and parameters
Function fncInitQuery() As String
Set g_cmd = New ADODB.Command
With g_cmd
.ActiveConnection = CurrentProject.Connection
.CommandText = "Select top 10 * from Dict where JP like ?"
.CommandType = adCmdText
.Prepared = True

.Parameters.Append .CreateParameter("JP", adVarChar, adParamInput, 10)
End With
End Function

' bind parameter and execute the query
Function fncDoQuery(sSource As String) As String
Dim rs As ADODB.Recordset

g_cmd.Parameters("JP") = sSource
Set rs = g_cmd.Execute
subDumpResult
Do Until rs.EOF
sTranslated = rs!En
rs.MoveNext
Loop
rs.Close
Set rs = Nothing

fncDoQuery = sTranslated

End Function

' finish query, and release command
Function fncFinishQuery()
Set g_cmd = Nothing
End Function

' show the entire bind - query process
Sub subDebugQueryStatement()
Dim sSource As String

fncInitQuery

sSource = "506"
Debug.Print "Query for " & sSource & " Trnaslated to " & fncDoQuery(sSource)
sSource = "518"
Debug.Print "Query for " & sSource & " Trnaslated to " & fncDoQuery(sSource)

fncFinishQuery
End Sub

Tuesday, September 29, 2009

Windows Mobile ActiveSync Diagnostic Report

Windows Mobile ActiveSync Diagnostic Report


If ActiveSync cannot receive data through Port 990
A computer uses logical connections called "ports" to pass data into and out of the computer. ActiveSync uses port 990 to send its data into the computer. If the Troubleshooter for ActiveSync detects data being blocked, follow these steps:

Check the Windows Mobile powered device display for any messages and respond to them before continuing
Ensure that the computer and the device are set up to use USB connections for ActiveSync:
In ActiveSync on the computer: On the File menu, click Connection Settings and select the Allow USB connections check box.
In ActiveSync on your device: Click Menu > Connections and select the Synchronize all PCs using this connection check box.
Ensure that the device is connected to the computer using the USB cable that came with the device.
If you have an Internet firewall tool, ensure that it is set up to allow ActiveSync connections.

If these steps do not resolve the problem, follow the steps in Switching the USB connection protocol.





互換性のスキャン 状態: 終了

--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
RNDIS/シリアル ドライバのスキャン 状態: 終了

--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
ネットワーク構成のスキャン 状態: 終了

--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
デバイスのスキャン 状態: 終了

--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
インストールされたファイアウォールのスキャン 状態: 終了

--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
TCP/IP ポート 990 のスキャン 状態: 終了

--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
エラー コードのスキャン 状態: 終了

--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---




ActiveSync Troubleshooting Utility version: 4.2.4876.0
Date/Time: 2009/09/30-10:40:20.715
Analysis started
Operating system has been qualified as Windows XP (Home or Professional) SP1 or greater
Current operating system is supported
Current version of IE is supported
ActiveSync version found is 4.2.4876
Outlook 2003 found
Current version of Outlook is supported
Exchange server found in Outlook profile 1de6
Connection to Exchange server okay
PC is qualified
RNDIS driver has been detected.
Net start - %s
Net start - 次の Windows サービスが開始されています:
Net start -
Net start - Application Layer Gateway Service
Net start - Background Intelligent Transfer Service
Net start - COM+ Event System
Net start - Computer Browser
Net start - Cryptographic Services
Net start - DCOM Server Process Launcher
Net start - DHCP Client
Net start - DNS Client
Net start - Event Log
Net start - Google Updater Service
Net start - IIS Admin
Net start - IPSEC Services
Net start - Machine Debug Manager
Net start - Net Logon
Net start - Network Connections
Net start - Network Location Awareness (NLA)
Net start - NT LM Security Support Provider
Net start - OfficeScan NT Listener
Net start - OfficeScanNT RealTime Scan
Net start - Plug and Play
Net start - Print Spooler
Net start - Protected Storage
Net start - Remote Access Connection Manager
Net start - Remote Procedure Call (RPC)
Net start - Remote Registry
Net start - Security Accounts Manager
Net start - Server
Net start - sfaegsrv
Net start - sfdevctl
Net start - sfprtsv
Net start - sfrsv
Net start - Shell Hardware Detection
Net start - SMS Agent Host
Net start - SQL Server (MSSQLSERVER)
Net start - SQL Server Agent (MSSQLSERVER)
Net start - SSDP Discovery Service
Net start - System Event Notification
Net start - System Restore Service
Net start - Task Scheduler
Net start - TCP/IP NetBIOS Helper
Net start - Telephony
Net start - Telnet
Net start - Terminal Services
Net start - VNC Server
Net start - Windows Audio
Net start - Windows Firewall/Internet Connection Sharing (ICS)
Net start - Windows Image Acquisition (WIA)
Net start - Windows Management Instrumentation
Net start - Windows Time
Net start - Windows User Mode Driver Framework
Net start - Wireless Zero Configuration
Net start - Workstation
Net start - World Wide Web Publishing
Net start - 自動更新
Net start -
Net start - コマンドは正常に終了しました。
Net start -
Dumping Route information
Route - ===========================================================================
Route - Interface List
Route - 0x1 ........................... MS TCP Loopback interface
Route - 0x2 ...00 14 85 86 e8 84 ...... Intel(R) PRO/100 VE Network Connection - パケット スケジューラ ミニポート
Route - 0x110004 ...80 00 60 0f e8 00 ...... Windows Mobile-based Device #2
Route - ===========================================================================
Route - ===========================================================================
Route - Active Routes:
Route - Network Destination Netmask Gateway Interface Metric
Route - 0.0.0.0 0.0.0.0 172.16.13.254 172.16.13.204 20
Route - 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
Route - 169.254.2.0 255.255.255.0 169.254.2.2 169.254.2.2 30
Route - 169.254.2.2 255.255.255.255 127.0.0.1 127.0.0.1 30
Route - 169.254.255.255 255.255.255.255 169.254.2.2 169.254.2.2 30
Route - 172.16.13.0 255.255.255.0 172.16.13.204 172.16.13.204 20
Route - 172.16.13.204 255.255.255.255 127.0.0.1 127.0.0.1 20
Route - 172.16.255.255 255.255.255.255 172.16.13.204 172.16.13.204 20
Route - 224.0.0.0 240.0.0.0 169.254.2.2 169.254.2.2 30
Route - 224.0.0.0 240.0.0.0 172.16.13.204 172.16.13.204 20
Route - 255.255.255.255 255.255.255.255 169.254.2.2 169.254.2.2 1
Route - 255.255.255.255 255.255.255.255 172.16.13.204 172.16.13.204 1
Route - Default Gateway: 172.16.13.254
Route - ===========================================================================
Route - Persistent Routes:
Route - None
Dumping Ipconfig information
Ipconfig -

Ipconfig - Windows IP Configuration

Ipconfig -

Ipconfig - Host Name . . . . . . . . . . . . : m032785

Ipconfig - Primary Dns Suffix . . . . . . . : dm-test.ad.test.co.jp

Ipconfig - Node Type . . . . . . . . . . . . : Hybrid

Ipconfig - IP Routing Enabled. . . . . . . . : No

Ipconfig - WINS Proxy Enabled. . . . . . . . : No

Ipconfig - DNS Suffix Search List. . . . . . : dm-test.ad.test.co.jp

Ipconfig - ad.test.co.jp

Ipconfig - test.co.jp

Ipconfig - co.jp

Ipconfig -

Ipconfig - Ethernet adapter ローカル エリア接続:

Ipconfig -

Ipconfig - Connection-specific DNS Suffix . :

Ipconfig - Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connection

Ipconfig - Physical Address. . . . . . . . . : 00-14-85-86-E8-84

Ipconfig - Dhcp Enabled. . . . . . . . . . . : No

Ipconfig - IP Address. . . . . . . . . . . . : 172.16.13.204

Ipconfig - Subnet Mask . . . . . . . . . . . : 255.255.255.0

Ipconfig - Default Gateway . . . . . . . . . : 172.16.13.254

Ipconfig - DNS Servers . . . . . . . . . . . : 172.16.250.7

Ipconfig - 172.16.250.11

Ipconfig - Primary WINS Server . . . . . . . : 172.16.250.1

Ipconfig -

Ipconfig - Ethernet adapter ローカル エリア接続 4:

Ipconfig -

Ipconfig - Connection-specific DNS Suffix . :

Ipconfig - Description . . . . . . . . . . . : Windows Mobile-based Device #2

Ipconfig - Physical Address. . . . . . . . . : 80-00-60-0F-E8-00

Ipconfig - Dhcp Enabled. . . . . . . . . . . : Yes

Ipconfig - Autoconfiguration Enabled . . . . : Yes

Ipconfig - IP Address. . . . . . . . . . . . : 169.254.2.2

Ipconfig - Subnet Mask . . . . . . . . . . . : 255.255.255.0

Ipconfig - Default Gateway . . . . . . . . . :

Ipconfig - DHCP Server . . . . . . . . . . . : 169.254.2.1

Ipconfig - Lease Obtained. . . . . . . . . . : 2009年9月30日 10:31:01

Ipconfig - Lease Expires . . . . . . . . . . : 2009年10月30日 10:31:01

Dumping LSPs information
LSP - MSAFD Tcpip [TCP/IP]
LSP - MSAFD Tcpip [UDP/IP]
LSP - MSAFD Tcpip [RAW/IP]
LSP - RSVP UDP Service Provider
LSP - RSVP TCP Service Provider
LSP - MSAFD NetBIOS [\Device\NetBT_Tcpip_{3464EA89-9685-471B-8FE8-EE2D25FCBC6A}] SEQPACKET 5
LSP - MSAFD NetBIOS [\Device\NetBT_Tcpip_{3464EA89-9685-471B-8FE8-EE2D25FCBC6A}] DATAGRAM 5
LSP - MSAFD NetBIOS [\Device\NetBT_Tcpip_{866BE39D-554F-4BBF-98F2-0091180C4196}] SEQPACKET 3
LSP - MSAFD NetBIOS [\Device\NetBT_Tcpip_{866BE39D-554F-4BBF-98F2-0091180C4196}] DATAGRAM 3
LSP - MSAFD NetBIOS [\Device\NetBT_Tcpip_{CE43D765-A272-4AE3-81A1-FF632C98E32F}] SEQPACKET 0
LSP - MSAFD NetBIOS [\Device\NetBT_Tcpip_{CE43D765-A272-4AE3-81A1-FF632C98E32F}] DATAGRAM 0
LSP - MSAFD NetBIOS [\Device\NetBT_Tcpip_{4FF1138A-C4B9-43E6-A166-B0CC91EDD3C5}] SEQPACKET 1
LSP - MSAFD NetBIOS [\Device\NetBT_Tcpip_{4FF1138A-C4B9-43E6-A166-B0CC91EDD3C5}] DATAGRAM 1
LSP - MSAFD NetBIOS [\Device\NetBT_Tcpip_{3FA20D8B-85D0-414D-9834-B1F6DC0992CA}] SEQPACKET 2
LSP - MSAFD NetBIOS [\Device\NetBT_Tcpip_{3FA20D8B-85D0-414D-9834-B1F6DC0992CA}] DATAGRAM 2
Dumping NSPs information
NSP - Tcpip
NSP - NTDS
NSP - Network Location Awareness (NLA) Namespace
Dumping NDIS information
Listing Network Protocols
---ネットワーク モニタ ドライバ
------Binding Path 1
---------Bluetooth Personal Area Network from TOSHIBA
------Binding Path 2
---------Intel(R) PRO/100 VE Network Connection
------Binding Path 3
---------WAN ミニポート (ネットワーク モニタ)
---PPPoE (Point to Point Protocol over Ethernet)
------Binding Path 1
---------Bluetooth Personal Area Network from TOSHIBA
------Binding Path 2
---------Intel(R) PRO/100 VE Network Connection
---Point to Point Tunneling プロトコル
---レイヤ 2 トンネリング プロトコル
---リモート アクセス NDIS WAN ドライバ
------Binding Path 1
---------直接パラレル
------Binding Path 2
---------WAN ミニポート (PPPOE)
------Binding Path 3
---------WAN ミニポート (PPTP)
------Binding Path 4
---------WAN ミニポート (L2TP)
------Binding Path 5
---------RAS 非同期アダプタ
---NDIS Usermode I/O プロトコル
------Binding Path 1
---------Bluetooth Personal Area Network from TOSHIBA
------Binding Path 2
---------Intel(R) PRO/100 VE Network Connection
---Message-oriented TCP/IP Protocol (SMB session)
---WINS Client(TCP/IP) Protocol
------Binding Path 1
---------インターネット プロトコル (TCP/IP)
---------Windows Mobile-based Device #2
------Binding Path 2
---------インターネット プロトコル (TCP/IP)
---------Bluetooth Personal Area Network from TOSHIBA
------Binding Path 3
---------インターネット プロトコル (TCP/IP)
---------Intel(R) PRO/100 VE Network Connection
------Binding Path 4
---------インターネット プロトコル (TCP/IP)
---------WAN ミニポート (IP)
---インターネット プロトコル (TCP/IP)
------Binding Path 1
---------Windows Mobile-based Device #2
------Binding Path 2
---------Bluetooth Personal Area Network from TOSHIBA
------Binding Path 3
---------Intel(R) PRO/100 VE Network Connection
------Binding Path 4
---------WAN ミニポート (IP)
Listing Network Services
---Wireless Zero Configuration
---Steelhead
---ダイヤルアップ サーバー
---リモート アクセス接続マネージャ
---ダイヤルアップ クライアント
---Microsoft ネットワーク用ファイルとプリンタ共有
------Binding Path 1
---------Message-oriented TCP/IP Protocol (SMB session)
------Binding Path 2
---------WINS Client(TCP/IP) Protocol
---------インターネット プロトコル (TCP/IP)
---------Windows Mobile-based Device #2
------Binding Path 3
---------WINS Client(TCP/IP) Protocol
---------インターネット プロトコル (TCP/IP)
---------Bluetooth Personal Area Network from TOSHIBA
------Binding Path 4
---------WINS Client(TCP/IP) Protocol
---------インターネット プロトコル (TCP/IP)
---------Intel(R) PRO/100 VE Network Connection
------Binding Path 5
---------WINS Client(TCP/IP) Protocol
---------インターネット プロトコル (TCP/IP)
---------WAN ミニポート (IP)
---QoS パケット スケジューラ
------Binding Path 1
---------Bluetooth Personal Area Network from TOSHIBA
------Binding Path 2
---------Intel(R) PRO/100 VE Network Connection
------Binding Path 3
---------WAN ミニポート (IP)
------Binding Path 4
---------WAN ミニポート (ネットワーク モニタ)
---Generic Packet Classifier
---アプリケーション層ゲートウェイ
---NetBIOS インターフェイス
------Binding Path 1
---------WINS Client(TCP/IP) Protocol
---------インターネット プロトコル (TCP/IP)
---------Windows Mobile-based Device #2
------Binding Path 2
---------WINS Client(TCP/IP) Protocol
---------インターネット プロトコル (TCP/IP)
---------Bluetooth Personal Area Network from TOSHIBA
------Binding Path 3
---------WINS Client(TCP/IP) Protocol
---------インターネット プロトコル (TCP/IP)
---------Intel(R) PRO/100 VE Network Connection
------Binding Path 4
---------WINS Client(TCP/IP) Protocol
---------インターネット プロトコル (TCP/IP)
---------WAN ミニポート (IP)
---QoS RSVP
Pinging Desktop gateway 172.16.13.254 started
Ping echoed successfully
Pinging Device 169.254.2.2 started
Ping echoed successfully
PC とデバイスとの接続を確立できません。接続に関する一般的な問題の最新の解決策を入手してください。詳細については、次のリンクをクリックしてください。
http://go.microsoft.com/fwlink/?LinkId=65257
デバイスが切断された可能性があります。デバイスを PC に接続してください。
ActiveSync is performing a sync, please wait......
ActiveSync ログ ファイルの検索中
No errors found in ActiveSync log file




Exiting

Sunday, September 27, 2009

EMC DMX 3 asm performance

TPCC 20k
ACTIVE Session 30/60



Result:
30mb IO/s
1000 trans/s
6mb redo/s
6mb phyread/s



WORKLOAD REPOSITORY report for

DB Name DB Id Instance Inst Num Release RAC Host
------------ ----------- ------------ -------- ----------- --- ------------
DB 3046349760 DB02 2 10.2.0.2.0 YES db02

Snap Id Snap Time Sessions Curs/Sess
--------- ------------------- -------- ---------
Begin Snap: 19237 28-9月 -09 01:18:02 41 2.6
End Snap: 19238 28-9月 -09 01:20:03 41 2.2
Elapsed: 2.03 (mins)
DB Time: 26.22 (mins)

Cache Sizes
~~~~~~~~~~~ Begin End
---------- ----------
Buffer Cache: 1,248M 1,248M Std Block Size: 8K
Shared Pool Size: 704M 704M Log Buffer: 14,360K

Load Profile
~~~~~~~~~~~~ Per Second Per Transaction
--------------- ---------------
Redo size: 2,460,143.66 4,987.13
Logical reads: 55,031.17 111.56
Block changes: 14,434.54 29.26
Physical reads: 58.81 0.12
Physical writes: 415.64 0.84
User calls: 7,112.54 14.42
Parses: 27.58 0.06
Hard parses: 0.14 0.00
Sorts: 20.43 0.04
Logons: 0.96 0.00
Executes: 6,611.99 13.40
Transactions: 493.30

% Blocks changed per Read: 26.23 Recursive Call %: 7.71
Rollback per transaction %: 33.08 Rows per Sort: 15.42

Instance Efficiency Percentages (Target 100%)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Buffer Nowait %: 99.73 Redo NoWait %: 99.99
Buffer Hit %: 99.89 In-memory Sort %: 100.00
Library Hit %: 100.12 Soft Parse %: 99.49
Execute to Parse %: 99.58 Latch Hit %: 99.58
Parse CPU to Parse Elapsd %: 117.24 % Non-Parse CPU: 99.89

Shared Pool Statistics Begin End
------ ------
Memory Usage %: 60.71 61.02
% SQL with executions>1: 95.51 95.36
% Memory for SQL w/exec>1: 81.06 79.90

Top 5 Timed Events Avg %Total
~~~~~~~~~~~~~~~~~~ wait Call
Event Waits Time (s) (ms) Time Wait Class
------------------------------ ------------ ----------- ------ ------ ----------
enq: TX - row lock contention 49,974 1,268 25 80.6 Applicatio
CPU time 296 18.8
log file sync 44,225 67 2 4.3 Commit
db file sequential read 7,173 11 2 0.7 User I/O
enq: TX - allocate ITL entry 228 7 30 0.4 Configurat
-------------------------------------------------------------
RAC Statistics DB/Inst: DB/DB02 Snaps: 19237-19238

Begin End
----- -----
Number of Instances: 2 2


Global Cache Load Profile
~~~~~~~~~~~~~~~~~~~~~~~~~ Per Second Per Transaction
--------------- ---------------
Global Cache blocks received: 2.66 0.01
Global Cache blocks served: 2.09 0.00
GCS/GES messages received: 268.81 0.54
GCS/GES messages sent: 429.80 0.87
DBWR Fusion writes: 0.26 0.00
Estd Interconnect traffic (KB) 174.46


Global Cache Efficiency Percentages (Target local+remote 100%)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Buffer access - local cache %: 99.89
Buffer access - remote cache %: 0.00
Buffer access - disk %: 0.11


Global Cache and Enqueue Services - Workload Characteristics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Avg global enqueue get time (ms): 5.0

Avg global cache cr block receive time (ms): 0.5
Avg global cache current block receive time (ms): 0.4

Avg global cache cr block build time (ms): 0.0
Avg global cache cr block send time (ms): 0.1
Global cache log flushes for cr blocks served %: 0.0
Avg global cache cr block flush time (ms):

Avg global cache current block pin time (ms): 0.0
Avg global cache current block send time (ms): 0.0
Global cache log flushes for current blocks served %: 1.1
Avg global cache current block flush time (ms): 0.0

Global Cache and Enqueue Services - Messaging Statistics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Avg message sent queue time (ms): 0.7
Avg message sent queue time on ksxp (ms): 0.2
Avg message received queue time (ms): 0.4
Avg GCS message process time (ms): 0.0
Avg GES message process time (ms): 0.0

% of direct sent messages: 13.71
% of indirect sent messages: 25.85
% of flow controlled messages: 60.43
-------------------------------------------------------------

Time Model Statistics DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total time in database user-calls (DB Time): 1573.2s
-> Statistics including the word "background" measure background process
time, and so do not contribute to the DB time statistic
-> Ordered by % or DB time desc, Statistic name

Statistic Name Time (s) % of DB Time
------------------------------------------ ------------------ ------------
sql execute elapsed time 1,474.5 93.7
DB CPU 296.1 18.8
repeated bind elapsed time 2.2 .1
parse time elapsed 0.5 .0
PL/SQL execution elapsed time 0.4 .0
connection management call elapsed time 0.2 .0
hard parse elapsed time 0.1 .0
hard parse (sharing criteria) elapsed time 0.0 .0
sequence load elapsed time 0.0 .0
DB time 1,573.2 N/A
background elapsed time 62.0 N/A
background cpu time 24.3 N/A
-------------------------------------------------------------

Wait Class DB/Inst: DB/DB02 Snaps: 19237-19238
-> s - second
-> cs - centisecond - 100th of a second
-> ms - millisecond - 1000th of a second
-> us - microsecond - 1000000th of a second
-> ordered by wait time desc, waits desc

Avg
%Time Total Wait wait Waits
Wait Class Waits -outs Time (s) (ms) /txn
-------------------- ---------------- ------ ---------------- ------- ---------
Application 49,975 .0 1,268 25 0.8
Commit 44,225 .0 67 2 0.7
User I/O 7,173 .0 11 2 0.1
Concurrency 40,495 .1 8 0 0.7
Configuration 567 .0 7 13 0.0
Other 44,988 18.2 7 0 0.7
System I/O 37,130 .0 6 0 0.6
Cluster 6,978 .0 3 0 0.1
Network 866,441 .0 2 0 14.4
-------------------------------------------------------------

Wait Events DB/Inst: DB/DB02 Snaps: 19237-19238
-> s - second
-> cs - centisecond - 100th of a second
-> ms - millisecond - 1000th of a second
-> us - microsecond - 1000000th of a second
-> ordered by wait time desc, waits desc (idle events last)

Avg
%Time Total Wait wait Waits
Event Waits -outs Time (s) (ms) /txn
---------------------------- -------------- ------ ----------- ------- ---------
enq: TX - row lock contentio 49,974 .0 1,268 25 0.8
log file sync 44,225 .0 67 2 0.7
db file sequential read 7,173 .0 11 2 0.1
enq: TX - allocate ITL entry 228 .0 7 30 0.0
buffer busy waits 18,227 .0 5 0 0.3
wait for scn ack 27,450 .0 3 0 0.5
latch: cache buffers chains 21,931 .0 3 0 0.4
log file sequential read 202 .0 2 12 0.0
Log archive I/O 575 .0 2 4 0.0
SQL*Net message to client 866,406 .0 2 0 14.4
gc current grant 2-way 3,401 .0 1 0 0.1
enq: US - contention 457 .0 1 2 0.0
gc cr grant 2-way 2,528 .0 1 0 0.0
global enqueue expand wait 65 92.3 1 10 0.0
cursor: pin S wait on X 56 92.9 1 10 0.0
log file parallel write 31,739 .0 1 0 0.5
control file sequential read 1,035 .0 1 0 0.0
gc current multi block reque 672 .0 0 1 0.0
log file switch completion 56 .0 0 7 0.0
LGWR wait for redo copy 4,941 .0 0 0 0.1
gcs drm freeze in enter serv 13 .0 0 26 0.0
latch free 665 .0 0 0 0.0
reliable message 113 .0 0 3 0.0
row cache lock 222 .0 0 1 0.0
enq: FB - contention 138 .0 0 1 0.0
enq: HW - contention 280 .0 0 1 0.0
latch: ges resource hash lis 1,150 .0 0 0 0.0
ges global resource director 13 100.0 0 10 0.0
rdbms ipc reply 88 .0 0 1 0.0
CGS wait for IPC msg 6,477 96.8 0 0 0.1
latch: enqueue hash chains 116 .0 0 1 0.0
latch: redo allocation 311 .0 0 0 0.0
gc cr block 2-way 158 .0 0 0 0.0
enq: PS - contention 99 .0 0 1 0.0
gc current block 2-way 138 .0 0 0 0.0
db file parallel write 3,506 .0 0 0 0.1
control file parallel write 71 .0 0 1 0.0
wait list latch free 4 .0 0 11 0.0
latch: cache buffer handles 6 .0 0 7 0.0
os thread startup 2 .0 0 18 0.0
PX Deq: reap credit 1,452 95.4 0 0 0.0
enq: TX - contention 31 .0 0 1 0.0
gc current grant busy 55 .0 0 0 0.0
library cache lock 51 .0 0 0 0.0
kjbdrmcvtq lmon drm quiesce: 13 .0 0 2 0.0
gc cr block busy 25 .0 0 1 0.0
IPC send completion sync 44 100.0 0 0 0.0
PX Deq: Signal ACK 94 31.9 0 0 0.0
PX Deq Credit: send blkd 74 43.2 0 0 0.0
latch: session allocation 26 .0 0 0 0.0
ksxr poll remote instances 559 66.5 0 0 0.0
DFS lock handle 19 .0 0 0 0.0
cursor: pin S 362 .0 0 0 0.0
enq: TS - contention 14 .0 0 1 0.0
gcs log flush sync 3 .0 0 2 0.0
latch: undo global data 23 .0 0 0 0.0
latch: gcs resource hash 28 .0 0 0 0.0
latch: cache buffers lru cha 39 .0 0 0 0.0
enq: TT - contention 6 .0 0 1 0.0
latch: KCL gc element parent 44 .0 0 0 0.0
Wait Events DB/Inst: DB/DB02 Snaps: 19237-19238
-> s - second
-> cs - centisecond - 100th of a second
-> ms - millisecond - 1000th of a second
-> us - microsecond - 1000000th of a second
-> ordered by wait time desc, waits desc (idle events last)

Avg
%Time Total Wait wait Waits
Event Waits -outs Time (s) (ms) /txn
---------------------------- -------------- ------ ----------- ------- ---------
enq: WF - contention 7 .0 0 0 0.0
latch: messages 29 .0 0 0 0.0
gc buffer busy 1 .0 0 1 0.0
log file single write 2 .0 0 1 0.0
enq: CF - contention 3 .0 0 0 0.0
latch: object queue header o 9 .0 0 0 0.0
latch: redo writing 3 .0 0 0 0.0
SQL*Net more data to client 34 .0 0 0 0.0
enq: UL - contention 1 .0 0 0 0.0
latch: library cache 4 .0 0 0 0.0
latch: library cache lock 1 .0 0 0 0.0
latch: checkpoint queue latc 1 .0 0 0 0.0
latch: row cache objects 1 .0 0 0 0.0
ges2 LMON to wake up LMD - m 1 .0 0 0 0.0
SQL*Net more data from clien 1 .0 0 0 0.0
buffer deadlock 1 100.0 0 0 0.0
SQL*Net message from client 866,407 .0 2,932 3 14.4
gcs remote message 73,301 58.5 471 6 1.2
jobq slave wait 98 50.0 239 2442 0.0
PX Idle Wait 136 58.1 233 1716 0.0
ASM background timer 46 .0 121 2626 0.0
DIAG idle wait 603 .0 119 197 0.0
Streams AQ: waiting for mess 25 96.0 117 4689 0.0
ges remote message 48,469 4.0 116 2 0.8
Streams AQ: qmn slave idle w 4 .0 112 28033 0.0
Streams AQ: qmn coordinator 9 55.6 112 12459 0.0
class slave wait 16 .0 82 5103 0.0
KSV master wait 17 5.9 3 175 0.0
PX Deq: Execute Reply 105 30.5 1 5 0.0
PX Deq: Execution Msg 265 11.3 0 1 0.0
PX Deq: Join ACK 114 32.5 0 1 0.0
PX Deq: Parse Reply 104 35.6 0 0 0.0
PX Deq: Msg Fragment 129 36.4 0 0 0.0
Streams AQ: RAC qmn coordina 9 100.0 0 0 0.0
-------------------------------------------------------------

Background Wait Events DB/Inst: DB/DB02 Snaps: 19237-19238
-> ordered by wait time desc, waits desc (idle events last)

Avg
%Time Total Wait wait Waits
Event Waits -outs Time (s) (ms) /txn
---------------------------- -------------- ------ ----------- ------- ---------
events in waitclass Other 39,855 16.7 4 0 0.7
log file sequential read 202 .0 2 12 0.0
Log archive I/O 575 .0 2 4 0.0
log file parallel write 31,739 .0 1 0 0.5
control file sequential read 216 .0 0 1 0.0
db file parallel write 3,506 .0 0 0 0.1
control file parallel write 71 .0 0 1 0.0
os thread startup 2 .0 0 18 0.0
gc cr block 2-way 4 .0 0 0 0.0
log file single write 2 .0 0 1 0.0
gc current block 2-way 4 .0 0 0 0.0
latch: cache buffers chains 9 .0 0 0 0.0
latch: redo writing 3 .0 0 0 0.0
latch: row cache objects 1 .0 0 0 0.0
rdbms ipc message 30,649 6.0 1,830 60 0.5
gcs remote message 73,302 58.5 471 6 1.2
ASM background timer 46 .0 121 2626 0.0
DIAG idle wait 603 .0 119 197 0.0
pmon timer 46 93.5 117 2550 0.0
ges remote message 48,469 4.0 116 2 0.8
Streams AQ: qmn slave idle w 4 .0 112 28033 0.0
Streams AQ: qmn coordinator 9 55.6 112 12459 0.0
class slave wait 16 .0 82 5103 0.0
smon timer 1 .0 43 43348 0.0
KSV master wait 17 5.9 3 175 0.0
Streams AQ: RAC qmn coordina 9 100.0 0 0 0.0
-------------------------------------------------------------

Operating System Statistics DB/Inst: DB/DB02 Snaps: 19237-19238

Statistic Total
-------------------------------- --------------------
BUSY_TIME 42,377
IDLE_TIME 151,571
IOWAIT_TIME 2,853
NICE_TIME 0
SYS_TIME 12,063
USER_TIME 27,282
LOAD 3
RSRC_MGR_CPU_WAIT_TIME 0
PHYSICAL_MEMORY_BYTES 559,696
NUM_CPUS 16
NUM_CPU_SOCKETS 4
-------------------------------------------------------------

Service Statistics DB/Inst: DB/DB02 Snaps: 19237-19238
-> ordered by DB Time

Physical Logical
Service Name DB Time (s) DB CPU (s) Reads Reads
-------------------------------- ------------ ------------ ---------- ----------
SYS$USERS 1,572.3 295.4 7,166 6,704,573
DB02 0.9 0.8 0 0
SYS$BACKGROUND 0.0 0.0 0 563
-------------------------------------------------------------

Service Wait Class Stats DB/Inst: DB/DB02 Snaps: 19237-19238
-> Wait Class info for services in the Service Statistics section.
-> Total Waits and Time Waited displayed for the following wait
classes: User I/O, Concurrency, Administrative, Network
-> Time Waited (Wt Time) in centisecond (100th of a second)

Service Name
----------------------------------------------------------------
User I/O User I/O Concurcy Concurcy Admin Admin Network Network
Total Wts Wt Time Total Wts Wt Time Total Wts Wt Time Total Wts Wt Time
--------- --------- --------- --------- --------- --------- --------- ---------
SYS$USERS
7173 1120 40469 823 0 0 866130 192
DB02
0 0 14 0 0 0 65 0
SYS$BACKGROUND
0 0 12 4 0 0 0 0
-------------------------------------------------------------

SQL ordered by Elapsed Time DB/Inst: DB/DB02 Snaps: 19237-19238
-> Resources reported for PL/SQL code includes the resources used by all SQL
statements called by the code.
-> % Total DB Time is the Elapsed Time of the SQL statement divided
into the Total Database Time multiplied by 100

Elapsed CPU Elap per % Total
Time (s) Time (s) Executions Exec (s) DB Time SQL Id
---------- ---------- ------------ ---------- ------- -------------
832 18 18,829 0.0 52.9 gkk7suw9dj539
UPDATE warehouse SET w_ytd = w_ytd + :1 WHERE w_id = :2

185 15 19,856 0.0 11.8 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

153 7 18,827 0.0 9.7 1bcnp85gtwgqs
UPDATE district SET d_ytd = d_ytd + :1 WHERE d_w_id = :2 AND d_id = :3

140 4 18,479 0.0 8.9 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

37 35 198,219 0.0 2.3 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

16 16 198,423 0.0 1.0 fpadj2ss0qqkz
SELECT i_price, i_name , i_data FROM item WHERE i_id = :1

12 12 19,660 0.0 0.8 d56tcyg12pq2t
UPDATE stock SET s_quantity = :1 , s_ytd = s_ytd + :2, s_remote_cnt = s_remote_c
nt + :3 WHERE s_i_id = :4 AND s_w_id = :5

9 9 19,660 0.0 0.6 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

9 8 19,854 0.0 0.6 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

7 6 17,259 0.0 0.4 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

-------------------------------------------------------------

SQL ordered by CPU Time DB/Inst: DB/DB02 Snaps: 19237-19238
-> Resources reported for PL/SQL code includes the resources used by all SQL
statements called by the code.
-> % Total DB Time is the Elapsed Time of the SQL statement divided
into the Total Database Time multiplied by 100

CPU Elapsed CPU per % Total
Time (s) Time (s) Executions Exec (s) DB Time SQL Id
---------- ---------- ------------ ----------- ------- -------------
35 37 198,219 0.00 2.3 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

18 832 18,829 0.00 52.9 gkk7suw9dj539
UPDATE warehouse SET w_ytd = w_ytd + :1 WHERE w_id = :2

16 16 198,423 0.00 1.0 fpadj2ss0qqkz
SELECT i_price, i_name , i_data FROM item WHERE i_id = :1

15 185 19,856 0.00 11.8 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

12 12 19,660 0.00 0.8 d56tcyg12pq2t
UPDATE stock SET s_quantity = :1 , s_ytd = s_ytd + :2, s_remote_cnt = s_remote_c
nt + :3 WHERE s_i_id = :4 AND s_w_id = :5

9 9 19,660 0.00 0.6 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

8 9 19,854 0.00 0.6 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

7 153 18,827 0.00 9.7 1bcnp85gtwgqs
UPDATE district SET d_ytd = d_ytd + :1 WHERE d_w_id = :2 AND d_id = :3

7 7 1,794 0.00 0.4 fnz657xz41f7h
SELECT COUNT(DISTINCT (s_i_id)) AS stock_count FROM order_line, stock WHERE ol_w
_id = :1 AND ol_d_id = :2 AND ol_o_id < :3 AND ol_o_id >= :4 - 20 AND s_w_id = :
5 AND s_i_id = ol_i_id AND s_quantity < :6

6 7 17,259 0.00 0.4 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

4 140 18,479 0.00 8.9 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

-------------------------------------------------------------

SQL ordered by Gets DB/Inst: DB/DB02 Snaps: 19237-19238
-> Resources reported for PL/SQL code includes the resources used by all SQL
statements called by the code.
-> Total Buffer Gets: 6,705,273
-> Captured SQL account for 98.8% of Total

Gets CPU Elapsed
Buffer Gets Executions per Exec %Total Time (s) Time (s) SQL Id
-------------- ------------ ------------ ------ -------- --------- -------------
1,118,401 1,794 623.4 16.7 6.64 6.65 fnz657xz41f7h
SELECT COUNT(DISTINCT (s_i_id)) AS stock_count FROM order_line, stock WHERE ol_w
_id = :1 AND ol_d_id = :2 AND ol_o_id < :3 AND ol_o_id >= :4 - 20 AND s_w_id = :
5 AND s_i_id = ol_i_id AND s_quantity < :6

993,200 198,219 5.0 14.8 35.44 36.59 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

634,167 19,660 32.3 9.5 11.88 11.94 d56tcyg12pq2t
UPDATE stock SET s_quantity = :1 , s_ytd = s_ytd + :2, s_remote_cnt = s_remote_c
nt + :3 WHERE s_i_id = :4 AND s_w_id = :5

593,987 198,423 3.0 8.9 15.59 15.85 fpadj2ss0qqkz
SELECT i_price, i_name , i_data FROM item WHERE i_id = :1

585,103 19,856 29.5 8.7 14.75 184.91 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

470,040 18,829 25.0 7.0 17.62 832.13 gkk7suw9dj539
UPDATE warehouse SET w_ytd = w_ytd + :1 WHERE w_id = :2

361,499 1,717 210.5 5.4 5.23 5.25 ay93jgq0t1sj7
SELECT MAX(o_id) AS maxorderid FROM oorder WHERE o_w_id = :1 AND o_d_id = :2 AND
o_c_id = :3

355,096 19,854 17.9 5.3 8.47 8.78 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

194,761 18,827 10.3 2.9 6.80 153.38 1bcnp85gtwgqs
UPDATE district SET d_ytd = d_ytd + :1 WHERE d_w_id = :2 AND d_id = :3

163,723 17,260 9.5 2.4 4.01 4.05 d0233sd9245x2
UPDATE oorder SET o_carrier_id = :1 WHERE o_id = :2 AND o_d_id = :3 AND o_w_id =
:4

155,155 19,855 7.8 2.3 5.00 5.09 1514q6jxgrgrq
INSERT INTO OORDER (o_id, o_d_id, o_w_id, o_c_id, o_entry_d, o_ol_cnt, o_all_lo
cal) VALUES (:1, :2, :3, :4, :5, :6, :7)

145,163 19,660 7.4 2.2 8.58 9.10 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

103,827 18,479 5.6 1.5 3.82 139.70 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

75,386 17,259 4.4 1.1 5.96 6.93 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

75,312 18,827 4.0 1.1 3.53 3.82 c21pvfvz7gb5u
SELECT c_first, c_middle, c_last, c_street_1, c_street_2, c_city, c_state, c_zip
, c_phone, c_credit, c_credit_lim, c_discount, c_balance, c_since FROM c
ustomer WHERE c_w_id = :1 AND c_d_id = :2 AND c_id = :3

SQL ordered by Gets DB/Inst: DB/DB02 Snaps: 19237-19238
-> Resources reported for PL/SQL code includes the resources used by all SQL
statements called by the code.
-> Total Buffer Gets: 6,705,273
-> Captured SQL account for 98.8% of Total

Gets CPU Elapsed
Buffer Gets Executions per Exec %Total Time (s) Time (s) SQL Id
-------------- ------------ ------------ ------ -------- --------- -------------
72,370 19,855 3.6 1.1 3.73 3.76 7c5r2j02nf02j
INSERT INTO NEW_ORDER (no_o_id, no_d_id, no_w_id) VALUES ( :1, :2, :3)

71,103 17,259 4.1 1.1 1.92 1.96 94jprfbw6dzfx
SELECT SUM(ol_amount) AS ol_total FROM order_line WHERE ol_o_id = :1 AND ol_d_id
= :2 AND ol_w_id = :3

69,750 17,259 4.0 1.0 4.19 4.55 6vqdcjwcp2fmg
UPDATE customer SET c_balance = c_balance + :1, c_delivery_cnt = c_delivery_cnt
+ 1 WHERE c_id = :2 AND c_d_id = :3 AND c_w_id = :4

69,038 17,260 4.0 1.0 1.46 1.51 fpskg2w0pth44
SELECT o_c_id FROM oorder WHERE o_id = :1 AND o_d_id = :2 AND o_w_id = :3

67,813 16,943 4.0 1.0 3.21 3.48 74wsf6rnqjcu4
UPDATE customer SET c_balance = :1 WHERE c_w_id = :2 AND c_d_id = :3 AND c_id =
:4

-------------------------------------------------------------

SQL ordered by Reads DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total Disk Reads: 7,166
-> Captured SQL account for 99.2% of Total

Reads CPU Elapsed
Physical Reads Executions per Exec %Total Time (s) Time (s) SQL Id
-------------- ----------- ------------- ------ -------- --------- -------------
1,354 198,219 0.0 18.9 35.44 36.59 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

1,318 19,854 0.1 18.4 8.47 8.78 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

1,275 18,827 0.1 17.8 3.53 3.82 c21pvfvz7gb5u
SELECT c_first, c_middle, c_last, c_street_1, c_street_2, c_city, c_state, c_zip
, c_phone, c_credit, c_credit_lim, c_discount, c_balance, c_since FROM c
ustomer WHERE c_w_id = :1 AND c_d_id = :2 AND c_id = :3

1,147 17,259 0.1 16.0 5.96 6.93 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

1,058 17,259 0.1 14.8 4.19 4.55 6vqdcjwcp2fmg
UPDATE customer SET c_balance = c_balance + :1, c_delivery_cnt = c_delivery_cnt
+ 1 WHERE c_id = :2 AND c_d_id = :3 AND c_w_id = :4

699 1,717 0.4 9.8 1.69 2.18 c4y1c54rb3mn9
SELECT ol_i_id, ol_supply_w_id, ol_quantity, ol_amount, ol_delivery_d FROM order
_line WHERE ol_o_id = :1 AND ol_d_id =:2 AND ol_w_id = :3

188 1,042 0.2 2.6 0.40 0.44 259ss3adrpkpm
SELECT c_balance, c_first, c_middle, c_id FROM customer WHERE c_last = :1 AND c_
d_id = :2 AND c_w_id = :3 ORDER BY c_w_id, c_d_id, c_last, c_first

57 1,042 0.1 0.8 0.20 0.20 0u0avw6b2sq17
SELECT count(*) AS namecnt FROM customer WHERE c_last = :1 AND c_d_id = :2 AND c
_w_id = :3

4 19,856 0.0 0.1 14.75 184.91 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

3 18,479 0.0 0.0 2.08 2.08 4s2ufvfsu85c9
SELECT no_o_id FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 ORDER BY no_o_
id ASC

-------------------------------------------------------------

SQL ordered by Executions DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total Executions: 805,638
-> Captured SQL account for 99.3% of Total

CPU per Elap per
Executions Rows Processed Rows per Exec Exec (s) Exec (s) SQL Id
------------ --------------- -------------- ---------- ----------- -------------
198,423 198,099 1.0 0.00 0.00 fpadj2ss0qqkz
SELECT i_price, i_name , i_data FROM item WHERE i_id = :1

198,219 198,130 1.0 0.00 0.00 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

19,856 19,856 1.0 0.00 0.01 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

19,856 19,856 1.0 0.00 0.00 c1us7swcm0830
UPDATE district SET d_next_o_id = d_next_o_id + 1 WHERE d_id = :1 AND d_w_id =
:2

19,855 19,854 1.0 0.00 0.00 1514q6jxgrgrq
INSERT INTO OORDER (o_id, o_d_id, o_w_id, o_c_id, o_entry_d, o_ol_cnt, o_all_lo
cal) VALUES (:1, :2, :3, :4, :5, :6, :7)

19,855 19,854 1.0 0.00 0.00 7c5r2j02nf02j
INSERT INTO NEW_ORDER (no_o_id, no_d_id, no_w_id) VALUES ( :1, :2, :3)

19,854 19,854 1.0 0.00 0.00 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

19,660 196,531 10.0 0.00 0.00 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

19,660 196,531 10.0 0.00 0.00 d56tcyg12pq2t
UPDATE stock SET s_quantity = :1 , s_ytd = s_ytd + :2, s_remote_cnt = s_remote_c
nt + :3 WHERE s_i_id = :4 AND s_w_id = :5

18,829 18,829 1.0 0.00 0.00 aq3mb5uctgkmq
INSERT INTO history (h_c_d_id, h_c_w_id, h_c_id, h_d_id, h_w_id, h_date, h_amoun
t, h_data) VALUES (:1,:2,:3,:4,:5,:6,:7,:8)

18,829 18,828 1.0 0.00 0.00 ctqcd4rx5n9bz
SELECT w_street_1, w_street_2, w_city, w_state, w_zip, w_name FROM warehouse WHE
RE w_id = :1

18,829 18,829 1.0 0.00 0.04 gkk7suw9dj539
UPDATE warehouse SET w_ytd = w_ytd + :1 WHERE w_id = :2

18,828 18,829 1.0 0.00 0.00 76duraut6k3kk
SELECT d_street_1, d_street_2, d_city, d_state, d_zip, d_name FROM district WHER
E d_w_id = :1 AND d_id = :2

18,827 18,827 1.0 0.00 0.01 1bcnp85gtwgqs
UPDATE district SET d_ytd = d_ytd + :1 WHERE d_w_id = :2 AND d_id = :3

18,827 18,829 1.0 0.00 0.00 c21pvfvz7gb5u
SELECT c_first, c_middle, c_last, c_street_1, c_street_2, c_city, c_state, c_zip
, c_phone, c_credit, c_credit_lim, c_discount, c_balance, c_since FROM c
ustomer WHERE c_w_id = :1 AND c_d_id = :2 AND c_id = :3

18,479 184,760 10.0 0.00 0.00 4s2ufvfsu85c9
SQL ordered by Executions DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total Executions: 805,638
-> Captured SQL account for 99.3% of Total

CPU per Elap per
Executions Rows Processed Rows per Exec Exec (s) Exec (s) SQL Id
------------ --------------- -------------- ---------- ----------- -------------
SELECT no_o_id FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 ORDER BY no_o_
id ASC

18,479 17,259 0.9 0.00 0.01 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

17,260 17,260 1.0 0.00 0.00 d0233sd9245x2
UPDATE oorder SET o_carrier_id = :1 WHERE o_id = :2 AND o_d_id = :3 AND o_w_id =
:4

17,260 17,260 1.0 0.00 0.00 fpskg2w0pth44
SELECT o_c_id FROM oorder WHERE o_id = :1 AND o_d_id = :2 AND o_w_id = :3

17,259 172,537 10.0 0.00 0.00 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

17,259 17,259 1.0 0.00 0.00 6vqdcjwcp2fmg
UPDATE customer SET c_balance = c_balance + :1, c_delivery_cnt = c_delivery_cnt
+ 1 WHERE c_id = :2 AND c_d_id = :3 AND c_w_id = :4

17,259 17,258 1.0 0.00 0.00 94jprfbw6dzfx
SELECT SUM(ol_amount) AS ol_total FROM order_line WHERE ol_o_id = :1 AND ol_d_id
= :2 AND ol_w_id = :3

16,943 16,943 1.0 0.00 0.00 74wsf6rnqjcu4
UPDATE customer SET c_balance = :1 WHERE c_w_id = :2 AND c_d_id = :3 AND c_id =
:4

-------------------------------------------------------------

SQL ordered by Parse Calls DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total Parse Calls: 3,360
-> Captured SQL account for 81.3% of Total

% Total
Parse Calls Executions Parses SQL Id
------------ ------------ --------- -------------
355 355 10.57 bsa0wjtftg3uw
select file# from file$ where ts#=:1

182 182 5.42 0h6b2sajwb74n
select privilege#,level from sysauth$ connect by grantee#=prior privilege# and p
rivilege#>0 start with grantee#=:1 and privilege#>0

61 61 1.82 0k8522rmdzg4k
select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#
>0

61 61 1.82 0ws7ahf1d78qa
select SYS_CONTEXT('USERENV', 'SERVER_HOST'), SYS_CONTEXT('USERENV', 'DB_UNIQUE_
NAME'), SYS_CONTEXT('USERENV', 'INSTANCE_NAME'), SYS_CONTEXT('USERENV', 'SERVICE
_NAME'), INSTANCE_NUMBER, STARTUP_TIME, SYS_CONTEXT('USERENV', 'DB_DOMAIN') from
v$instance where INSTANCE_NAME=SYS_CONTEXT('USERENV', 'INSTANCE_NAME')

61 61 1.82 459f3z9u4fb3u
select value$ from props$ where name = 'GLOBAL_DB_NAME'

61 61 1.82 5ur69atw3vfhj
select decode(failover_method, NULL, 0 , 'BASIC', 1, 'PRECONNECT', 2 , 'PREPARSE
', 4 , 0), decode(failover_type, NULL, 1 , 'NONE', 1 , 'SESSION', 2, 'SELECT',
4, 1), failover_retries, failover_delay, flags from service$ where name = :1

60 1,042 1.79 0u0avw6b2sq17
SELECT count(*) AS namecnt FROM customer WHERE c_last = :1 AND c_d_id = :2 AND c
_w_id = :3

60 19,855 1.79 1514q6jxgrgrq
INSERT INTO OORDER (o_id, o_d_id, o_w_id, o_c_id, o_entry_d, o_ol_cnt, o_all_lo
cal) VALUES (:1, :2, :3, :4, :5, :6, :7)

60 18,827 1.79 1bcnp85gtwgqs
UPDATE district SET d_ytd = d_ytd + :1 WHERE d_w_id = :2 AND d_id = :3

60 1,042 1.79 259ss3adrpkpm
SELECT c_balance, c_first, c_middle, c_id FROM customer WHERE c_last = :1 AND c_
d_id = :2 AND c_w_id = :3 ORDER BY c_w_id, c_d_id, c_last, c_first

60 17,259 1.79 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

60 18,479 1.79 4s2ufvfsu85c9
SELECT no_o_id FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 ORDER BY no_o_
id ASC

60 19,856 1.79 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

60 19,660 1.79 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

60 17,259 1.79 6vqdcjwcp2fmg
UPDATE customer SET c_balance = c_balance + :1, c_delivery_cnt = c_delivery_cnt
+ 1 WHERE c_id = :2 AND c_d_id = :3 AND c_w_id = :4
SQL ordered by Parse Calls DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total Parse Calls: 3,360
-> Captured SQL account for 81.3% of Total

% Total
Parse Calls Executions Parses SQL Id
------------ ------------ --------- -------------

60 16,943 1.79 74wsf6rnqjcu4
UPDATE customer SET c_balance = :1 WHERE c_w_id = :2 AND c_d_id = :3 AND c_id =
:4

60 18,828 1.79 76duraut6k3kk
SELECT d_street_1, d_street_2, d_city, d_state, d_zip, d_name FROM district WHER
E d_w_id = :1 AND d_id = :2

60 19,854 1.79 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

60 19,855 1.79 7c5r2j02nf02j
INSERT INTO NEW_ORDER (no_o_id, no_d_id, no_w_id) VALUES ( :1, :2, :3)

60 198,219 1.79 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

60 17,259 1.79 94jprfbw6dzfx
SELECT SUM(ol_amount) AS ol_total FROM order_line WHERE ol_o_id = :1 AND ol_d_id
= :2 AND ol_w_id = :3

60 18,829 1.79 aq3mb5uctgkmq
INSERT INTO history (h_c_d_id, h_c_w_id, h_c_id, h_d_id, h_w_id, h_date, h_amoun
t, h_data) VALUES (:1,:2,:3,:4,:5,:6,:7,:8)

60 1,717 1.79 ay93jgq0t1sj7
SELECT MAX(o_id) AS maxorderid FROM oorder WHERE o_w_id = :1 AND o_d_id = :2 AND
o_c_id = :3

60 1,885 1.79 b71a4vpg3zz8g
UPDATE customer SET c_balance = :1, c_data = :2 WHERE c_w_id = :3 AND c_d_id =
:4 AND c_id = :5

60 1,794 1.79 btvh0jccs9jbf
SELECT d_next_o_id FROM district WHERE d_w_id = :1 AND d_id = :2

60 60 1.79 bzyssg8xs34br
ALTER SESSION SET TIME_ZONE='+9:00' NLS_LANGUAGE='JAPANESE' NLS_TERRITORY='JAPAN
'

60 19,856 1.79 c1us7swcm0830
UPDATE district SET d_next_o_id = d_next_o_id + 1 WHERE d_id = :1 AND d_w_id =
:2

60 18,827 1.79 c21pvfvz7gb5u
SELECT c_first, c_middle, c_last, c_street_1, c_street_2, c_city, c_state, c_zip
, c_phone, c_credit, c_credit_lim, c_discount, c_balance, c_since FROM c
ustomer WHERE c_w_id = :1 AND c_d_id = :2 AND c_id = :3

60 1,717 1.79 c4y1c54rb3mn9
SELECT ol_i_id, ol_supply_w_id, ol_quantity, ol_amount, ol_delivery_d FROM order
_line WHERE ol_o_id = :1 AND ol_d_id =:2 AND ol_w_id = :3

60 18,829 1.79 ctqcd4rx5n9bz
SELECT w_street_1, w_street_2, w_city, w_state, w_zip, w_name FROM warehouse WHE
RE w_id = :1
SQL ordered by Parse Calls DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total Parse Calls: 3,360
-> Captured SQL account for 81.3% of Total

% Total
Parse Calls Executions Parses SQL Id
------------ ------------ --------- -------------

60 17,260 1.79 d0233sd9245x2
UPDATE oorder SET o_carrier_id = :1 WHERE o_id = :2 AND o_d_id = :3 AND o_w_id =
:4

60 19,660 1.79 d56tcyg12pq2t
UPDATE stock SET s_quantity = :1 , s_ytd = s_ytd + :2, s_remote_cnt = s_remote_c
nt + :3 WHERE s_i_id = :4 AND s_w_id = :5

60 18,479 1.79 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

60 1,794 1.79 fnz657xz41f7h
SELECT COUNT(DISTINCT (s_i_id)) AS stock_count FROM order_line, stock WHERE ol_w
_id = :1 AND ol_d_id = :2 AND ol_o_id < :3 AND ol_o_id >= :4 - 20 AND s_w_id = :
5 AND s_i_id = ol_i_id AND s_quantity < :6

60 198,423 1.79 fpadj2ss0qqkz
SELECT i_price, i_name , i_data FROM item WHERE i_id = :1

60 17,260 1.79 fpskg2w0pth44
SELECT o_c_id FROM oorder WHERE o_id = :1 AND o_d_id = :2 AND o_w_id = :3

60 18,829 1.79 gkk7suw9dj539
UPDATE warehouse SET w_ytd = w_ytd + :1 WHERE w_id = :2

56 56 1.67 3m8smr0v7v1m6
INSERT INTO sys.wri$_adv_message_groups (task_id,id,seq,message#,fac,hdr,lm,nl,p
1,p2,p3,p4,p5) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13)

-------------------------------------------------------------

SQL ordered by Sharable Memory DB/Inst: DB/DB02 Snaps: 19237-19238
-> Only Statements with Sharable Memory greater than 1048576 are displayed

Sharable Mem (b) Executions % Total SQL Id
---------------- ------------ -------- -------------
14,773,160 N/A 2.00 3y9bat7nwcjy5
SELECT ELAPSED_TIME FROM DBA_SCHEDULER_RUNNING_JOBS WHERE JOB_NAME = 'AUTO_SPACE
_ADVISOR_JOB'

4,786,681 1 0.65 31a13pnjps7j3
SELECT source, (case when time_secs < 1 then 1 else time_secs end) as tim
e_secs, operation FROM ( SELECT 1 as source, trunc((s
ysdate - cast(ll.log_date as date)) * 86400) as time_secs,
decode(ll.operation, 'OPEN', 0

1,904,688 2 0.26 10xj8nynmpqtq
SELECT dbin.db_name, dbin.instance_name, dbin.version, CASE WHEN s1.start
up_time = s2.startup_time THEN 0 ELSE 1 END as bounce, CAST(s
1.end_interval_time AS DATE) as begin_time, CAST(s2.end_interval_time AS
DATE) as end_time, ROUND((cast( (case when s2.end_interval

1,228,420 1 0.17 akh9zqqkx3wj7
select 1, max(id) from sys.wri$_adv_objects where task_id = :1 union all select
2, max(id) from sys.wri$_adv_recommendations where task_id = :1 union all sele
ct 3, max(id) from sys.wri$_adv_actions where task_id = :1 union all select 4,
max(id) from sys.wri$_adv_findings where task_id = :1 union all select 5, max(i

1,149,615 1 0.16 32whwm2babwpt
insert into wrh$_seg_stat_obj ( snap_id , dbid , ts#
, obj# , dataobj# , owner , object_name
, subobject_name , partition_type , object_type
, tablespace_name) select :lah_snap_id , :dbid , ss1.tsn_k

-------------------------------------------------------------

SQL ordered by Version Count DB/Inst: DB/DB02 Snaps: 19237-19238
-> Only Statements with Version Count greater than 20 are displayed

Version
Count Executions SQL Id
-------- ------------ -------------
227 N/A 3y9bat7nwcjy5
SELECT ELAPSED_TIME FROM DBA_SCHEDULER_RUNNING_JOBS WHERE JOB_NAME = 'AUTO_SPACE
_ADVISOR_JOB'

45 1 14566d856s6hs
SELECT owner# FROM sys.wri$_adv_tasks WHERE id = :1

45 1 298ppdduqr7wm
SELECT status FROM sys.wri$_adv_tasks WHERE id = :1

42 2 10xj8nynmpqtq
SELECT dbin.db_name, dbin.instance_name, dbin.version, CASE WHEN s1.start
up_time = s2.startup_time THEN 0 ELSE 1 END as bounce, CAST(s
1.end_interval_time AS DATE) as begin_time, CAST(s2.end_interval_time AS
DATE) as end_time, ROUND((cast( (case when s2.end_interval

41 1 31a13pnjps7j3
SELECT source, (case when time_secs < 1 then 1 else time_secs end) as tim
e_secs, operation FROM ( SELECT 1 as source, trunc((s
ysdate - cast(ll.log_date as date)) * 86400) as time_secs,
decode(ll.operation, 'OPEN', 0

41 1 gdn3ysuyssf82
SELECT advisor_id FROM sys.wri$_adv_tasks WHERE ID = :1

36 1 bhvyz9bgyrhb2
SELECT name,datatype,value,flags, nvl(description,'NULL') FROM sys.wri$_adv_para
meters WHERE task_id = :1 ORDER BY 1

34 1 0cn2wm9d7zq8d
SELECT decode(value,'FATAL',1,'ERROR',2,'WARNING',3,'INFORMATION',4,'INFORMATION
2',5,'INFORMATION3',6,'INFORMATION4',7,'INFORMATION5',8,'INFORMATION6',9,0) FROM
sys.wri$_adv_parameters WHERE task_id = :1 AND name = 'JOURNALING'

33 1 akh9zqqkx3wj7
select 1, max(id) from sys.wri$_adv_objects where task_id = :1 union all select
2, max(id) from sys.wri$_adv_recommendations where task_id = :1 union all sele
ct 3, max(id) from sys.wri$_adv_actions where task_id = :1 union all select 4,
max(id) from sys.wri$_adv_findings where task_id = :1 union all select 5, max(i

-------------------------------------------------------------

SQL ordered by Cluster Wait Time DB/Inst: DB/DB02 Snaps: 19237-19238

Cluster CWT % of Elapsed CPU
Wait Time (s) Elapsd Tim Time(s) Time(s) Executions SQL Id
------------- ---------- ----------- ----------- -------------- -------------
.57 1.6 36.59 35.44 198,219 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

.45 9.8 4.55 4.19 17,259 6vqdcjwcp2fmg
UPDATE customer SET c_balance = c_balance + :1, c_delivery_cnt = c_delivery_cnt
+ 1 WHERE c_id = :2 AND c_d_id = :3 AND c_w_id = :4

.39 4.3 9.10 8.58 19,660 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

.33 9.4 3.48 3.21 16,943 74wsf6rnqjcu4
UPDATE customer SET c_balance = :1 WHERE c_w_id = :2 AND c_d_id = :3 AND c_id =
:4

.23 6.1 3.82 3.53 18,827 c21pvfvz7gb5u
SELECT c_first, c_middle, c_last, c_street_1, c_street_2, c_city, c_state, c_zip
, c_phone, c_credit, c_credit_lim, c_discount, c_balance, c_since FROM c
ustomer WHERE c_w_id = :1 AND c_d_id = :2 AND c_id = :3

.21 2.4 8.78 8.47 19,854 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

.17 2.4 6.93 5.96 17,259 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

.13 6.2 2.03 1.24 1 bc7gjv3ppdtbz
Module: SQL*Plus
BEGIN dbms_workload_repository.create_snapshot(); END;

.11 4.8 2.18 1.69 1,717 c4y1c54rb3mn9
SELECT ol_i_id, ol_supply_w_id, ol_quantity, ol_amount, ol_delivery_d FROM order
_line WHERE ol_o_id = :1 AND ol_d_id =:2 AND ol_w_id = :3

.04 9.7 0.44 0.40 1,042 259ss3adrpkpm
SELECT c_balance, c_first, c_middle, c_id FROM customer WHERE c_last = :1 AND c_
d_id = :2 AND c_w_id = :3 ORDER BY c_w_id, c_d_id, c_last, c_first

.04 7.6 0.49 0.49 1,885 b71a4vpg3zz8g
UPDATE customer SET c_balance = :1, c_data = :2 WHERE c_w_id = :3 AND c_d_id =
:4 AND c_id = :5

.02 0.5 5.09 5.00 19,855 1514q6jxgrgrq
INSERT INTO OORDER (o_id, o_d_id, o_w_id, o_c_id, o_entry_d, o_ol_cnt, o_all_lo
cal) VALUES (:1, :2, :3, :4, :5, :6, :7)

.02 0.8 2.70 2.61 18,829 aq3mb5uctgkmq
INSERT INTO history (h_c_d_id, h_c_w_id, h_c_id, h_d_id, h_w_id, h_date, h_amoun
t, h_data) VALUES (:1,:2,:3,:4,:5,:6,:7,:8)

.02 0.0 184.91 14.75 19,856 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

.01 3.3 0.20 0.20 1,042 0u0avw6b2sq17
SQL ordered by Cluster Wait Time DB/Inst: DB/DB02 Snaps: 19237-19238

Cluster CWT % of Elapsed CPU
Wait Time (s) Elapsd Tim Time(s) Time(s) Executions SQL Id
------------- ---------- ----------- ----------- -------------- -------------
SELECT count(*) AS namecnt FROM customer WHERE c_last = :1 AND c_d_id = :2 AND c
_w_id = :3

.01 0.1 3.76 3.73 19,855 7c5r2j02nf02j
INSERT INTO NEW_ORDER (no_o_id, no_d_id, no_w_id) VALUES ( :1, :2, :3)

.01 0.0 139.70 3.82 18,479 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

-------------------------------------------------------------

Instance Activity Stats DB/Inst: DB/DB02 Snaps: 19237-19238

Statistic Total per Second per Trans
-------------------------------- ------------------ -------------- -------------
CPU used by this session 21,182 173.8 0.4
CPU used when call started 21,286 174.7 0.4
CR blocks created 33,941 278.6 0.6
Cached Commit SCN referenced 0 0.0 0.0
Commit SCN cached 0 0.0 0.0
DB time 174,131 1,429.1 2.9
DBWR checkpoint buffers written 44,566 365.8 0.7
DBWR checkpoints 1 0.0 0.0
DBWR fusion writes 32 0.3 0.0
DBWR object drop buffers written 0 0.0 0.0
DBWR thread checkpoint buffers w 8 0.1 0.0
DBWR transaction table writes 0 0.0 0.0
DBWR undo block writes 6,299 51.7 0.1
DFO trees parallelized 40 0.3 0.0
Misses for writing mapping 0 0.0 0.0
PX local messages recv'd 210 1.7 0.0
PX local messages sent 210 1.7 0.0
PX remote messages recv'd 172 1.4 0.0
PX remote messages sent 160 1.3 0.0
Parallel operations not downgrad 40 0.3 0.0
RowCR - row contention 22,184 182.1 0.4
RowCR attempts 86,762 712.1 1.4
RowCR hits 64,522 529.5 1.1
SMON posted for undo segment shr 0 0.0 0.0
SQL*Net roundtrips to/from clien 866,162 7,108.7 14.4
active txn count during cleanout 992,934 8,149.2 16.5
application wait time 126,824 1,040.9 2.1
background checkpoints completed 0 0.0 0.0
background checkpoints started 1 0.0 0.0
background timeouts 510 4.2 0.0
branch node splits 0 0.0 0.0
buffer is not pinned count 2,237,505 18,363.5 37.2
buffer is pinned count 12,350,991 101,366.4 205.5
bytes received via SQL*Net from 75,862,829 622,617.5 1,262.2
bytes sent via SQL*Net to client 159,210,637 1,306,665.3 2,648.8
calls to get snapshot scn: kcmgs 1,175,294 9,645.8 19.6
calls to kcmgas 90,022 738.8 1.5
calls to kcmgcs 22,298 183.0 0.4
change write time 1,768 14.5 0.0
cleanout - number of ktugct call 113,577 932.1 1.9
cleanouts and rollbacks - consis 27,679 227.2 0.5
cleanouts only - consistent read 346 2.8 0.0
cluster key scan block gets 434 3.6 0.0
cluster key scans 64 0.5 0.0
cluster wait time 277 2.3 0.0
commit batch performed 0 0.0 0.0
commit batch requested 0 0.0 0.0
commit batch/immediate performed 260 2.1 0.0
commit batch/immediate requested 260 2.1 0.0
commit cleanout failures: block 16 0.1 0.0
commit cleanout failures: buffer 8 0.1 0.0
commit cleanout failures: callba 1,535 12.6 0.0
commit cleanout failures: cannot 8,137 66.8 0.1
commit cleanouts 553,919 4,546.1 9.2
commit cleanouts successfully co 544,223 4,466.5 9.1
commit immediate performed 260 2.1 0.0
commit immediate requested 260 2.1 0.0
commit txn count during cleanout 13,801 113.3 0.2
concurrency wait time 828 6.8 0.0
consistent changes 317,799 2,608.2 5.3
Instance Activity Stats DB/Inst: DB/DB02 Snaps: 19237-19238

Statistic Total per Second per Trans
-------------------------------- ------------------ -------------- -------------
consistent gets 5,479,646 44,972.3 91.2
consistent gets - examination 4,876,210 40,019.8 81.1
consistent gets direct 0 0.0 0.0
consistent gets from cache 5,479,646 44,972.3 91.2
cursor authentications 40 0.3 0.0
data blocks consistent reads - u 313,840 2,575.7 5.2
db block changes 1,758,776 14,434.5 29.3
db block gets 1,225,627 10,058.9 20.4
db block gets direct 0 0.0 0.0
db block gets from cache 1,225,636 10,059.0 20.4
deferred (CURRENT) block cleanou 284,665 2,336.3 4.7
dirty buffers inspected 4,279 35.1 0.1
enqueue conversions 203 1.7 0.0
enqueue releases 276,391 2,268.4 4.6
enqueue requests 276,401 2,268.5 4.6
enqueue timeouts 10 0.1 0.0
enqueue waits 49,471 406.0 0.8
exchange deadlocks 1 0.0 0.0
execute count 805,638 6,612.0 13.4
failed probes on index block rec 0 0.0 0.0
free buffer inspected 29,942 245.7 0.5
free buffer requested 62,464 512.7 1.0
gc CPU used by this session 1,174 9.6 0.0
gc blocks lost 0 0.0 0.0
gc cr block build time 0 0.0 0.0
gc cr block flush time 0 0.0 0.0
gc cr block receive time 10 0.1 0.0
gc cr block send time 1 0.0 0.0
gc cr blocks received 188 1.5 0.0
gc cr blocks served 160 1.3 0.0
gc current block flush time 0 0.0 0.0
gc current block pin time 0 0.0 0.0
gc current block receive time 5 0.0 0.0
gc current block send time 0 0.0 0.0
gc current blocks received 136 1.1 0.0
gc current blocks served 95 0.8 0.0
gcs messages sent 50,287 412.7 0.8
ges messages sent 2,082 17.1 0.0
global enqueue get time 128,371 1,053.6 2.1
global enqueue gets async 164 1.4 0.0
global enqueue gets sync 256,505 2,105.2 4.3
global enqueue releases 256,120 2,102.0 4.3
heap block compress 58,061 476.5 1.0
hot buffers moved to head of LRU 21,459 176.1 0.4
immediate (CR) block cleanout ap 28,025 230.0 0.5
immediate (CURRENT) block cleano 43,182 354.4 0.7
index fast full scans (full) 0 0.0 0.0
index fetch by key 1,228,869 10,085.5 20.5
index scans kdiixs1 61,031 500.9 1.0
leaf node 90-10 splits 17 0.1 0.0
leaf node splits 1,389 11.4 0.0
lob reads 1 0.0 0.0
lob writes 74 0.6 0.0
lob writes unaligned 74 0.6 0.0
logons cumulative 117 1.0 0.0
messages received 61,750 506.8 1.0
messages sent 61,622 505.7 1.0
no buffer to keep pinned count 0 0.0 0.0
no work - consistent read gets 445,287 3,654.5 7.4
opened cursors cumulative 3,393 27.9 0.1
Instance Activity Stats DB/Inst: DB/DB02 Snaps: 19237-19238

Statistic Total per Second per Trans
-------------------------------- ------------------ -------------- -------------
parse count (failures) 0 0.0 0.0
parse count (hard) 17 0.1 0.0
parse count (total) 3,360 27.6 0.1
parse time cpu 34 0.3 0.0
parse time elapsed 29 0.2 0.0
physical read IO requests 7,166 58.8 0.1
physical read bytes 58,703,872 481,791.4 976.7
physical read total IO requests 8,412 69.0 0.1
physical read total bytes 282,358,272 2,317,356.3 4,697.7
physical read total multi block 198 1.6 0.0
physical reads 7,166 58.8 0.1
physical reads cache 7,166 58.8 0.1
physical reads cache prefetch 0 0.0 0.0
physical reads direct 0 0.0 0.0
physical reads direct (lob) 0 0.0 0.0
physical reads direct temporary 0 0.0 0.0
physical reads prefetch warmup 0 0.0 0.0
physical write IO requests 6,795 55.8 0.1
physical write bytes 414,875,648 3,404,946.0 6,902.4
physical write total IO requests 68,203 559.8 1.1
physical write total bytes 947,924,992 7,779,761.1 15,770.9
physical write total multi block 62,949 516.6 1.1
physical writes 50,644 415.6 0.8
physical writes direct 0 0.0 0.0
physical writes direct (lob) 0 0.0 0.0
physical writes direct temporary 0 0.0 0.0
physical writes from cache 50,644 415.6 0.8
physical writes non checkpoint 15,604 128.1 0.3
pinned buffers inspected 3 0.0 0.0
prefetched blocks aged out befor 0 0.0 0.0
process last non-idle time 120 1.0 0.0
queries parallelized 35 0.3 0.0
recursive calls 72,408 594.3 1.2
recursive cpu usage 1,143 9.4 0.0
redo blocks written 635,313 5,214.1 10.6
redo buffer allocation retries 28 0.2 0.0
redo entries 922,854 7,574.0 15.4
redo log space requests 56 0.5 0.0
redo log space wait time 33 0.3 0.0
redo ordering marks 10,857 89.1 0.2
redo size 299,756,204 2,460,143.7 4,987.1
redo subscn max counts 348 2.9 0.0
redo synch time 6,987 57.3 0.1
redo synch writes 40,583 333.1 0.7
redo wastage 14,985,828 122,990.9 249.3
redo write time 2,572 21.1 0.0
redo writer latching time 31 0.3 0.0
redo writes 31,739 260.5 0.5
rollback changes - undo records 3,280 26.9 0.1
rollbacks only - consistent read 3,113 25.6 0.1
rows fetched via callback 899,338 7,381.0 15.0
session connect time 0 0.0 0.0
session cursor cache hits 695 5.7 0.0
session logical reads 6,705,273 55,031.2 111.6
session pga memory 27,632,024 226,780.1 459.7
session pga memory max 112,894,360 926,540.8 1,878.3
session uga memory 2,525,056 20,723.5 42.0
session uga memory max 35,551,336 291,775.1 591.5
shared hash latch upgrades - no 122,801 1,007.9 2.0
shared hash latch upgrades - wai 2,111 17.3 0.0
Instance Activity Stats DB/Inst: DB/DB02 Snaps: 19237-19238

Statistic Total per Second per Trans
-------------------------------- ------------------ -------------- -------------
sorts (disk) 0 0.0 0.0
sorts (memory) 2,489 20.4 0.0
sorts (rows) 38,390 315.1 0.6
sql area evicted 0 0.0 0.0
sql area purged 0 0.0 0.0
summed dirty queue length 12,177 99.9 0.2
switch current to new buffer 3,491 28.7 0.1
table fetch by rowid 7,022,738 57,636.7 116.8
table fetch continued row 71 0.6 0.0
table scan blocks gotten 1,429 11.7 0.0
table scan rows gotten 27,335 224.3 0.5
table scans (long tables) 0 0.0 0.0
table scans (short tables) 491 4.0 0.0
total number of times SMON poste 1 0.0 0.0
transaction lock background get 0 0.0 0.0
transaction lock background gets 36 0.3 0.0
transaction lock foreground requ 36 0.3 0.0
transaction lock foreground wait 5 0.0 0.0
transaction rollbacks 260 2.1 0.0
undo change vector size 102,377,376 840,226.3 1,703.3
user I/O wait time 1,120 9.2 0.0
user calls 866,628 7,112.5 14.4
user commits 40,224 330.1 0.7
user rollbacks 19,882 163.2 0.3
workarea executions - onepass 0 0.0 0.0
workarea executions - optimal 1,970 16.2 0.0
write clones created in backgrou 0 0.0 0.0
write clones created in foregrou 12 0.1 0.0
-------------------------------------------------------------

Instance Activity Stats - Absolute Values DB/Inst: DB/DB02 Snaps: 19237-19238
-> Statistics with absolute values (should not be diffed)

Statistic Begin Value End Value
-------------------------------- --------------- ---------------
session cursor cache count 149,838 150,344
opened cursors current 105 89
logons current 41 41
-------------------------------------------------------------

Instance Activity Stats - Thread Activity DB/Inst: DB/DB02 Snaps: 19237-19238
-> Statistics identified by '(derived)' come from sources other than SYSSTAT

Statistic Total per Hour
-------------------------------- ------------------ ---------
log switches (derived) 1 29.55
-------------------------------------------------------------

Tablespace IO Stats DB/Inst: DB/DB02 Snaps: 19237-19238
-> ordered by IOs (Reads + Writes) desc

Tablespace
------------------------------
Av Av Av Av Buffer Av Buf
Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)
-------------- ------- ------ ------- ------------ -------- ---------- ------
TBS_BMUSER_DAT
7,159 59 1.6 1.0 3,338 27 15,371 0.3
UNDOTBS2
4 0 2.5 1.0 3,263 27 2,855 0.1
SYSAUX
3 0 3.3 1.0 191 2 0 0.0
SYSTEM
0 0 0.0 .0 3 0 1 0.0
-------------------------------------------------------------

File IO Stats DB/Inst: DB/DB02 Snaps: 19237-19238
-> ordered by Tablespace, File

Tablespace Filename
------------------------ ----------------------------------------------------
Av Av Av Av Buffer Av Buf
Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)
-------------- ------- ------ ------- ------------ -------- ---------- ------
SYSAUX +DG02D/DB/datafile/sysaux.258.628276379
3 0 3.3 1.0 191 2 0 0.0
SYSTEM +DG02D/DB/datafile/system.256.628276361
0 0 N/A N/A 3 0 1 0.0
TBS_BMUSER_DAT +DG02D2/DB/datafile/tbs_bmuser_dat.256.698718569
7,159 59 1.6 1.0 3,338 27 15,371 0.3
UNDOTBS2 +DG02D/DB/datafile/undotbs2.260.628276389
4 0 2.5 1.0 3,263 27 2,855 0.1
-------------------------------------------------------------

Buffer Pool Statistics DB/Inst: DB/DB02 Snaps: 19237-19238
-> Standard block size Pools D: default, K: keep, R: recycle
-> Default Pools for other block sizes: 2k, 4k, 8k, 16k, 32k

Free Writ Buffer
Number of Pool Buffer Physical Physical Buff Comp Busy
P Buffers Hit% Gets Reads Writes Wait Wait Waits
--- ---------- ---- -------------- ------------ ----------- ---- ---- ----------
D 149,994 100 6,699,287 7,166 50,644 0 0 18,228
-------------------------------------------------------------

Instance Recovery Stats DB/Inst: DB/DB02 Snaps: 19237-19238
-> B: Begin snapshot, E: End snapshot

Targt Estd Log File Log Ckpt Log Ckpt
MTTR MTTR Recovery Actual Target Size Timeout Interval
(s) (s) Estd IOs Redo Blks Redo Blks Redo Blks Redo Blks Redo Blks
- ----- ----- ---------- --------- --------- ---------- --------- ------------
B 0 75 74615 465341 1105920 1105920 1616250 N/A
E 0 108 90449 1076201 1105920 1105920 2034760 N/A
-------------------------------------------------------------

Buffer Pool Advisory DB/Inst: DB/DB02 Snap: 19238
-> Only rows with estimated physical reads >0 are displayed
-> ordered by Block Size, Buffers For Estimate

Est
Phys
Size for Size Buffers for Read Estimated
P Est (M) Factor Estimate Factor Physical Reads
--- -------- ------ ---------------- ------ ------------------
D 112 .1 13,461 6.9 363,606
D 224 .2 26,922 4.1 219,486
D 336 .3 40,383 2.9 153,289
D 448 .4 53,844 2.4 128,034
D 560 .4 67,305 2.0 104,796
D 672 .5 80,766 1.8 94,216
D 784 .6 94,227 1.7 88,597
D 896 .7 107,688 1.4 71,592
D 1,008 .8 121,149 1.1 56,067
D 1,120 .9 134,610 1.0 53,824
D 1,232 1.0 148,071 1.0 53,019
D 1,248 1.0 149,994 1.0 52,974
D 1,344 1.1 161,532 1.0 52,886
D 1,456 1.2 174,993 1.0 52,868
D 1,568 1.3 188,454 1.0 52,865
D 1,680 1.3 201,915 1.0 52,865
D 1,792 1.4 215,376 1.0 52,865
D 1,904 1.5 228,837 1.0 52,859
D 2,016 1.6 242,298 1.0 52,856
D 2,128 1.7 255,759 1.0 52,853
D 2,240 1.8 269,220 1.0 52,850
-------------------------------------------------------------

PGA Aggr Summary DB/Inst: DB/DB02 Snaps: 19237-19238
-> PGA cache hit % - percentage of W/A (WorkArea) data processed only in-memory

PGA Cache Hit % W/A MB Processed Extra W/A MB Read/Written
--------------- ------------------ --------------------------
100.0 18 0
-------------------------------------------------------------

PGA Aggr Target Stats DB/Inst: DB/DB02 Snaps: 19237-19238
-> B: Begin snap E: End snap (rows dentified with B or E contain data
which is absolute i.e. not diffed over the interval)
-> Auto PGA Target - actual workarea memory target
-> W/A PGA Used - amount of memory used for all Workareas (manual + auto)
-> %PGA W/A Mem - percentage of PGA memory allocated to workareas
-> %Auto W/A Mem - percentage of workarea memory controlled by Auto Mem Mgmt
-> %Man W/A Mem - percentage of workarea memory under manual control

%PGA %Auto %Man
PGA Aggr Auto PGA PGA Mem W/A PGA W/A W/A W/A Global Mem
Target(M) Target(M) Alloc(M) Used(M) Mem Mem Mem Bound(K)
- ---------- ---------- ---------- ---------- ------ ------ ------ ----------
B 1,000 761 317.2 0.0 .0 .0 .0 102,400
E 1,000 763 311.2 0.0 .0 .0 .0 102,400
-------------------------------------------------------------

PGA Aggr Target Histogram DB/Inst: DB/DB02 Snaps: 19237-19238
-> Optimal Executions are purely in-memory operations

Low High
Optimal Optimal Total Execs Optimal Execs 1-Pass Execs M-Pass Execs
------- ------- -------------- -------------- ------------ ------------
2K 4K 1,950 1,950 0 0
64K 128K 5 5 0 0
512K 1024K 13 13 0 0
1M 2M 2 2 0 0
-------------------------------------------------------------

PGA Memory Advisory DB/Inst: DB/DB02 Snap: 19238
-> When using Auto Memory Mgmt, minimally choose a pga_aggregate_target value
where Estd PGA Overalloc Count is 0

Estd Extra Estd PGA Estd PGA
PGA Target Size W/A MB W/A MB Read/ Cache Overalloc
Est (MB) Factr Processed Written to Disk Hit % Count
---------- ------- ---------------- ---------------- -------- ----------
125 0.1 119,943.8 3,811.9 97.0 348
250 0.3 119,943.8 422.3 100.0 1
500 0.5 119,943.8 422.3 100.0 0
750 0.8 119,943.8 422.3 100.0 0
1,000 1.0 119,943.8 422.3 100.0 0
1,200 1.2 119,943.8 367.2 100.0 0
1,400 1.4 119,943.8 367.2 100.0 0
1,600 1.6 119,943.8 367.2 100.0 0
1,800 1.8 119,943.8 367.2 100.0 0
2,000 2.0 119,943.8 367.2 100.0 0
3,000 3.0 119,943.8 367.2 100.0 0
4,000 4.0 119,943.8 367.2 100.0 0
6,000 6.0 119,943.8 367.2 100.0 0
8,000 8.0 119,943.8 367.2 100.0 0
-------------------------------------------------------------

Shared Pool Advisory DB/Inst: DB/DB02 Snap: 19238
-> SP: Shared Pool Est LC: Estimated Library Cache Factr: Factor
-> Note there is often a 1:Many correlation between a single logical object
in the Library Cache, and the physical number of memory objects associated
with it. Therefore comparing the number of Lib Cache objects (e.g. in
v$librarycache), with the number of Lib Cache Memory Objects is invalid.

Est LC Est LC Est LC Est LC
Shared SP Est LC Time Time Load Load Est LC
Pool Size Size Est LC Saved Saved Time Time Mem
Size(M) Factr (M) Mem Obj (s) Factr (s) Factr Obj Hits
---------- ----- -------- ------------ ------- ------ ------- ------ -----------
320 .4 86 4,681 ####### .9 27,052 147.0 3,211,221
400 .6 163 9,071 ####### 1.0 210 1.1 3,226,433
480 .7 242 15,000 ####### 1.0 188 1.0 3,227,461
560 .8 321 21,157 ####### 1.0 184 1.0 3,227,690
640 .9 380 26,687 ####### 1.0 184 1.0 3,227,799
720 1.0 400 28,791 ####### 1.0 184 1.0 3,227,838
800 1.1 400 28,791 ####### 1.0 184 1.0 3,227,838
880 1.2 400 28,791 ####### 1.0 184 1.0 3,227,838
960 1.3 400 28,791 ####### 1.0 184 1.0 3,227,838
1,040 1.4 400 28,791 ####### 1.0 184 1.0 3,227,838
1,120 1.6 400 28,791 ####### 1.0 184 1.0 3,227,838
1,200 1.7 400 28,791 ####### 1.0 184 1.0 3,227,838
1,280 1.8 400 28,791 ####### 1.0 184 1.0 3,227,838
1,360 1.9 400 28,791 ####### 1.0 184 1.0 3,227,838
1,440 2.0 400 28,791 ####### 1.0 184 1.0 3,227,838
-------------------------------------------------------------

SGA Target Advisory DB/Inst: DB/DB02 Snap: 19238

SGA Target SGA Size Est DB Est Physical
Size (M) Factor Time (s) Reads
---------- ---------- ------------ ----------------
500 0.3 35,002 364,269
1,000 0.5 7,773 104,961
1,500 0.8 7,678 56,162
2,000 1.0 7,669 52,973
2,500 1.3 7,669 52,947
3,000 1.5 7,669 52,941
3,500 1.8 7,669 52,941
4,000 2.0 7,669 52,941
-------------------------------------------------------------

Streams Pool Advisory DB/Inst: DB/DB02 Snap: 19238

No data exists for this section of the report.
-------------------------------------------------------------

Java Pool Advisory DB/Inst: DB/DB02 Snap: 19238

No data exists for this section of the report.
-------------------------------------------------------------

Buffer Wait Statistics DB/Inst: DB/DB02 Snaps: 19237-19238
-> ordered by wait time desc, waits desc

Class Waits Total Wait Time (s) Avg Time (ms)
------------------ ----------- ------------------- --------------
data block 15,302 5 0
undo block 1,705 0 0
undo header 1,150 0 0
1st level bmb 64 0 0
segment header 5 0 0
2nd level bmb 2 0 0
-------------------------------------------------------------

Enqueue Activity DB/Inst: DB/DB02 Snaps: 19237-19238
-> only enqueues with waits are shown
-> Enqueue stats gathered prior to 10g should not be compared with 10g data
-> ordered by Wait Time desc, Waits desc

Enqueue Type (Request Reason)
------------------------------------------------------------------------------
Requests Succ Gets Failed Gets Waits Wt Time (s) Av Wt Time(ms)
------------ ------------ ----------- ----------- ------------ --------------
TX-Transaction (row lock contention)
48,293 48,289 0 48,281 1,301 26.95
TX-Transaction (allocate ITL entry)
216 216 0 216 7 33.10
US-Undo Segment
1,229 1,229 0 422 1 2.39
FB-Format Block
230 230 0 127 0 2.44
HW-Segment High Water Mark
404 404 0 262 0 .88
PS-PX Process Reservation
305 295 10 97 0 .41
TX-Transaction
42,273 42,273 0 30 0 1.00
TS-Temporary Segment
13 13 0 13 0 .77
TT-Tablespace
416 416 0 6 0 1.67
WF-AWR Flush
12 12 0 7 0 .00
CF-Controlfile Transaction
215 215 0 3 0 .00
UL-User-defined
1 1 0 1 0 .00
-------------------------------------------------------------

Undo Segment Summary DB/Inst: DB/DB02 Snaps: 19237-19238
-> Min/Max TR (mins) - Min and Max Tuned Retention (minutes)
-> STO - Snapshot Too Old count, OOS - Out of Space count
-> Undo segment block stats:
-> uS - unexpired Stolen, uR - unexpired Released, uU - unexpired reUsed
-> eS - expired Stolen, eR - expired Released, eU - expired reUsed

Undo Num Undo Number of Max Qry Max Tx Min/Max STO/ uS/uR/uU/
TS# Blocks (K) Transactions Len (s) Concurcy TR (mins) OOS eS/eR/eU
---- ---------- --------------- -------- -------- --------- ----- --------------
4 51.1 151,734 0 48 15/15 0/0 0/0/0/0/0/0
-------------------------------------------------------------

Undo Segment Stats DB/Inst: DB/DB02 Snaps: 19237-19238
-> Most recent 35 Undostat rows, ordered by Time desc

Num Undo Number of Max Qry Max Tx Tun Ret STO/ uS/uR/uU/
End Time Blocks Transactions Len (s) Concy (mins) OOS eS/eR/eU
------------ ----------- ------------ ------- ------- ------- ----- ------------
28-9月 01:2 51,054 151,734 0 48 15 0/0 0/0/0/0/0/0

-------------------------------------------------------------

Latch Activity DB/Inst: DB/DB02 Snaps: 19237-19238
-> "Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
willing-to-wait latch get requests
-> "NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
-> "Pct Misses" for both should be very close to 0.0

Pct Avg Wait Pct
Get Get Slps Time NoWait NoWait
Latch Name Requests Miss /Miss (s) Requests Miss
------------------------ -------------- ------ ------ ------ ------------ ------
ASM allocation 78 0.0 N/A 0 0 N/A
ASM map headers 29 0.0 N/A 0 0 N/A
ASM map load waiting lis 10 0.0 N/A 0 0 N/A
ASM map operation freeli 246 0.0 N/A 0 0 N/A
ASM map operation hash t 173,256 0.0 0.0 0 0 N/A
ASM network background l 98 0.0 N/A 0 0 N/A
AWR Alerted Metric Eleme 538 0.0 N/A 0 0 N/A
Consistent RBA 31,885 0.3 0.1 0 0 N/A
FAL request queue 4 0.0 N/A 0 0 N/A
FAL subheap alocation 4 0.0 N/A 0 0 N/A
FIB s.o chain latch 10 0.0 N/A 0 0 N/A
FOB s.o list latch 426 0.5 0.5 0 0 N/A
JS broadcast add buf lat 28 0.0 N/A 0 0 N/A
JS broadcast drop buf la 28 0.0 N/A 0 0 N/A
JS broadcast load blnc l 25 0.0 N/A 0 0 N/A
JS queue state obj latch 750 0.0 N/A 0 0 N/A
KCL gc element parent la 1,580,572 0.0 0.3 0 13 0.0
KFK SGA context latch 208 0.0 N/A 0 0 N/A
KFMD SGA 154 3.2 0.0 0 0 N/A
KJC message pool free li 31,173 0.0 0.0 0 1,478 0.0
KJCT flow control latch 88,579 0.0 0.0 0 0 N/A
KMG MMAN ready and start 40 0.0 N/A 0 0 N/A
KSXR large replies 2 0.0 N/A 0 0 N/A
KTF sga latch 2 0.0 N/A 0 41 0.0
KWQMN job cache list lat 9 0.0 N/A 0 0 N/A
MQL Tracking Latch 0 N/A N/A 0 2 0.0
Memory Management Latch 0 N/A N/A 0 40 0.0
OS process 192 0.0 N/A 0 0 N/A
OS process allocation 168 0.6 0.0 0 0 N/A
OS process: request allo 124 0.0 N/A 0 0 N/A
PL/SQL warning settings 124 0.0 N/A 0 0 N/A
SGA IO buffer pool latch 30,128 0.0 0.0 0 30,128 0.0
SQL memory manager latch 1 0.0 N/A 0 40 0.0
SQL memory manager worka 3,015 0.0 N/A 0 0 N/A
Shared B-Tree 4 0.0 N/A 0 0 N/A
active checkpoint queue 3,624 0.0 0.0 0 0 N/A
active service list 1,042 0.0 N/A 0 45 0.0
archive control 5 0.0 N/A 0 0 N/A
archive process latch 44 0.0 N/A 0 0 N/A
business card 80 0.0 N/A 0 0 N/A
cache buffer handles 4,618 0.2 0.5 0 0 N/A
cache buffers chains 13,091,780 0.6 0.3 3 53,913 2.3
cache buffers lru chain 159,412 0.2 0.1 0 95,345 0.5
channel handle pool latc 129 0.0 N/A 0 0 N/A
channel operations paren 18,622 0.0 0.0 0 0 N/A
checkpoint queue latch 106,664 0.0 0.0 0 66,569 0.0
client/application info 584 0.0 N/A 0 0 N/A
commit callback allocati 26 0.0 N/A 0 0 N/A
compile environment latc 117 0.0 N/A 0 0 N/A
dml lock allocation 363,461 1.7 0.0 0 0 N/A
dummy allocation 234 0.0 N/A 0 0 N/A
enqueue hash chains 1,064,553 0.4 0.0 0 1,395 0.5
enqueues 165,461 0.5 0.0 0 0 N/A
error message lists 195 0.0 N/A 0 0 N/A
event group latch 62 0.0 N/A 0 0 N/A
file cache latch 377 0.0 N/A 0 0 N/A
first spare latch 2 0.0 N/A 0 0 N/A
gcs opaque info freelist 222 0.0 N/A 0 0 N/A
gcs partitioned table ha 1,427,735 0.0 0.0 0 0 N/A
gcs remaster request que 40 0.0 N/A 0 0 N/A
Latch Activity DB/Inst: DB/DB02 Snaps: 19237-19238
-> "Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
willing-to-wait latch get requests
-> "NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
-> "Pct Misses" for both should be very close to 0.0

Pct Avg Wait Pct
Get Get Slps Time NoWait NoWait
Latch Name Requests Miss /Miss (s) Requests Miss
------------------------ -------------- ------ ------ ------ ------------ ------
gcs remastering latch 313,787 0.0 6.2 0 0 N/A
gcs resource freelist 15,843 0.0 0.0 0 0 N/A
gcs resource hash 346,315 0.0 0.4 0 0 N/A
gcs shadows freelist 48 0.0 N/A 0 0 N/A
ges caches resource list 35,407 0.2 0.1 0 25,412 0.1
ges deadlock list 96,670 0.3 0.0 0 1 0.0
ges domain table 512,828 0.0 0.0 0 0 N/A
ges enqueue table freeli 513,268 0.1 0.0 0 0 N/A
ges group table 696,586 0.1 0.0 0 0 N/A
ges process hash list 5,037 0.0 N/A 0 0 N/A
ges process parent latch 1,075,766 0.0 N/A 0 0 N/A
ges process table freeli 124 0.0 N/A 0 0 N/A
ges resource hash list 566,740 0.9 0.2 0 76,004 0.0
ges resource scan list 97,622 0.1 0.0 0 0 N/A
ges resource table freel 48,011 0.0 0.0 0 0 N/A
ges synchronous data 128 0.8 1.0 0 4,892 0.0
ges timeout list 626 0.0 N/A 0 3,205 0.0
global KZLD latch for me 61 0.0 N/A 0 0 N/A
hash table column usage 0 N/A N/A 0 1,394 0.0
hash table modification 1 0.0 N/A 0 0 N/A
job_queue_processes para 2 0.0 N/A 0 0 N/A
kks stats 17 0.0 N/A 0 0 N/A
ksuosstats global area 11 0.0 N/A 0 0 N/A
ktm global data 1 0.0 N/A 0 0 N/A
kwqbsn:qsga 4 0.0 N/A 0 0 N/A
lgwr LWN SCN 31,994 0.5 0.0 0 0 N/A
library cache 71,921 0.8 0.0 0 4 0.0
library cache lock 13,804 0.3 0.0 0 0 N/A
library cache lock alloc 1,308 0.0 N/A 0 0 N/A
library cache pin 1,786 0.0 N/A 0 0 N/A
library cache pin alloca 40 0.0 N/A 0 0 N/A
list of block allocation 8,044 0.1 0.2 0 0 N/A
message pool operations 352 0.0 N/A 0 0 N/A
messages 160,235 0.2 0.1 0 0 N/A
mostly latch-free SCN 37,684 12.9 0.0 0 0 N/A
msg queue 14 0.0 N/A 0 14 0.0
multiblock read objects 10 0.0 N/A 0 0 N/A
name-service memory obje 434 0.0 N/A 0 0 N/A
name-service namespace b 1,248 0.0 N/A 0 0 N/A
name-service pending que 402 0.0 N/A 0 0 N/A
name-service request que 1,595 0.0 N/A 0 0 N/A
ncodef allocation latch 5 0.0 N/A 0 0 N/A
object queue header heap 14,562 0.0 N/A 0 45 0.0
object queue header oper 245,622 0.1 0.0 0 0 N/A
object stats modificatio 2 0.0 N/A 0 0 N/A
parallel query alloc buf 934 0.0 N/A 0 0 N/A
parallel query stats 170 0.0 N/A 0 0 N/A
parameter list 6 0.0 N/A 0 0 N/A
parameter table allocati 157 1.9 0.3 0 0 N/A
post/wait queue 107,460 1.4 0.0 0 44,242 0.1
process allocation 986 0.0 N/A 0 62 0.0
process group creation 124 0.8 0.0 0 0 N/A
process queue 485 0.0 N/A 0 0 N/A
process queue reference 8,262 0.0 N/A 0 787 0.0
qmn task queue latch 16 0.0 N/A 0 0 N/A
query server freelists 390 0.0 N/A 0 0 N/A
queued dump request 603 0.0 N/A 0 0 N/A
redo allocation 130,916 5.3 0.0 0 916,859 4.8
redo copy 0 N/A N/A 0 922,939 1.2
redo writing 128,655 0.0 0.1 0 0 N/A
Latch Activity DB/Inst: DB/DB02 Snaps: 19237-19238
-> "Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
willing-to-wait latch get requests
-> "NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
-> "Pct Misses" for both should be very close to 0.0

Pct Avg Wait Pct
Get Get Slps Time NoWait NoWait
Latch Name Requests Miss /Miss (s) Requests Miss
------------------------ -------------- ------ ------ ------ ------------ ------
resmgr group change latc 118 0.0 N/A 0 0 N/A
resmgr:actses active lis 234 0.0 N/A 0 0 N/A
resmgr:actses change gro 116 0.0 N/A 0 0 N/A
resmgr:free threads list 233 0.0 N/A 0 0 N/A
resmgr:schema config 1 0.0 N/A 0 0 N/A
row cache objects 43,193 0.7 0.0 0 4 0.0
segmented array pool 6 0.0 N/A 0 0 N/A
sequence cache 355 0.0 N/A 0 0 N/A
session allocation 127,405 0.9 0.0 0 0 N/A
session idle bit 1,793,708 0.1 0.0 0 0 N/A
session state list latch 236 0.0 N/A 0 0 N/A
session switching 5 0.0 N/A 0 0 N/A
session timer 45 0.0 N/A 0 0 N/A
shared pool 67,088 0.0 0.0 0 0 N/A
shared pool sim alloc 1 0.0 N/A 0 0 N/A
shared pool simulator 532 0.0 N/A 0 0 N/A
simulator hash latch 540,997 0.0 0.0 0 0 N/A
simulator lru latch 537,263 1.2 0.0 0 1,552 0.0
slave class 54 0.0 N/A 0 0 N/A
slave class create 30 3.3 1.0 0 0 N/A
sort extent pool 15 0.0 N/A 0 0 N/A
state object free list 2 0.0 N/A 0 0 N/A
statistics aggregation 112 0.0 N/A 0 0 N/A
temp lob duration state 2 0.0 N/A 0 0 N/A
threshold alerts latch 2 0.0 N/A 0 0 N/A
trace latch 31 0.0 N/A 0 0 N/A
transaction allocation 14,746 0.0 N/A 0 0 N/A
transaction branch alloc 5 0.0 N/A 0 0 N/A
undo global data 1,695,301 0.1 0.0 0 11 0.0
user lock 247 1.2 0.0 0 0 N/A
-------------------------------------------------------------

Latch Sleep Breakdown DB/Inst: DB/DB02 Snaps: 19237-19238
-> ordered by misses desc

Latch Name
----------------------------------------
Get Requests Misses Sleeps Spin Gets Sleep1 Sleep2 Sleep3
-------------- ----------- ----------- ---------- -------- -------- --------
cache buffers chains
13,091,780 74,608 21,930 54,187 0 0 0
redo allocation
130,916 6,959 311 6,666 0 0 0
simulator lru latch
537,263 6,494 248 6,256 0 0 0
dml lock allocation
363,461 6,344 117 6,230 0 0 0
ges resource hash list
566,740 5,008 1,150 3,881 0 0 0
mostly latch-free SCN
37,684 4,867 55 4,816 0 0 0
enqueue hash chains
1,064,553 4,081 116 3,965 0 0 0
post/wait queue
107,460 1,458 11 1,447 0 0 0
undo global data
1,695,301 1,443 23 1,421 0 0 0
session idle bit
1,793,708 1,269 60 1,212 0 0 0
session allocation
127,405 1,188 26 1,163 0 0 0
ges group table
696,586 981 9 972 0 0 0
enqueues
165,461 834 28 806 0 0 0
ges enqueue table freelist
513,268 639 27 612 0 0 0
library cache
71,921 542 4 538 0 0 0
cache buffers lru chain
159,412 371 39 333 0 0 0
row cache objects
43,193 311 1 310 0 0 0
object queue header operation
245,622 286 9 277 0 0 0
messages
160,235 265 29 237 0 0 0
KCL gc element parent latch
1,580,572 174 44 144 0 0 0
lgwr LWN SCN
31,994 165 1 164 0 0 0
Consistent RBA
31,885 88 5 83 0 0 0
gcs resource hash
346,315 66 28 39 0 0 0
ges caches resource lists
35,407 66 6 60 0 0 0
library cache lock
13,804 44 1 43 0 0 0
redo writing
128,655 33 3 31 0 0 0
checkpoint queue latch
106,664 27 1 26 0 0 0
gcs remastering latch
313,787 15 93 5 0 0 0
cache buffer handles
4,618 11 6 6 0 0 0
list of block allocation
8,044 6 1 5 0 0 0
Latch Sleep Breakdown DB/Inst: DB/DB02 Snaps: 19237-19238
-> ordered by misses desc

Latch Name
----------------------------------------
Get Requests Misses Sleeps Spin Gets Sleep1 Sleep2 Sleep3
-------------- ----------- ----------- ---------- -------- -------- --------
parameter table allocation management
157 3 1 2 0 0 0
FOB s.o list latch
426 2 1 1 0 0 0
ges synchronous data
128 1 1 0 0 0 0
slave class create
30 1 1 0 0 0 0
-------------------------------------------------------------

Latch Miss Sources DB/Inst: DB/DB02 Snaps: 19237-19238
-> only latches with sleeps are shown
-> ordered by name, sleeps desc

NoWait Waiter
Latch Name Where Misses Sleeps Sleeps
------------------------ -------------------------- ------- ---------- --------
FOB s.o list latch ksfd_allfob 0 1 1
KCL gc element parent la kclnfndnewm 0 33 1
KCL gc element parent la kclliter 0 17 10
KCL gc element parent la kclrwrite 0 3 6
KCL gc element parent la kclulb 0 3 10
KCL gc element parent la kclnfnd 0 2 1
KCL gc element parent la kclplz 0 1 35
cache buffer handles kcbzgs 0 6 4
cache buffers chains kcbgtcr: fast path 0 17,329 1,534
cache buffers chains kcbgcur: kslbegin 0 5,736 3,809
cache buffers chains kcbchg: kslbegin: bufs not 0 3,065 9,773
cache buffers chains kcbnlc 0 1,259 1,924
cache buffers chains kcbzwb 0 516 366
cache buffers chains kcbgtcr: kslbegin excl 0 415 2,014
cache buffers chains kcbzgb: scan from tail. no 0 326 0
cache buffers chains kcbchg: kslbegin: call CR 0 90 4,437
cache buffers chains kcbrls: kslbegin 0 85 4,469
cache buffers chains kcbnew: new latch again 0 39 1
cache buffers chains kclcls_3 0 28 2
cache buffers chains kcbbxsv 0 21 6
cache buffers chains kcbget: pin buffer 0 15 42
cache buffers chains kcbget: exchange rls 0 13 81
cache buffers chains kcbgtcr: kslbegin shared 0 11 2
cache buffers chains kcbget: exchange 0 10 126
cache buffers chains kcbgkcbcr 0 8 310
cache buffers chains kcbso1: set no access 0 7 44
cache buffers chains kcbcge 0 3 61
cache buffers chains kcbbic1 0 1 5
cache buffers chains kcbesc: escalate 0 1 0
cache buffers lru chain kcbzgws 0 37 0
cache buffers lru chain kcbkubc 0 1 13
cache buffers lru chain kcbzgb: posted for free bu 0 1 1
checkpoint queue latch kcbklbc: Link buffer into 0 1 0
dml lock allocation ktaiam 0 85 86
dml lock allocation ktaidm 0 32 31
enqueue hash chains ksqgtl3 0 44 43
enqueue hash chains ksqrcl 0 24 45
enqueue hash chains ksqcmi: if lk mode not req 0 23 10
enqueue hash chains ksqcmi: if lk mode request 0 23 17
enqueue hash chains ksqexpandres 0 2 1
enqueues ksqgel: create enqueue 0 15 7
enqueues ksqies 0 7 7
enqueues ksqdel 0 5 14
enqueues ksqgtl2 0 1 0
gcs remastering latch 59 0 84 0
gcs remastering latch 43 0 8 0
gcs remastering latch 69 0 2 0
gcs resource hash kjbcropen:affinity 0 12 1
gcs resource hash kjblocalfile_nolock 0 7 3
gcs resource hash kjbopen:affinity 0 7 0
gcs resource hash kclrwrite 0 1 1
gcs resource hash kjbassume 0 1 0
ges enqueue table freeli kjlalc: lock allocation 0 23 16
ges enqueue table freeli kjlfr: remove lock from pa 0 4 11
ges group table kjgdgll: move a lock from 0 5 3
ges group table kjgagll: move a lock from 0 4 6
ges resource hash list kjcvscn: remove from scan 0 954 0
ges resource hash list kjrref: find matched resou 0 118 110
ges resource hash list kjucvl: lock convert reque 0 59 81
ges resource hash list kjrmas1: lookup master nod 0 15 1
Latch Miss Sources DB/Inst: DB/DB02 Snaps: 19237-19238
-> only latches with sleeps are shown
-> ordered by name, sleeps desc

NoWait Waiter
Latch Name Where Misses Sleeps Sleeps
------------------------ -------------------------- ------- ---------- --------
ges resource hash list kjtscn: try lock res with 0 2 0
ges resource hash list kjakcai: search for resp b 0 1 0
ges resource hash list kjlmfnd: search for lockp 0 1 0
ges resource table freel kjrm2c: move resource to c 0 5 6
ges resource table freel kjruch: cached obj cleanup 0 1 0
ges synchronous data kjfscpl: get sync data lat 0 1 0
lgwr LWN SCN kcs023 0 10 0
library cache kgldte: child 0 0 3 3
library cache kglhdgn: child: 0 1 0
library cache lock kgllkdl: child: cleanup 0 1 1
list of block allocation ktlabl 0 1 0
messages ksarcv 0 22 3
messages ksaamb: after wakeup 0 7 26
mostly latch-free SCN kcslcu3 0 45 56
mostly latch-free SCN kcsnew_scn_rba 0 3 0
mostly latch-free SCN kcs01 0 2 5
mostly latch-free SCN kcs024 0 1 0
object queue header oper kcbo_switch_cq 0 6 6
object queue header oper kcbw_unlink_q 0 2 6
object queue header oper kcbw_link_q 0 1 4
parameter table allocati ksp_param_table_free 0 1 1
post/wait queue kslpstevent:get 0 5 1
post/wait queue kslpstevent:reget 0 5 0
post/wait queue ksliwat:remove 0 1 10
redo allocation kcrfw_redo_gen: redo alloc 0 238 0
redo allocation kcrfw_redo_gen: redo alloc 0 26 140
redo allocation kcrfw_redo_gen: redo alloc 0 24 0
redo allocation kcrfw_redo_write: more spa 0 14 111
redo allocation kcrfw_redo_write: before w 0 9 60
redo writing kcrfw_cal_target_rba 0 1 0
redo writing kcrfw_post: after write 0 1 0
redo writing kcrfw_post: rba scn pair 0 1 0
row cache objects kqrpre: find obj 0 1 0
session allocation ksuxds: not user session 0 10 11
session allocation ksucri 0 7 11
session allocation ksuxds: KSUSFCLC not set 0 7 3
session allocation ksudlp 0 2 1
session idle bit ksupuc: set busy 0 58 15
session idle bit ksupuc: clear busy 0 13 52
session idle bit ksuxds 0 2 6
simulator lru latch kcbs_simulate: simulate se 0 248 248
slave class create ksvsubmit 0 1 0
undo global data ktudba: KSLBEGIN 0 14 24
undo global data ktudnx:child 0 4 1
undo global data kturimugur: child 0 4 0
undo global data ktusmasp: ktugd_tuux 0 1 1
-------------------------------------------------------------

Parent Latch Statistics DB/Inst: DB/DB02 Snaps: 19237-19238

No data exists for this section of the report.
-------------------------------------------------------------

Child Latch Statistics DB/Inst: DB/DB02 Snaps: 19237-19238

No data exists for this section of the report.
-------------------------------------------------------------

Segments by Logical Reads DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total Logical Reads: 6,705,273
-> Captured Segments account for 78.5% of Total

Tablespace Subobject Obj. Logical
Owner Name Object Name Name Type Reads %Total
---------- ---------- -------------------- ---------- ----- ------------ -------
BMUSER TBS_BMUSER PK_STOCK INDEX 1,740,112 25.95
BMUSER TBS_BMUSER STOCK TABLE 957,824 14.28
BMUSER TBS_BMUSER PK_ITEM INDEX 394,560 5.88
BMUSER TBS_BMUSER OORDER TABLE 385,840 5.75
BMUSER TBS_BMUSER PK_CUSTOMER INDEX 231,456 3.45
-------------------------------------------------------------

Segments by Physical Reads DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total Physical Reads: 7,166
-> Captured Segments account for 99.9% of Total

Tablespace Subobject Obj. Physical
Owner Name Object Name Name Type Reads %Total
---------- ---------- -------------------- ---------- ----- ------------ -------
BMUSER TBS_BMUSER CUSTOMER TABLE 3,890 54.28
BMUSER TBS_BMUSER ORDER_LINE TABLE 1,810 25.26
BMUSER TBS_BMUSER STOCK TABLE 1,360 18.98
BMUSER TBS_BMUSER NDX_CUSTOMER_NAME INDEX 57 .80
BMUSER TBS_BMUSER PK_ORDER_LINE INDEX 36 .50
-------------------------------------------------------------

Segments by Row Lock Waits DB/Inst: DB/DB02 Snaps: 19237-19238
-> % of Capture shows % of row lock waits for each top segment compared
-> with total row lock waits for all segments captured by the Snapshot

Row
Tablespace Subobject Obj. Lock % of
Owner Name Object Name Name Type Waits Capture
---------- ---------- -------------------- ---------- ----- ------------ -------
BMUSER TBS_BMUSER WAREHOUSE TABLE 75,344 78.01
BMUSER TBS_BMUSER DISTRICT TABLE 18,792 19.46
BMUSER TBS_BMUSER NEW_ORDER TABLE 2,404 2.49
BMUSER TBS_BMUSER STOCK TABLE 34 .04
BMUSER TBS_BMUSER CUSTOMER TABLE 4 .00
-------------------------------------------------------------

Segments by ITL Waits DB/Inst: DB/DB02 Snaps: 19237-19238
-> % of Capture shows % of ITL waits for each top segment compared
-> with total ITL waits for all segments captured by the Snapshot

Tablespace Subobject Obj. ITL % of
Owner Name Object Name Name Type Waits Capture
---------- ---------- -------------------- ---------- ----- ------------ -------
BMUSER TBS_BMUSER DISTRICT TABLE 216 100.00
-------------------------------------------------------------

Segments by Buffer Busy Waits DB/Inst: DB/DB02 Snaps: 19237-19238
-> % of Capture shows % of Buffer Busy Waits for each top segment compared
-> with total Buffer Busy Waits for all segments captured by the Snapshot

Buffer
Tablespace Subobject Obj. Busy % of
Owner Name Object Name Name Type Waits Capture
---------- ---------- -------------------- ---------- ----- ------------ -------
BMUSER TBS_BMUSER DISTRICT TABLE 8,711 56.67
BMUSER TBS_BMUSER WAREHOUSE TABLE 6,339 41.24
BMUSER TBS_BMUSER NEW_ORDER TABLE 135 .88
BMUSER TBS_BMUSER ORDER_LINE TABLE 84 .55
BMUSER TBS_BMUSER OORDER TABLE 47 .31
-------------------------------------------------------------

Segments by Global Cache Buffer Busy DB/Inst: DB/DB02 Snaps: 19237-19238
-> % of Capture shows % of GC Buffer Busy for each top segment compared
-> with GC Buffer Busy for all segments captured by the Snapshot

GC
Tablespace Subobject Obj. Buffer % of
Owner Name Object Name Name Type Busy Capture
---------- ---------- -------------------- ---------- ----- ------------ -------
BMUSER TBS_BMUSER PK_NEW_ORDER INDEX 1 100.00
-------------------------------------------------------------

Segments by CR Blocks Received DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total CR Blocks Received: 188
-> Captured Segments account for 89.4% of Total

CR
Tablespace Subobject Obj. Blocks
Owner Name Object Name Name Type Received %Total
---------- ---------- -------------------- ---------- ----- ------------ -------
SYS SYSAUX WRI$_ADV_PARAMETERS_ INDEX 22 11.70
SYS SYSAUX WRI$_ADV_TASKS_PK INDEX 17 9.04
SYS SYSAUX WRH$_SQL_PLAN_PK INDEX 10 5.32
SYS SYSAUX WRH$_SYSSTAT_PK 9760_19235 INDEX 9 4.79
SYS SYSAUX WRH$_PARAMETER_PK 9760_19235 INDEX 8 4.26
-------------------------------------------------------------

Segments by Current Blocks Received DB/Inst: DB/DB02 Snaps: 19237-19238
-> Total Current Blocks Received: 136
-> Captured Segments account for 67.6% of Total

Current
Tablespace Subobject Obj. Blocks
Owner Name Object Name Name Type Received %Total
---------- ---------- -------------------- ---------- ----- ------------ -------
SYS SYSTEM SEG$ TABLE 7 5.15
SYS SYSAUX WRH$_ENQUEUE_STAT_PK INDEX 6 4.41
SYS SYSAUX WRH$_SEG_STAT_PK 9760_19235 INDEX 6 4.41
SYS SYSAUX WRH$_SYSSTAT_PK 9760_19235 INDEX 6 4.41
SYS SYSAUX WRH$_LATCH_MISSES_SU 9760_19235 INDEX 5 3.68
-------------------------------------------------------------

Dictionary Cache Stats DB/Inst: DB/DB02 Snaps: 19237-19238
-> "Pct Misses" should be very low (< 2% in most cases)
-> "Final Usage" is the number of cache entries being used

Get Pct Scan Pct Mod Final
Cache Requests Miss Reqs Miss Reqs Usage
------------------------- ------------ ------ ------- ----- -------- ----------
dc_awr_control 6 0.0 0 N/A 2 1
dc_global_oids 8 0.0 0 N/A 0 33
dc_histogram_data 736 0.0 0 N/A 0 32,992
dc_histogram_defs 802 3.5 0 N/A 0 4,079
dc_object_ids 497 0.8 0 N/A 0 1,612
dc_objects 274 1.8 0 N/A 0 1,601
dc_profiles 61 0.0 0 N/A 0 1
dc_rollback_segments 5,359 0.2 0 N/A 49 99
dc_segments 599 3.2 0 N/A 46 876
dc_sequences 8 0.0 0 N/A 8 6
dc_tablespace_quotas 6 0.0 0 N/A 6 1
dc_tablespaces 4,537 0.0 0 N/A 0 11
dc_usernames 122 0.0 0 N/A 0 14
dc_users 1,714 0.0 0 N/A 0 39
-------------------------------------------------------------

Dictionary Cache Stats (RAC) DB/Inst: DB/DB02 Snaps: 19237-19238

GES GES GES
Cache Requests Conflicts Releases
------------------------- ------------ ------------ ------------
dc_awr_control 4 0 0
dc_histogram_defs 28 0 0
dc_object_ids 4 0 0
dc_objects 5 0 0
dc_rollback_segments 107 0 0
dc_segments 102 0 0
dc_sequences 16 1 0
dc_tablespace_quotas 12 0 0
-------------------------------------------------------------

Library Cache Activity DB/Inst: DB/DB02 Snaps: 19237-19238
-> "Pct Misses" should be very low

Get Pct Pin Pct Invali-
Namespace Requests Miss Requests Miss Reloads dations
--------------- ------------ ------ -------------- ------ ---------- --------
BODY 10 0.0 13 0.0 0 0
INDEX 2 0.0 15 0.0 0 0
SQL AREA 6 100.0 786,491 -0.1 0 0
TABLE/PROCEDURE 44 0.0 651 0.0 0 0
-------------------------------------------------------------

Library Cache Activity (RAC) DB/Inst: DB/DB02 Snaps: 19237-19238

GES Lock GES Pin GES Pin GES Inval GES Invali-
Namespace Requests Requests Releases Requests dations
--------------- ------------ ------------ ------------ ----------- -----------
INDEX 15 0 0 0 0
TABLE/PROCEDURE 332 0 0 0 0
-------------------------------------------------------------

Process Memory Summary DB/Inst: DB/DB02 Snaps: 19237-19238
-> B: Begin snap E: End snap
-> All rows below contain absolute values (i.e. not diffed over the interval)
-> Max Alloc is Maximum PGA Allocation size at snapshot time
-> Hist Max Alloc is the Historical Max Allocation for still-connected processes
-> ordered by Begin/End snapshot, Alloc (MB) desc

Hist
Avg Std Dev Max Max
Alloc Used Alloc Alloc Alloc Alloc Num Num
Category (MB) (MB) (MB) (MB) (MB) (MB) Proc Alloc
- -------- --------- --------- -------- -------- ------- ------- ------ ------
B Other 301.9 N/A 7.0 8.6 26 26 43 43
Freeable 13.4 .0 .7 .4 2 N/A 18 18
SQL 1.2 .6 .0 .1 0 9 24 15
PL/SQL .7 .3 .0 .0 0 0 43 41
E Other 296.7 N/A 6.9 8.7 26 26 43 43
Freeable 13.1 .0 .8 .4 2 N/A 17 17
SQL .7 .3 .0 .1 0 9 23 14
PL/SQL .7 .2 .0 .0 0 0 43 41
-------------------------------------------------------------

SGA Memory Summary DB/Inst: DB/DB02 Snaps: 19237-19238

End Size (Bytes)
SGA regions Begin Size (Bytes) (if different)
------------------------------ ------------------- -------------------
Database Buffers 1,308,622,848
Fixed Size 2,072,472
Redo Buffers 14,704,640
Variable Size 771,752,040
-------------------
sum 2,097,152,000
-------------------------------------------------------------

SGA breakdown difference DB/Inst: DB/DB02 Snaps: 19237-19238
-> ordered by Pool, Name
-> N/A value for Begin MB or End MB indicates the size of that Pool/Name was
insignificant, or zero in that snapshot

Pool Name Begin MB End MB % Diff
------ ------------------------------ -------------- -------------- -------
java free memory 16.0 16.0 0.00
large ASM map operations hashta .4 .4 0.00
large PX msg pool 1.0 1.0 0.00
large free memory 14.6 14.6 0.00
shared ASH buffers 29.0 29.0 0.00
shared CCursor 27.4 27.4 0.21
shared Heap0: KGL 9.3 9.3 0.00
shared KQR L PO 8.1 8.1 0.61
shared KQR M SO 15.9 15.9 0.00
shared PCursor 11.1 11.1 0.19
shared db_block_hash_buckets 8.4 8.4 0.00
shared free memory 276.6 274.4 -0.79
shared gcs resources 25.0 25.0 0.00
shared gcs shadows 15.7 15.7 0.00
shared ges big msg buffers 13.8 13.8 0.00
shared ges enqueues 8.5 8.5 0.09
shared ges reserved msg buffers 7.9 7.9 0.00
shared library cache 23.9 24.4 2.10
shared row cache 7.1 7.1 0.00
shared sql area 128.6 129.4 0.58
buffer_cache 1,248.0 1,248.0 0.00
fixed_sga 2.0 2.0 0.00
log_buffer 14.0 14.0 0.00
-------------------------------------------------------------

Streams CPU/IO Usage DB/Inst: DB/DB02 Snaps: 19237-19238

No data exists for this section of the report.
-------------------------------------------------------------

Streams Capture DB/Inst: DB/DB02 Snaps: 19237-19238

No data exists for this section of the report.
-------------------------------------------------------------

Streams Apply DB/Inst: DB/DB02 Snaps: 19237-19238

No data exists for this section of the report.
-------------------------------------------------------------

Buffered Queues DB/Inst: DB/DB02 Snaps: 19237-19238

No data exists for this section of the report.
-------------------------------------------------------------

Buffered Subscribers DB/Inst: DB/DB02 Snaps: 19237-19238

No data exists for this section of the report.
-------------------------------------------------------------

Rule Set DB/Inst: DB/DB02 Snaps: 19237-19238

No data exists for this section of the report.
-------------------------------------------------------------

Resource Limit Stats DB/Inst: DB/DB02 Snap: 19238

No data exists for this section of the report.
-------------------------------------------------------------

init.ora Parameters DB/Inst: DB/DB02 Snaps: 19237-19238

End value
Parameter Name Begin value (if different)
----------------------------- --------------------------------- --------------
audit_file_dest /u01/oracle/app/oracle/admin/DB/a
background_dump_dest /u01/oracle/app/oracle/admin/DB/b
cluster_database TRUE
cluster_database_instances 2
compatible 10.2.0.2.0
control_files +DG02C/DB/controlfile/current.256
core_dump_dest /u01/oracle/app/oracle/admin/DB/c
db_block_size 8192
db_create_file_dest +DG02D
db_domain DOMAIN
db_file_multiblock_read_count 16
db_name DB
instance_number 2
job_queue_processes 10
log_archive_dest_1 LOCATION=+DG02A
nls_language JAPANESE
nls_territory JAPAN
open_cursors 300
pga_aggregate_target 1048576000
processes 500
remote_login_passwordfile EXCLUSIVE
sga_max_size 2097152000
sga_target 2097152000
spfile +DG02D/DB/spfileoa.ora
thread 2
undo_management AUTO
undo_tablespace UNDOTBS2
user_dump_dest /u01/oracle/app/oracle/admin/DB/u
-------------------------------------------------------------

Global Enqueue Statistics DB/Inst: DB/DB02 Snaps: 19237-19238

Statistic Total per Second per Trans
--------------------------------- ---------------- ------------ ------------
acks for commit broadcast(actual) 28 0.2 0.0
acks for commit broadcast(logical 37 0.3 0.0
broadcast msgs on commit(actual) 30,002 246.2 0.5
broadcast msgs on commit(logical) 31,739 260.5 0.5
broadcast msgs on commit(wasted) 1,926 15.8 0.0
dynamically allocated gcs resourc 0 0.0 0.0
dynamically allocated gcs shadows 0 0.0 0.0
false posts waiting for scn acks 0 0.0 0.0
flow control messages received 0 0.0 0.0
flow control messages sent 0 0.0 0.0
gcs assume cvt 0 0.0 0.0
gcs assume no cvt 36 0.3 0.0
gcs ast xid 0 0.0 0.0
gcs blocked converts 123 1.0 0.0
gcs blocked cr converts 178 1.5 0.0
gcs compatible basts 0 0.0 0.0
gcs compatible cr basts (global) 7 0.1 0.0
gcs compatible cr basts (local) 6 0.0 0.0
gcs cr basts to PIs 0 0.0 0.0
gcs cr serve without current lock 0 0.0 0.0
gcs dbwr flush pi msgs 28 0.2 0.0
gcs dbwr write request msgs 52 0.4 0.0
gcs error msgs 0 0.0 0.0
gcs forward cr to pinged instance 0 0.0 0.0
gcs immediate (compatible) conver 2,127 17.5 0.0
gcs immediate (null) converts 2,757 22.6 0.0
gcs immediate cr (compatible) con 0 0.0 0.0
gcs immediate cr (null) converts 2,469 20.3 0.0
gcs indirect ast 1,647 13.5 0.0
gcs lms flush pi msgs 0 0.0 0.0
gcs lms write request msgs 28 0.2 0.0
gcs msgs process time(ms) 275 2.3 0.0
gcs msgs received 31,129 255.5 0.5
gcs out-of-order msgs 0 0.0 0.0
gcs pings refused 0 0.0 0.0
gcs queued converts 0 0.0 0.0
gcs recovery claim msgs 0 0.0 0.0
gcs refuse xid 0 0.0 0.0
gcs regular cr 0 0.0 0.0
gcs retry convert request 0 0.0 0.0
gcs side channel msgs actual 70 0.6 0.0
gcs side channel msgs logical 6,233 51.2 0.1
gcs undo cr 0 0.0 0.0
gcs write notification msgs 5 0.0 0.0
gcs writes refused 0 0.0 0.0
ges msgs process time(ms) 59 0.5 0.0
ges msgs received 1,624 13.3 0.0
global posts dropped 0 0.0 0.0
global posts queue time 0 0.0 0.0
global posts queued 0 0.0 0.0
global posts requested 0 0.0 0.0
global posts sent 0 0.0 0.0
implicit batch messages received 21 0.2 0.0
implicit batch messages sent 4,549 37.3 0.1
lmd msg send time(ms) 0 0.0 0.0
lms(s) msg send time(ms) 0 0.0 0.0
messages flow controlled 30,453 249.9 0.5
messages queue sent actual 35,232 289.2 0.6
messages queue sent logical 43,426 356.4 0.7
messages received actual 30,993 254.4 0.5
Global Enqueue Statistics DB/Inst: DB/DB02 Snaps: 19237-19238

Statistic Total per Second per Trans
--------------------------------- ---------------- ------------ ------------
messages received logical 32,753 268.8 0.5
messages sent directly 6,910 56.7 0.1
messages sent indirectly 13,027 106.9 0.2
messages sent not implicit batche 30,683 251.8 0.5
messages sent pbatched 2,451 20.1 0.0
msgs causing lmd to send msgs 264 2.2 0.0
msgs causing lms(s) to send msgs 98 0.8 0.0
msgs received queue time (ms) 11,583 95.1 0.2
msgs received queued 32,753 268.8 0.5
msgs sent queue time (ms) 31,351 257.3 0.5
msgs sent queue time on ksxp (ms) 9,208 75.6 0.2
msgs sent queued 43,399 356.2 0.7
msgs sent queued on ksxp 42,340 347.5 0.7
process batch messages received 29,810 244.7 0.5
process batch messages sent 608 5.0 0.0
-------------------------------------------------------------

Global CR Served Stats DB/Inst: DB/DB02 Snaps: 19237-19238

Statistic Total
------------------------------ ------------------
CR Block Requests 136
CURRENT Block Requests 33
Data Block Requests 136
Undo Block Requests 0
TX Block Requests 33
Current Results 169
Private results 0
Zero Results 0
Disk Read Results 0
Fail Results 0
Fairness Down Converts 32
Fairness Clears 0
Free GC Elements 0
Flushes 0
Flushes Queued 0
Flush Queue Full 0
Flush Max Time (us) 0
Light Works 0
Errors 0
-------------------------------------------------------------

Global CURRENT Served Stats DB/Inst: DB/DB02 Snaps: 19237-19238
-> Pins = CURRENT Block Pin Operations
-> Flushes = Redo Flush before CURRENT Block Served Operations
-> Writes = CURRENT Block Fusion Write Operations

Statistic Total % <1ms % <10ms % <100ms % <1s % <10s
---------- ------------ -------- -------- -------- -------- --------
Pins 106 100.00 0.00 0.00 0.00 0.00
Flushes 1 0.00 100.00 0.00 0.00 0.00
Writes 32 15.63 56.25 15.63 12.50 0.00
-------------------------------------------------------------

Global Cache Transfer Stats DB/Inst: DB/DB02 Snaps: 19237-19238
-> Immediate (Immed) - Block Transfer NOT impacted by Remote Processing Delays
-> Busy (Busy) - Block Transfer impacted by Remote Contention
-> Congested (Congst) - Block Transfer impacted by Remote System Load
-> ordered by CR + Current Blocks Received desc

CR Current
----------------------------- -----------------------------
Inst Block Blocks % % % Blocks % % %
No Class Received Immed Busy Congst Received Immed Busy Congst
---- ----------- -------- ------ ------ ------ -------- ------ ------ ------
1 data block 137 81.8 18.2 .0 110 100.0 .0 .0
1 Others 42 100.0 .0 .0 21 100.0 .0 .0
1 undo header 3 100.0 .0 .0 2 100.0 .0 .0
-------------------------------------------------------------

End of Report




WORKLOAD REPOSITORY report for

DB Name DB Id Instance Inst Num Release RAC Host
------------ ----------- ------------ -------- ----------- --- ------------
DB 3046349760 DB02 2 10.2.0.2.0 YES db02

Snap Id Snap Time Sessions Curs/Sess
--------- ------------------- -------- ---------
Begin Snap: 19238 28-9月 -09 01:20:03 41 2.2
End Snap: 19239 28-9月 -09 01:30:50 40 2.4
Elapsed: 10.77 (mins)
DB Time: 265.92 (mins)

Cache Sizes
~~~~~~~~~~~ Begin End
---------- ----------
Buffer Cache: 1,248M 1,248M Std Block Size: 8K
Shared Pool Size: 704M 704M Log Buffer: 14,360K

Load Profile
~~~~~~~~~~~~ Per Second Per Transaction
--------------- ---------------
Redo size: 5,033,529.32 5,371.01
Logical reads: 134,186.87 143.18
Block changes: 31,277.91 33.37
Physical reads: 30.92 0.03
Physical writes: 1,072.68 1.14
User calls: 13,509.06 14.41
Parses: 8.51 0.01
Hard parses: 0.07 0.00
Sorts: 29.58 0.03
Logons: 0.11 0.00
Executes: 12,563.78 13.41
Transactions: 937.17

% Blocks changed per Read: 23.31 Recursive Call %: 6.80
Rollback per transaction %: 32.96 Rows per Sort: 11.71

Instance Efficiency Percentages (Target 100%)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Buffer Nowait %: 99.78 Redo NoWait %: 99.99
Buffer Hit %: 99.98 In-memory Sort %: 100.00
Library Hit %: 100.12 Soft Parse %: 99.20
Execute to Parse %: 99.93 Latch Hit %: 99.61
Parse CPU to Parse Elapsd %: 55.74 % Non-Parse CPU: 99.99

Shared Pool Statistics Begin End
------ ------
Memory Usage %: 61.02 61.37
% SQL with executions>1: 95.36 93.28
% Memory for SQL w/exec>1: 79.90 75.99

Top 5 Timed Events Avg %Total
~~~~~~~~~~~~~~~~~~ wait Call
Event Waits Time (s) (ms) Time Wait Class
------------------------------ ------------ ----------- ------ ------ ----------
enq: TX - row lock contention 504,932 12,614 25 79.1 Applicatio
CPU time 2,951 18.5
log file sync 445,348 843 2 5.3 Commit
latch: cache buffers chains 179,396 176 1 1.1 Concurrenc
buffer busy waits 190,874 67 0 0.4 Concurrenc
-------------------------------------------------------------
RAC Statistics DB/Inst: DB/DB02 Snaps: 19238-19239

Begin End
----- -----
Number of Instances: 2 2


Global Cache Load Profile
~~~~~~~~~~~~~~~~~~~~~~~~~ Per Second Per Transaction
--------------- ---------------
Global Cache blocks received: 3.06 0.00
Global Cache blocks served: 0.51 0.00
GCS/GES messages received: 496.23 0.53
GCS/GES messages sent: 570.18 0.61
DBWR Fusion writes: 0.04 0.00
Estd Interconnect traffic (KB) 236.85


Global Cache Efficiency Percentages (Target local+remote 100%)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Buffer access - local cache %: 99.97
Buffer access - remote cache %: 0.00
Buffer access - disk %: 0.02


Global Cache and Enqueue Services - Workload Characteristics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Avg global enqueue get time (ms): 5.0

Avg global cache cr block receive time (ms): 0.4
Avg global cache current block receive time (ms): 0.5

Avg global cache cr block build time (ms): 0.0
Avg global cache cr block send time (ms): 0.1
Global cache log flushes for cr blocks served %: 7.8
Avg global cache cr block flush time (ms): 0.7

Avg global cache current block pin time (ms): 0.0
Avg global cache current block send time (ms): 0.0
Global cache log flushes for current blocks served %: 5.3
Avg global cache current block flush time (ms): 2.5

Global Cache and Enqueue Services - Messaging Statistics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Avg message sent queue time (ms): 0.9
Avg message sent queue time on ksxp (ms): 0.2
Avg message received queue time (ms): 0.0
Avg GCS message process time (ms): 0.0
Avg GES message process time (ms): 0.0

% of direct sent messages: 4.37
% of indirect sent messages: 9.29
% of flow controlled messages: 86.34
-------------------------------------------------------------

Time Model Statistics DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total time in database user-calls (DB Time): 15955.1s
-> Statistics including the word "background" measure background process
time, and so do not contribute to the DB time statistic
-> Ordered by % or DB time desc, Statistic name

Statistic Name Time (s) % of DB Time
------------------------------------------ ------------------ ------------
sql execute elapsed time 14,765.9 92.5
DB CPU 2,951.2 18.5
repeated bind elapsed time 21.9 .1
parse time elapsed 1.3 .0
hard parse elapsed time 0.9 .0
PL/SQL execution elapsed time 0.6 .0
PL/SQL compilation elapsed time 0.3 .0
connection management call elapsed time 0.2 .0
sequence load elapsed time 0.0 .0
hard parse (sharing criteria) elapsed time 0.0 .0
DB time 15,955.1 N/A
background elapsed time 651.6 N/A
background cpu time 285.4 N/A
-------------------------------------------------------------

Wait Class DB/Inst: DB/DB02 Snaps: 19238-19239
-> s - second
-> cs - centisecond - 100th of a second
-> ms - millisecond - 1000th of a second
-> us - microsecond - 1000000th of a second
-> ordered by wait time desc, waits desc

Avg
%Time Total Wait wait Waits
Wait Class Waits -outs Time (s) (ms) /txn
-------------------- ---------------- ------ ---------------- ------- ---------
Application 504,937 .0 12,614 25 0.8
Commit 445,348 .0 843 2 0.7
Concurrency 371,581 .1 250 1 0.6
Other 371,654 3.2 119 0 0.6
System I/O 375,576 .0 73 0 0.6
Configuration 2,097 1.5 38 18 0.0
User I/O 20,934 .0 31 1 0.0
Network 8,729,071 .0 20 0 14.4
Cluster 20,126 .0 10 0 0.0
-------------------------------------------------------------

Wait Events DB/Inst: DB/DB02 Snaps: 19238-19239
-> s - second
-> cs - centisecond - 100th of a second
-> ms - millisecond - 1000th of a second
-> us - microsecond - 1000000th of a second
-> ordered by wait time desc, waits desc (idle events last)

Avg
%Time Total Wait wait Waits
Event Waits -outs Time (s) (ms) /txn
---------------------------- -------------- ------ ----------- ------- ---------
enq: TX - row lock contentio 504,932 .0 12,614 25 0.8
log file sync 445,348 .0 843 2 0.7
latch: cache buffers chains 179,396 .0 176 1 0.3
buffer busy waits 190,874 .0 67 0 0.3
enq: TX - contention 216 33.8 61 282 0.0
wait for scn ack 285,477 .0 37 0 0.5
log file sequential read 3,426 .0 37 11 0.0
enq: HW - contention 865 3.7 30 34 0.0
Log archive I/O 9,748 .0 29 3 0.0
db file sequential read 19,898 .0 28 1 0.0
SQL*Net message to client 8,728,557 .0 20 0 14.4
log file switch completion 1,074 .0 8 8 0.0
global enqueue expand wait 597 94.1 6 10 0.0
enq: FB - contention 1,445 .0 6 4 0.0
log file parallel write 312,398 .0 5 0 0.5
gc current multi block reque 6,729 .0 5 1 0.0
cursor: pin S wait on X 377 92.0 4 10 0.0
LGWR wait for redo copy 42,667 .0 3 0 0.1
latch: library cache 352 .0 2 7 0.0
gc cr grant 2-way 7,238 .0 2 0 0.0
Data file init write 888 .0 2 2 0.0
latch free 6,460 .0 2 0 0.0
latch: ges resource hash lis 13,855 .0 2 0 0.0
gc current grant 2-way 4,147 .0 1 0 0.0
control file sequential read 2,403 .0 1 0 0.0
rdbms ipc reply 223 .0 1 4 0.0
db file parallel write 46,933 .0 1 0 0.1
gc current block 2-way 1,548 .0 1 0 0.0
wait list latch free 49 .0 1 11 0.0
DFS lock handle 63 .0 0 6 0.0
latch: redo allocation 1,931 .0 0 0 0.0
control file parallel write 634 .0 0 1 0.0
latch: enqueue hash chains 1,093 .0 0 0 0.0
reliable message 5 .0 0 38 0.0
CGS wait for IPC msg 9,875 98.9 0 0 0.0
row cache lock 378 .0 0 0 0.0
gc cr block 2-way 316 .0 0 0 0.0
read by other session 105 .0 0 1 0.0
enq: US - contention 175 .0 0 1 0.0
cursor: pin S 3,640 .0 0 0 0.0
library cache lock 152 .0 0 0 0.0
latch: messages 782 .0 0 0 0.0
enq: TT - contention 86 .0 0 1 0.0
latch: undo global data 276 .0 0 0 0.0
gc buffer busy 33 .0 0 1 0.0
latch: session allocation 143 .0 0 0 0.0
gcs log flush sync 22 9.1 0 2 0.0
latch: redo writing 158 .0 0 0 0.0
latch: cache buffers lru cha 201 .0 0 0 0.0
db file scattered read 7 .0 0 4 0.0
library cache pin 48 .0 0 1 0.0
latch: shared pool 2 .0 0 10 0.0
latch: object queue header o 88 .0 0 0 0.0
ksxr poll remote instances 1,236 65.9 0 0 0.0
gc current grant busy 58 .0 0 0 0.0
enq: CF - contention 45 .0 0 0 0.0
log file single write 34 .0 0 0 0.0
gc cr multi block request 49 .0 0 0 0.0
IPC send completion sync 25 96.0 0 0 0.0
latch: KCL gc element parent 122 .0 0 0 0.0
Wait Events DB/Inst: DB/DB02 Snaps: 19238-19239
-> s - second
-> cs - centisecond - 100th of a second
-> ms - millisecond - 1000th of a second
-> us - microsecond - 1000000th of a second
-> ordered by wait time desc, waits desc (idle events last)

Avg
%Time Total Wait wait Waits
Event Waits -outs Time (s) (ms) /txn
---------------------------- -------------- ------ ----------- ------- ---------
gcs drm freeze in enter serv 1 .0 0 11 0.0
SQL*Net more data to client 462 .0 0 0 0.0
PX Deq: reap credit 700 99.6 0 0 0.0
latch: checkpoint queue latc 55 .0 0 0 0.0
ges inquiry response 16 .0 0 0 0.0
gc cr block busy 7 .0 0 1 0.0
enq: PS - contention 11 .0 0 1 0.0
enq: WF - contention 11 .0 0 0 0.0
enq: WL - contention 9 .0 0 0 0.0
SQL*Net more data from clien 52 .0 0 0 0.0
db file single write 3 .0 0 1 0.0
enq: TM - contention 4 .0 0 0 0.0
latch: gcs resource hash 20 .0 0 0 0.0
enq: SW - contention 3 .0 0 0 0.0
gc current block busy 1 .0 0 1 0.0
enq: TS - contention 2 .0 0 0 0.0
buffer deadlock 15 100.0 0 0 0.0
PX Deq Credit: send blkd 6 33.3 0 0 0.0
enq: TA - contention 2 .0 0 0 0.0
enq: AF - task serialization 1 .0 0 1 0.0
enq: UL - contention 1 .0 0 0 0.0
PX Deq: Signal ACK 4 25.0 0 0 0.0
enq: MW - contention 1 .0 0 0 0.0
direct path read 14 .0 0 0 0.0
direct path write 19 .0 0 0 0.0
enq: TX - index contention 2 .0 0 0 0.0
SQL*Net message from client 8,728,557 .0 22,324 3 14.4
gcs remote message 664,915 54.6 2,481 4 1.1
PX Idle Wait 526 97.5 1,265 2404 0.0
jobq slave wait 519 49.1 1,262 2432 0.0
class slave wait 299 .3 1,170 3912 0.0
Streams AQ: qmn slave idle w 23 .0 634 27557 0.0
Streams AQ: qmn coordinator 48 47.9 634 13204 0.0
Streams AQ: waiting for mess 134 96.3 633 4725 0.0
DIAG idle wait 3,200 .0 631 197 0.0
ASM background timer 568 .0 630 1109 0.0
ges remote message 457,273 .8 603 1 0.8
KSV master wait 319 .0 0 1 0.0
PX Deq: Execution Msg 49 28.6 0 1 0.0
PX Deq: Msg Fragment 36 38.9 0 0 0.0
PX Deq: Join ACK 5 40.0 0 1 0.0
PX Deq: Parse Reply 5 40.0 0 0 0.0
Streams AQ: RAC qmn coordina 48 100.0 0 0 0.0
PX Deq: Execute Reply 4 25.0 0 0 0.0
-------------------------------------------------------------

Background Wait Events DB/Inst: DB/DB02 Snaps: 19238-19239
-> ordered by wait time desc, waits desc (idle events last)

Avg
%Time Total Wait wait Waits
Event Waits -outs Time (s) (ms) /txn
---------------------------- -------------- ------ ----------- ------- ---------
events in waitclass Other 342,313 3.1 41 0 0.6
log file sequential read 3,426 .0 37 11 0.0
Log archive I/O 9,748 .0 29 3 0.0
log file parallel write 312,398 .0 5 0 0.5
control file sequential read 1,658 .0 1 1 0.0
db file parallel write 46,933 .0 1 0 0.1
control file parallel write 625 .0 0 1 0.0
latch: cache buffers chains 241 .0 0 1 0.0
gc current block 2-way 350 .0 0 1 0.0
db file sequential read 21 .0 0 2 0.0
latch: redo writing 138 .0 0 0 0.0
latch: shared pool 1 .0 0 19 0.0
log file single write 34 .0 0 0 0.0
row cache lock 18 .0 0 1 0.0
gc cr block 2-way 20 .0 0 0 0.0
enq: HW - contention 15 .0 0 0 0.0
gc current grant busy 12 .0 0 0 0.0
library cache lock 10 .0 0 0 0.0
gc current block busy 1 .0 0 1 0.0
enq: TM - contention 2 .0 0 0 0.0
gc current grant 2-way 2 .0 0 0 0.0
gc cr grant 2-way 1 .0 0 0 0.0
direct path read 14 .0 0 0 0.0
direct path write 14 .0 0 0 0.0
buffer busy waits 1 .0 0 0 0.0
rdbms ipc message 848,085 1.2 8,849 10 1.4
gcs remote message 664,916 54.6 2,481 4 1.1
Streams AQ: qmn slave idle w 23 .0 634 27557 0.0
Streams AQ: qmn coordinator 48 47.9 634 13204 0.0
pmon timer 222 97.7 632 2847 0.0
DIAG idle wait 3,200 .0 631 197 0.0
ASM background timer 568 .0 630 1109 0.0
ges remote message 457,273 .8 603 1 0.8
smon timer 3 .0 543 180887 0.0
KSV master wait 298 .0 0 1 0.0
PX Deq: Join ACK 5 40.0 0 1 0.0
PX Deq: Parse Reply 5 40.0 0 0 0.0
Streams AQ: RAC qmn coordina 48 100.0 0 0 0.0
PX Deq: Execute Reply 4 25.0 0 0 0.0
class slave wait 265 -4.9 -939 -3542 0.0
-------------------------------------------------------------

Operating System Statistics DB/Inst: DB/DB02 Snaps: 19238-19239

Statistic Total
-------------------------------- --------------------
BUSY_TIME 417,633
IDLE_TIME 610,606
IOWAIT_TIME 23,937
NICE_TIME 469
SYS_TIME 107,901
USER_TIME 281,179
LOAD 9
RSRC_MGR_CPU_WAIT_TIME 0
PHYSICAL_MEMORY_BYTES 600,864
NUM_CPUS 16
NUM_CPU_SOCKETS 4
-------------------------------------------------------------

Service Statistics DB/Inst: DB/DB02 Snaps: 19238-19239
-> ordered by DB Time

Physical Logical
Service Name DB Time (s) DB CPU (s) Reads Reads
-------------------------------- ------------ ------------ ---------- ----------
SYS$USERS 15,955.1 2,951.2 19,878 ##########
DB02 0.0 0.0 0 0
SYS$BACKGROUND 0.0 0.0 35 2,727
-------------------------------------------------------------

Service Wait Class Stats DB/Inst: DB/DB02 Snaps: 19238-19239
-> Wait Class info for services in the Service Statistics section.
-> Total Waits and Time Waited displayed for the following wait
classes: User I/O, Concurrency, Administrative, Network
-> Time Waited (Wt Time) in centisecond (100th of a second)

Service Name
----------------------------------------------------------------
User I/O User I/O Concurcy Concurcy Admin Admin Network Network
Total Wts Wt Time Total Wts Wt Time Total Wts Wt Time Total Wts Wt Time
--------- --------- --------- --------- --------- --------- --------- ---------
SYS$USERS
20883 3047 371310 24959 0 0 8728806 1962
DB02
0 0 0 0 0 0 0 0
SYS$BACKGROUND
49 5 271 31 0 0 0 0
-------------------------------------------------------------

SQL ordered by Elapsed Time DB/Inst: DB/DB02 Snaps: 19238-19239
-> Resources reported for PL/SQL code includes the resources used by all SQL
statements called by the code.
-> % Total DB Time is the Elapsed Time of the SQL statement divided
into the Total Database Time multiplied by 100

Elapsed CPU Elap per % Total
Time (s) Time (s) Executions Exec (s) DB Time SQL Id
---------- ---------- ------------ ---------- ------- -------------
8,350 177 190,733 0.0 52.3 gkk7suw9dj539
UPDATE warehouse SET w_ytd = w_ytd + :1 WHERE w_id = :2

1,778 145 199,441 0.0 11.1 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

1,556 69 190,725 0.0 9.8 1bcnp85gtwgqs
UPDATE district SET d_ytd = d_ytd + :1 WHERE d_w_id = :2 AND d_id = :3

1,343 37 189,289 0.0 8.4 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

321 312 1,991,946 0.0 2.0 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

153 82 197,487 0.0 1.0 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

153 151 1,993,983 0.0 1.0 fpadj2ss0qqkz
SELECT i_price, i_name , i_data FROM item WHERE i_id = :1

125 121 17,078 0.0 0.8 ay93jgq0t1sj7
SELECT MAX(o_id) AS maxorderid FROM oorder WHERE o_w_id = :1 AND o_d_id = :2 AND
o_c_id = :3

117 114 197,481 0.0 0.7 d56tcyg12pq2t
UPDATE stock SET s_quantity = :1 , s_ytd = s_ytd + :2, s_remote_cnt = s_remote_c
nt + :3 WHERE s_i_id = :4 AND s_w_id = :5

102 64 199,430 0.0 0.6 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

-------------------------------------------------------------

SQL ordered by CPU Time DB/Inst: DB/DB02 Snaps: 19238-19239
-> Resources reported for PL/SQL code includes the resources used by all SQL
statements called by the code.
-> % Total DB Time is the Elapsed Time of the SQL statement divided
into the Total Database Time multiplied by 100

CPU Elapsed CPU per % Total
Time (s) Time (s) Executions Exec (s) DB Time SQL Id
---------- ---------- ------------ ----------- ------- -------------
312 321 1,991,946 0.00 2.0 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

177 8,350 190,733 0.00 52.3 gkk7suw9dj539
UPDATE warehouse SET w_ytd = w_ytd + :1 WHERE w_id = :2

151 153 1,993,983 0.00 1.0 fpadj2ss0qqkz
SELECT i_price, i_name , i_data FROM item WHERE i_id = :1

145 1,778 199,441 0.00 11.1 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

121 125 17,078 0.01 0.8 ay93jgq0t1sj7
SELECT MAX(o_id) AS maxorderid FROM oorder WHERE o_w_id = :1 AND o_d_id = :2 AND
o_c_id = :3

114 117 197,481 0.00 0.7 d56tcyg12pq2t
UPDATE stock SET s_quantity = :1 , s_ytd = s_ytd + :2, s_remote_cnt = s_remote_c
nt + :3 WHERE s_i_id = :4 AND s_w_id = :5

85 95 177,146 0.00 0.6 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

82 153 197,487 0.00 1.0 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

69 1,556 190,725 0.00 9.8 1bcnp85gtwgqs
UPDATE district SET d_ytd = d_ytd + :1 WHERE d_w_id = :2 AND d_id = :3

64 102 199,430 0.00 0.6 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

37 1,343 189,289 0.00 8.4 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

-------------------------------------------------------------

SQL ordered by Gets DB/Inst: DB/DB02 Snaps: 19238-19239
-> Resources reported for PL/SQL code includes the resources used by all SQL
statements called by the code.
-> Total Buffer Gets: 86,702,163
-> Captured SQL account for 99.1% of Total

Gets CPU Elapsed
Buffer Gets Executions per Exec %Total Time (s) Time (s) SQL Id
-------------- ------------ ------------ ------ -------- --------- -------------
19,446,998 17,078 1,138.7 22.4 120.74 124.95 ay93jgq0t1sj7
SELECT MAX(o_id) AS maxorderid FROM oorder WHERE o_w_id = :1 AND o_d_id = :2 AND
o_c_id = :3

11,081,595 17,696 626.2 12.8 60.65 62.79 fnz657xz41f7h
SELECT COUNT(DISTINCT (s_i_id)) AS stock_count FROM order_line, stock WHERE ol_w
_id = :1 AND ol_d_id = :2 AND ol_o_id < :3 AND ol_o_id >= :4 - 20 AND s_w_id = :
5 AND s_i_id = ol_i_id AND s_quantity < :6

9,980,307 1,991,946 5.0 11.5 312.31 321.31 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

6,373,042 197,481 32.3 7.4 113.69 116.51 d56tcyg12pq2t
UPDATE stock SET s_quantity = :1 , s_ytd = s_ytd + :2, s_remote_cnt = s_remote_c
nt + :3 WHERE s_i_id = :4 AND s_w_id = :5

6,263,038 199,441 31.4 7.2 145.06 1778.44 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

5,968,916 1,993,983 3.0 6.9 150.83 152.73 fpadj2ss0qqkz
SELECT i_price, i_name , i_data FROM item WHERE i_id = :1

4,739,729 190,733 24.9 5.5 177.06 8349.98 gkk7suw9dj539
UPDATE warehouse SET w_ytd = w_ytd + :1 WHERE w_id = :2

3,610,853 199,430 18.1 4.2 63.56 101.71 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

2,538,867 177,146 14.3 2.9 84.72 94.67 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

1,946,223 190,725 10.2 2.2 69.26 1556.31 1bcnp85gtwgqs
UPDATE district SET d_ytd = d_ytd + :1 WHERE d_w_id = :2 AND d_id = :3

1,770,536 177,141 10.0 2.0 40.77 41.72 d0233sd9245x2
UPDATE oorder SET o_carrier_id = :1 WHERE o_id = :2 AND o_d_id = :3 AND o_w_id =
:4

1,542,543 199,440 7.7 1.8 48.88 79.40 1514q6jxgrgrq
INSERT INTO OORDER (o_id, o_d_id, o_w_id, o_c_id, o_entry_d, o_ol_cnt, o_all_lo
cal) VALUES (:1, :2, :3, :4, :5, :6, :7)

1,457,105 197,487 7.4 1.7 82.11 153.03 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

1,350,774 189,289 7.1 1.6 37.12 1342.69 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

932,639 177,143 5.3 1.1 21.19 21.21 94jprfbw6dzfx
SELECT SUM(ol_amount) AS ol_total FROM order_line WHERE ol_o_id = :1 AND ol_d_id
= :2 AND ol_w_id = :3

873,136 199,428 4.4 1.0 36.68 36.94 7c5r2j02nf02j
SQL ordered by Gets DB/Inst: DB/DB02 Snaps: 19238-19239
-> Resources reported for PL/SQL code includes the resources used by all SQL
statements called by the code.
-> Total Buffer Gets: 86,702,163
-> Captured SQL account for 99.1% of Total

Gets CPU Elapsed
Buffer Gets Executions per Exec %Total Time (s) Time (s) SQL Id
-------------- ------------ ------------ ------ -------- --------- -------------
INSERT INTO NEW_ORDER (no_o_id, no_d_id, no_w_id) VALUES ( :1, :2, :3)

-------------------------------------------------------------

SQL ordered by Reads DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total Disk Reads: 19,976
-> Captured SQL account for 98.9% of Total

Reads CPU Elapsed
Physical Reads Executions per Exec %Total Time (s) Time (s) SQL Id
-------------- ----------- ------------- ------ -------- --------- -------------
9,298 17,078 0.5 46.5 15.88 20.58 c4y1c54rb3mn9
SELECT ol_i_id, ol_supply_w_id, ol_quantity, ol_amount, ol_delivery_d FROM order
_line WHERE ol_o_id = :1 AND ol_d_id =:2 AND ol_w_id = :3

8,344 177,146 0.0 41.8 84.72 94.67 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

1,284 10,520 0.1 6.4 2.46 2.60 0u0avw6b2sq17
SELECT count(*) AS namecnt FROM customer WHERE c_last = :1 AND c_d_id = :2 AND c
_w_id = :3

202 177,145 0.0 1.0 24.20 24.58 6vqdcjwcp2fmg
UPDATE customer SET c_balance = c_balance + :1, c_delivery_cnt = c_delivery_cnt
+ 1 WHERE c_id = :2 AND c_d_id = :3 AND c_w_id = :4

178 199,430 0.0 0.9 63.56 101.71 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

159 190,725 0.0 0.8 18.43 18.50 c21pvfvz7gb5u
SELECT c_first, c_middle, c_last, c_street_1, c_street_2, c_city, c_state, c_zip
, c_phone, c_credit, c_credit_lim, c_discount, c_balance, c_since FROM c
ustomer WHERE c_w_id = :1 AND c_d_id = :2 AND c_id = :3

56 189,277 0.0 0.3 22.47 23.24 4s2ufvfsu85c9
SELECT no_o_id FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 ORDER BY no_o_
id ASC

56 199,428 0.0 0.3 36.68 36.94 7c5r2j02nf02j
INSERT INTO NEW_ORDER (no_o_id, no_d_id, no_w_id) VALUES ( :1, :2, :3)

51 177,141 0.0 0.3 40.77 41.72 d0233sd9245x2
UPDATE oorder SET o_carrier_id = :1 WHERE o_id = :2 AND o_d_id = :3 AND o_w_id =
:4

28 199,440 0.0 0.1 48.88 79.40 1514q6jxgrgrq
INSERT INTO OORDER (o_id, o_d_id, o_w_id, o_c_id, o_entry_d, o_ol_cnt, o_all_lo
cal) VALUES (:1, :2, :3, :4, :5, :6, :7)

-------------------------------------------------------------

SQL ordered by Executions DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total Executions: 8,117,835
-> Captured SQL account for 99.5% of Total

CPU per Elap per
Executions Rows Processed Rows per Exec Exec (s) Exec (s) SQL Id
------------ --------------- -------------- ---------- ----------- -------------
1,993,983 1,990,606 1.0 0.00 0.00 fpadj2ss0qqkz
SELECT i_price, i_name , i_data FROM item WHERE i_id = :1

1,991,946 1,990,957 1.0 0.00 0.00 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

199,441 199,442 1.0 0.00 0.01 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

199,440 199,431 1.0 0.00 0.00 1514q6jxgrgrq
INSERT INTO OORDER (o_id, o_d_id, o_w_id, o_c_id, o_entry_d, o_ol_cnt, o_all_lo
cal) VALUES (:1, :2, :3, :4, :5, :6, :7)

199,440 199,437 1.0 0.00 0.00 c1us7swcm0830
UPDATE district SET d_next_o_id = d_next_o_id + 1 WHERE d_id = :1 AND d_w_id =
:2

199,430 199,416 1.0 0.00 0.00 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

199,428 199,425 1.0 0.00 0.00 7c5r2j02nf02j
INSERT INTO NEW_ORDER (no_o_id, no_d_id, no_w_id) VALUES ( :1, :2, :3)

197,487 1,975,339 10.0 0.00 0.00 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

197,481 1,975,259 10.0 0.00 0.00 d56tcyg12pq2t
UPDATE stock SET s_quantity = :1 , s_ytd = s_ytd + :2, s_remote_cnt = s_remote_c
nt + :3 WHERE s_i_id = :4 AND s_w_id = :5

190,733 190,732 1.0 0.00 0.04 gkk7suw9dj539
UPDATE warehouse SET w_ytd = w_ytd + :1 WHERE w_id = :2

190,726 190,725 1.0 0.00 0.00 aq3mb5uctgkmq
INSERT INTO history (h_c_d_id, h_c_w_id, h_c_id, h_d_id, h_w_id, h_date, h_amoun
t, h_data) VALUES (:1,:2,:3,:4,:5,:6,:7,:8)

190,725 190,727 1.0 0.00 0.01 1bcnp85gtwgqs
UPDATE district SET d_ytd = d_ytd + :1 WHERE d_w_id = :2 AND d_id = :3

190,725 190,710 1.0 0.00 0.00 c21pvfvz7gb5u
SELECT c_first, c_middle, c_last, c_street_1, c_street_2, c_city, c_state, c_zip
, c_phone, c_credit, c_credit_lim, c_discount, c_balance, c_since FROM c
ustomer WHERE c_w_id = :1 AND c_d_id = :2 AND c_id = :3

190,721 190,713 1.0 0.00 0.00 ctqcd4rx5n9bz
SELECT w_street_1, w_street_2, w_city, w_state, w_zip, w_name FROM warehouse WHE
RE w_id = :1

190,711 190,721 1.0 0.00 0.00 76duraut6k3kk
SELECT d_street_1, d_street_2, d_city, d_state, d_zip, d_name FROM district WHER
E d_w_id = :1 AND d_id = :2

189,289 177,144 0.9 0.00 0.01 dfqktja36fg9w
SQL ordered by Executions DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total Executions: 8,117,835
-> Captured SQL account for 99.5% of Total

CPU per Elap per
Executions Rows Processed Rows per Exec Exec (s) Exec (s) SQL Id
------------ --------------- -------------- ---------- ----------- -------------
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

189,277 1,892,840 10.0 0.00 0.00 4s2ufvfsu85c9
SELECT no_o_id FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 ORDER BY no_o_
id ASC

177,146 1,770,918 10.0 0.00 0.00 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

177,145 177,138 1.0 0.00 0.00 6vqdcjwcp2fmg
UPDATE customer SET c_balance = c_balance + :1, c_delivery_cnt = c_delivery_cnt
+ 1 WHERE c_id = :2 AND c_d_id = :3 AND c_w_id = :4

177,143 177,138 1.0 0.00 0.00 94jprfbw6dzfx
SELECT SUM(ol_amount) AS ol_total FROM order_line WHERE ol_o_id = :1 AND ol_d_id
= :2 AND ol_w_id = :3

177,141 177,141 1.0 0.00 0.00 d0233sd9245x2
UPDATE oorder SET o_carrier_id = :1 WHERE o_id = :2 AND o_d_id = :3 AND o_w_id =
:4

177,139 177,143 1.0 0.00 0.00 fpskg2w0pth44
SELECT o_c_id FROM oorder WHERE o_id = :1 AND o_d_id = :2 AND o_w_id = :3

172,033 172,027 1.0 0.00 0.00 74wsf6rnqjcu4
UPDATE customer SET c_balance = :1 WHERE c_w_id = :2 AND c_d_id = :3 AND c_id =
:4

-------------------------------------------------------------

SQL ordered by Parse Calls DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total Parse Calls: 5,500
-> Captured SQL account for 79.5% of Total

% Total
Parse Calls Executions Parses SQL Id
------------ ------------ --------- -------------
1,331 1,331 24.20 bsa0wjtftg3uw
select file# from file$ where ts#=:1

186 186 3.38 0h6b2sajwb74n
select privilege#,level from sysauth$ connect by grantee#=prior privilege# and p
rivilege#>0 start with grantee#=:1 and privilege#>0

117 117 2.13 5aa4qy7098w5k
SELECT seq,message#,fac,hdr,lm,nl,p1,p2,p3,p4,p5,count(*) over () from sys.wri$_
adv_message_groups WHERE id = :1 ORDER BY seq

83 83 1.51 350f5yrnnmshs
lock table sys.mon_mods$ in exclusive mode nowait

83 83 1.51 g00cj285jmgsw
update sys.mon_mods$ set inserts = inserts + :ins, updates = updates + :upd, del
etes = deletes + :del, flags = (decode(bitand(flags, :flag), :flag, flags, flags
+ :flag)), drop_segments = drop_segments + :dropseg, timestamp = :time where ob
j# = :objn

79 79 1.44 9qgtwh66xg6nz
update seg$ set type#=:4,blocks=:5,extents=:6,minexts=:7,maxexts=:8,extsize=:9,e
xtpct=:10,user#=:11,iniexts=:12,lists=decode(:13, 65535, NULL, :13),groups=decod
e(:14, 65535, NULL, :14), cachehint=:15, hwmincr=:16, spare1=DECODE(:17,0,NULL,:
17),scanhint=:18 where ts#=:1 and file#=:2 and block#=:3

69 69 1.25 aq4js2gkfjru8
update tsq$ set blocks=:3,maxblocks=:4,grantor#=:5,priv1=:6,priv2=:7,priv3=:8 wh
ere ts#=:1 and user#=:2

66 66 1.20 3m8smr0v7v1m6
INSERT INTO sys.wri$_adv_message_groups (task_id,id,seq,message#,fac,hdr,lm,nl,p
1,p2,p3,p4,p5) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13)

65 65 1.18 0k8522rmdzg4k
select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#
>0

65 65 1.18 0ws7ahf1d78qa
select SYS_CONTEXT('USERENV', 'SERVER_HOST'), SYS_CONTEXT('USERENV', 'DB_UNIQUE_
NAME'), SYS_CONTEXT('USERENV', 'INSTANCE_NAME'), SYS_CONTEXT('USERENV', 'SERVICE
_NAME'), INSTANCE_NUMBER, STARTUP_TIME, SYS_CONTEXT('USERENV', 'DB_DOMAIN') from
v$instance where INSTANCE_NAME=SYS_CONTEXT('USERENV', 'INSTANCE_NAME')

65 65 1.18 459f3z9u4fb3u
select value$ from props$ where name = 'GLOBAL_DB_NAME'

65 65 1.18 5ur69atw3vfhj
select decode(failover_method, NULL, 0 , 'BASIC', 1, 'PRECONNECT', 2 , 'PREPARSE
', 4 , 0), decode(failover_type, NULL, 1 , 'NONE', 1 , 'SESSION', 2, 'SELECT',
4, 1), failover_retries, failover_delay, flags from service$ where name = :1

62 170 1.13 3c1kubcdjnppq
update sys.col_usage$ set equality_preds = equality_preds + decode(bitan
d(:flag,1),0,0,1), equijoin_preds = equijoin_preds + decode(bitand(:flag
,2),0,0,1), nonequijoin_preds = nonequijoin_preds + decode(bitand(:flag,4),0,0
,1), range_preds = range_preds + decode(bitand(:flag,8),0,0,1),

62 41 1.13 53btfq0dt9bs9
insert into sys.col_usage$ values ( :objn, :coln, decode(bitand(:flag,1),0,0
SQL ordered by Parse Calls DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total Parse Calls: 5,500
-> Captured SQL account for 79.5% of Total

% Total
Parse Calls Executions Parses SQL Id
------------ ------------ --------- -------------
,1), decode(bitand(:flag,2),0,0,1), decode(bitand(:flag,4),0,0,1), decode(
bitand(:flag,8),0,0,1), decode(bitand(:flag,16),0,0,1), decode(bitand(:flag,
32),0,0,1), :time)

62 62 1.13 b2gnxm5z6r51n
lock table sys.col_usage$ in exclusive mode nowait

60 10,520 1.09 0u0avw6b2sq17
SELECT count(*) AS namecnt FROM customer WHERE c_last = :1 AND c_d_id = :2 AND c
_w_id = :3

60 199,440 1.09 1514q6jxgrgrq
INSERT INTO OORDER (o_id, o_d_id, o_w_id, o_c_id, o_entry_d, o_ol_cnt, o_all_lo
cal) VALUES (:1, :2, :3, :4, :5, :6, :7)

60 190,725 1.09 1bcnp85gtwgqs
UPDATE district SET d_ytd = d_ytd + :1 WHERE d_w_id = :2 AND d_id = :3

60 177,146 1.09 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

60 189,277 1.09 4s2ufvfsu85c9
SELECT no_o_id FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 ORDER BY no_o_
id ASC

60 199,441 1.09 51twm1j0jc78u
SELECT d_next_o_id, d_tax FROM district WHERE d_id = :1 AND d_w_id = :2 FOR UPDA
TE

60 197,487 1.09 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

60 177,145 1.09 6vqdcjwcp2fmg
UPDATE customer SET c_balance = c_balance + :1, c_delivery_cnt = c_delivery_cnt
+ 1 WHERE c_id = :2 AND c_d_id = :3 AND c_w_id = :4

60 172,033 1.09 74wsf6rnqjcu4
UPDATE customer SET c_balance = :1 WHERE c_w_id = :2 AND c_d_id = :3 AND c_id =
:4

60 190,711 1.09 76duraut6k3kk
SELECT d_street_1, d_street_2, d_city, d_state, d_zip, d_name FROM district WHER
E d_w_id = :1 AND d_id = :2

60 199,430 1.09 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

60 199,428 1.09 7c5r2j02nf02j
INSERT INTO NEW_ORDER (no_o_id, no_d_id, no_w_id) VALUES ( :1, :2, :3)

60 1,991,946 1.09 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

60 18,692 1.09 8mq2gy6gafuys
SQL ordered by Parse Calls DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total Parse Calls: 5,500
-> Captured SQL account for 79.5% of Total

% Total
Parse Calls Executions Parses SQL Id
------------ ------------ --------- -------------
SELECT c_data FROM customer WHERE c_w_id = :1 AND c_d_id = :2 AND c_id = :3

60 177,143 1.09 94jprfbw6dzfx
SELECT SUM(ol_amount) AS ol_total FROM order_line WHERE ol_o_id = :1 AND ol_d_id
= :2 AND ol_w_id = :3

60 190,726 1.09 aq3mb5uctgkmq
INSERT INTO history (h_c_d_id, h_c_w_id, h_c_id, h_d_id, h_w_id, h_date, h_amoun
t, h_data) VALUES (:1,:2,:3,:4,:5,:6,:7,:8)

60 17,078 1.09 ay93jgq0t1sj7
SELECT MAX(o_id) AS maxorderid FROM oorder WHERE o_w_id = :1 AND o_d_id = :2 AND
o_c_id = :3

60 18,692 1.09 b71a4vpg3zz8g
UPDATE customer SET c_balance = :1, c_data = :2 WHERE c_w_id = :3 AND c_d_id =
:4 AND c_id = :5

60 17,696 1.09 btvh0jccs9jbf
SELECT d_next_o_id FROM district WHERE d_w_id = :1 AND d_id = :2

60 199,440 1.09 c1us7swcm0830
UPDATE district SET d_next_o_id = d_next_o_id + 1 WHERE d_id = :1 AND d_w_id =
:2

60 190,725 1.09 c21pvfvz7gb5u
SELECT c_first, c_middle, c_last, c_street_1, c_street_2, c_city, c_state, c_zip
, c_phone, c_credit, c_credit_lim, c_discount, c_balance, c_since FROM c
ustomer WHERE c_w_id = :1 AND c_d_id = :2 AND c_id = :3

60 17,078 1.09 c4y1c54rb3mn9
SELECT ol_i_id, ol_supply_w_id, ol_quantity, ol_amount, ol_delivery_d FROM order
_line WHERE ol_o_id = :1 AND ol_d_id =:2 AND ol_w_id = :3

60 190,721 1.09 ctqcd4rx5n9bz
SELECT w_street_1, w_street_2, w_city, w_state, w_zip, w_name FROM warehouse WHE
RE w_id = :1

60 177,141 1.09 d0233sd9245x2
UPDATE oorder SET o_carrier_id = :1 WHERE o_id = :2 AND o_d_id = :3 AND o_w_id =
:4

60 197,481 1.09 d56tcyg12pq2t
UPDATE stock SET s_quantity = :1 , s_ytd = s_ytd + :2, s_remote_cnt = s_remote_c
nt + :3 WHERE s_i_id = :4 AND s_w_id = :5

60 189,289 1.09 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

60 60 1.09 f80h0xb1qvbsk
SELECT sys.wri$_adv_seq_msggroup.nextval FROM dual

60 17,696 1.09 fnz657xz41f7h
SELECT COUNT(DISTINCT (s_i_id)) AS stock_count FROM order_line, stock WHERE ol_w
_id = :1 AND ol_d_id = :2 AND ol_o_id < :3 AND ol_o_id >= :4 - 20 AND s_w_id = :
5 AND s_i_id = ol_i_id AND s_quantity < :6

60 1,993,983 1.09 fpadj2ss0qqkz
SELECT i_price, i_name , i_data FROM item WHERE i_id = :1

SQL ordered by Parse Calls DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total Parse Calls: 5,500
-> Captured SQL account for 79.5% of Total

% Total
Parse Calls Executions Parses SQL Id
------------ ------------ --------- -------------
60 177,139 1.09 fpskg2w0pth44
SELECT o_c_id FROM oorder WHERE o_id = :1 AND o_d_id = :2 AND o_w_id = :3

60 190,733 1.09 gkk7suw9dj539
UPDATE warehouse SET w_ytd = w_ytd + :1 WHERE w_id = :2

-------------------------------------------------------------

SQL ordered by Sharable Memory DB/Inst: DB/DB02 Snaps: 19238-19239
-> Only Statements with Sharable Memory greater than 1048576 are displayed

Sharable Mem (b) Executions % Total SQL Id
---------------- ------------ -------- -------------
14,773,160 N/A 2.00 3y9bat7nwcjy5
SELECT ELAPSED_TIME FROM DBA_SCHEDULER_RUNNING_JOBS WHERE JOB_NAME = 'AUTO_SPACE
_ADVISOR_JOB'

4,786,681 1 0.65 31a13pnjps7j3
SELECT source, (case when time_secs < 1 then 1 else time_secs end) as tim
e_secs, operation FROM ( SELECT 1 as source, trunc((s
ysdate - cast(ll.log_date as date)) * 86400) as time_secs,
decode(ll.operation, 'OPEN', 0

1,904,688 2 0.26 10xj8nynmpqtq
SELECT dbin.db_name, dbin.instance_name, dbin.version, CASE WHEN s1.start
up_time = s2.startup_time THEN 0 ELSE 1 END as bounce, CAST(s
1.end_interval_time AS DATE) as begin_time, CAST(s2.end_interval_time AS
DATE) as end_time, ROUND((cast( (case when s2.end_interval

1,376,130 1 0.19 63fyqfhnd7u5k
select OBJOID, CLSOID, RUNTIME, PRI, JOBTYPE, SCHLIM, WT, INST, RUNNOW, ENQ_
SCHLIM from ( select a.obj# OBJOID, a.class_oid CLSOID, decode(bitand(a.flags
, 16384), 0, a.next_run_date, a.last_enabled_time) RUNTIME, (2*a.priority +
decode(bitand(a.job_status, 4), 0, 0, decode(a.running_instance, :

1,228,420 1 0.17 akh9zqqkx3wj7
select 1, max(id) from sys.wri$_adv_objects where task_id = :1 union all select
2, max(id) from sys.wri$_adv_recommendations where task_id = :1 union all sele
ct 3, max(id) from sys.wri$_adv_actions where task_id = :1 union all select 4,
max(id) from sys.wri$_adv_findings where task_id = :1 union all select 5, max(i

1,149,615 1 0.16 32whwm2babwpt
insert into wrh$_seg_stat_obj ( snap_id , dbid , ts#
, obj# , dataobj# , owner , object_name
, subobject_name , partition_type , object_type
, tablespace_name) select :lah_snap_id , :dbid , ss1.tsn_k

-------------------------------------------------------------

SQL ordered by Version Count DB/Inst: DB/DB02 Snaps: 19238-19239
-> Only Statements with Version Count greater than 20 are displayed

Version
Count Executions SQL Id
-------- ------------ -------------
227 N/A 3y9bat7nwcjy5
SELECT ELAPSED_TIME FROM DBA_SCHEDULER_RUNNING_JOBS WHERE JOB_NAME = 'AUTO_SPACE
_ADVISOR_JOB'

45 1 14566d856s6hs
SELECT owner# FROM sys.wri$_adv_tasks WHERE id = :1

45 1 298ppdduqr7wm
SELECT status FROM sys.wri$_adv_tasks WHERE id = :1

42 2 10xj8nynmpqtq
SELECT dbin.db_name, dbin.instance_name, dbin.version, CASE WHEN s1.start
up_time = s2.startup_time THEN 0 ELSE 1 END as bounce, CAST(s
1.end_interval_time AS DATE) as begin_time, CAST(s2.end_interval_time AS
DATE) as end_time, ROUND((cast( (case when s2.end_interval

41 1 31a13pnjps7j3
SELECT source, (case when time_secs < 1 then 1 else time_secs end) as tim
e_secs, operation FROM ( SELECT 1 as source, trunc((s
ysdate - cast(ll.log_date as date)) * 86400) as time_secs,
decode(ll.operation, 'OPEN', 0

41 1 gdn3ysuyssf82
SELECT advisor_id FROM sys.wri$_adv_tasks WHERE ID = :1

36 1 bhvyz9bgyrhb2
SELECT name,datatype,value,flags, nvl(description,'NULL') FROM sys.wri$_adv_para
meters WHERE task_id = :1 ORDER BY 1

34 1 0cn2wm9d7zq8d
SELECT decode(value,'FATAL',1,'ERROR',2,'WARNING',3,'INFORMATION',4,'INFORMATION
2',5,'INFORMATION3',6,'INFORMATION4',7,'INFORMATION5',8,'INFORMATION6',9,0) FROM
sys.wri$_adv_parameters WHERE task_id = :1 AND name = 'JOURNALING'

33 1 akh9zqqkx3wj7
select 1, max(id) from sys.wri$_adv_objects where task_id = :1 union all select
2, max(id) from sys.wri$_adv_recommendations where task_id = :1 union all sele
ct 3, max(id) from sys.wri$_adv_actions where task_id = :1 union all select 4,
max(id) from sys.wri$_adv_findings where task_id = :1 union all select 5, max(i

22 3 3qsmy8ybvwt3n
insert into WRI$_ALERT_OUTSTANDING (reason_id, object_id, subobject_id, internal
_instance_number, owner, object_name, subobject_name, sequence_id, reason_argume
nt_1, reason_argument_2, reason_argument_3, reason_argument_4, reason_argument_5
, time_suggested, creation_time, action_argument_1, action_argument_2, action_ar

-------------------------------------------------------------

SQL ordered by Cluster Wait Time DB/Inst: DB/DB02 Snaps: 19238-19239

Cluster CWT % of Elapsed CPU
Wait Time (s) Elapsd Tim Time(s) Time(s) Executions SQL Id
------------- ---------- ----------- ----------- -------------- -------------
4.14 2.7 153.03 82.11 197,487 6jz5rgq9a7ba7
INSERT INTO order_line (ol_o_id, ol_d_id, ol_w_id, ol_number, ol_i_id, ol_supply
_w_id, ol_quantity, ol_amount, ol_dist_info) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9
)

1.84 1.9 94.67 84.72 177,146 2jp2n2gtkrv23
UPDATE order_line SET ol_delivery_d = :1 WHERE ol_o_id = :2 AND ol_d_id = :3 AND
ol_w_id = :4

1.52 7.4 20.58 15.88 17,078 c4y1c54rb3mn9
SELECT ol_i_id, ol_supply_w_id, ol_quantity, ol_amount, ol_delivery_d FROM order
_line WHERE ol_o_id = :1 AND ol_d_id =:2 AND ol_w_id = :3

.56 0.7 79.40 48.88 199,440 1514q6jxgrgrq
INSERT INTO OORDER (o_id, o_d_id, o_w_id, o_c_id, o_entry_d, o_ol_cnt, o_all_lo
cal) VALUES (:1, :2, :3, :4, :5, :6, :7)

.18 6.8 2.60 2.46 10,520 0u0avw6b2sq17
SELECT count(*) AS namecnt FROM customer WHERE c_last = :1 AND c_d_id = :2 AND c
_w_id = :3

.11 0.4 24.58 24.20 177,145 6vqdcjwcp2fmg
UPDATE customer SET c_balance = c_balance + :1, c_delivery_cnt = c_delivery_cnt
+ 1 WHERE c_id = :2 AND c_d_id = :3 AND c_w_id = :4

.09 0.3 28.67 27.78 172,033 74wsf6rnqjcu4
UPDATE customer SET c_balance = :1 WHERE c_w_id = :2 AND c_d_id = :3 AND c_id =
:4

.08 0.3 27.26 25.81 190,726 aq3mb5uctgkmq
INSERT INTO history (h_c_d_id, h_c_w_id, h_c_id, h_d_id, h_w_id, h_date, h_amoun
t, h_data) VALUES (:1,:2,:3,:4,:5,:6,:7,:8)

.03 0.1 41.72 40.77 177,141 d0233sd9245x2
UPDATE oorder SET o_carrier_id = :1 WHERE o_id = :2 AND o_d_id = :3 AND o_w_id =
:4

.03 0.0 101.71 63.56 199,430 7a5yd1khb2m6y
SELECT c_discount, c_last, c_credit, w_tax FROM customer, warehouse WHERE w_id
= :1 AND w_id = c_w_id AND c_d_id = :2 AND c_id = :3

.03 71.9 0.04 0.01 1 g337099aatnuj
update smon_scn_time set orig_thread=0, time_mp=:1, time_dp=:2, scn=:3, scn_wrp
=:4, scn_bas=:5, num_mappings=:6, tim_scn_map=:7 where thread=0 and scn = (sel
ect min(scn) from smon_scn_time where thread=0)

.03 0.1 18.50 18.43 190,725 c21pvfvz7gb5u
SELECT c_first, c_middle, c_last, c_street_1, c_street_2, c_city, c_state, c_zip
, c_phone, c_credit, c_credit_lim, c_discount, c_balance, c_since FROM c
ustomer WHERE c_w_id = :1 AND c_d_id = :2 AND c_id = :3

.03 0.1 36.94 36.68 199,428 7c5r2j02nf02j
INSERT INTO NEW_ORDER (no_o_id, no_d_id, no_w_id) VALUES ( :1, :2, :3)

.01 34.8 0.03 0.01 2 fqmqh8vhs2mh5
insert into wrh$_sysmetric_history (snap_id, dbid, instance_number, beg
in_time, end_time, intsize, group_id, metric_id, value) select :snap_id, :
dbid, :instance_number, begtime, endtime, intsize_csec, groupid, metri
cid, value from x$kewmdrmv

SQL ordered by Cluster Wait Time DB/Inst: DB/DB02 Snaps: 19238-19239

Cluster CWT % of Elapsed CPU
Wait Time (s) Elapsd Tim Time(s) Time(s) Executions SQL Id
------------- ---------- ----------- ----------- -------------- -------------
.01 0.0 1,342.69 37.12 189,289 dfqktja36fg9w
DELETE FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 AND no_o_id = :3

.01 0.0 23.24 22.47 189,277 4s2ufvfsu85c9
SELECT no_o_id FROM new_order WHERE no_d_id = :1 AND no_w_id = :2 ORDER BY no_o_
id ASC

.01 0.2 4.14 3.99 18,692 b71a4vpg3zz8g
UPDATE customer SET c_balance = :1, c_data = :2 WHERE c_w_id = :3 AND c_d_id =
:4 AND c_id = :5

.01 0.1 5.33 0.64 3 b058ymxj1rvkg
Module: OEM
SELECT sql_id,sql_text from v$sql WHERE sql_id in (:1,:2,:3,:4,:5,:6,:7,:8,:9,:
10)

.01 0.0 321.31 312.31 1,991,946 7uqz50526gxdj
SELECT s_quantity, s_data, s_dist_01, s_dist_02, s_dist_03, s_dist_04, s_dist_05
, s_dist_06, s_dist_07, s_dist_08, s_dist_09, s_dist_10 FROM stock WHERE
s_i_id = :1 AND s_w_id = :2 FOR UPDATE

-------------------------------------------------------------

Instance Activity Stats DB/Inst: DB/DB02 Snaps: 19238-19239

Statistic Total per Second per Trans
-------------------------------- ------------------ -------------- -------------
CPU used by this session 215,298 333.2 0.4
CPU used when call started 215,229 333.1 0.4
CR blocks created 431,947 668.5 0.7
Cached Commit SCN referenced 0 0.0 0.0
Commit SCN cached 0 0.0 0.0
DB time 1,708,612 2,644.4 2.8
DBWR checkpoint buffers written 543,966 841.9 0.9
DBWR checkpoints 17 0.0 0.0
DBWR fusion writes 26 0.0 0.0
DBWR object drop buffers written 0 0.0 0.0
DBWR thread checkpoint buffers w 543,966 841.9 0.9
DBWR transaction table writes 318 0.5 0.0
DBWR undo block writes 151,577 234.6 0.3
DFO trees parallelized 2 0.0 0.0
Misses for writing mapping 0 0.0 0.0
PX local messages recv'd 5 0.0 0.0
PX local messages sent 5 0.0 0.0
PX remote messages recv'd 42 0.1 0.0
PX remote messages sent 26 0.0 0.0
Parallel operations not downgrad 2 0.0 0.0
RowCR - row contention 223,744 346.3 0.4
RowCR attempts 900,415 1,393.6 1.5
RowCR hits 662,199 1,024.9 1.1
SMON posted for undo segment shr 0 0.0 0.0
SQL*Net roundtrips to/from clien 8,728,302 13,508.6 14.4
active txn count during cleanout 10,343,995 16,009.2 17.1
application wait time 1,261,425 1,952.3 2.1
background checkpoints completed 17 0.0 0.0
background checkpoints started 17 0.0 0.0
background timeouts 2,716 4.2 0.0
branch node splits 45 0.1 0.0
buffer is not pinned count 38,156,981 59,054.7 63.0
buffer is pinned count 144,668,333 223,899.7 238.9
bytes received via SQL*Net from 761,740,297 1,178,927.3 1,258.0
bytes sent via SQL*Net to client 1,600,796,595 2,477,514.7 2,643.6
calls to get snapshot scn: kcmgs 11,895,536 18,410.4 19.6
calls to kcmgas 1,009,515 1,562.4 1.7
calls to kcmgcs 313,164 484.7 0.5
change write time 18,083 28.0 0.0
cleanout - number of ktugct call 1,255,651 1,943.3 2.1
cleanouts and rollbacks - consis 365,382 565.5 0.6
cleanouts only - consistent read 2,980 4.6 0.0
cluster key scan block gets 1,056 1.6 0.0
cluster key scans 251 0.4 0.0
cluster wait time 955 1.5 0.0
commit batch performed 0 0.0 0.0
commit batch requested 0 0.0 0.0
commit batch/immediate performed 2,206 3.4 0.0
commit batch/immediate requested 2,206 3.4 0.0
commit cleanout failures: block 20 0.0 0.0
commit cleanout failures: buffer 200 0.3 0.0
commit cleanout failures: callba 15,624 24.2 0.0
commit cleanout failures: cannot 81,829 126.6 0.1
commit cleanouts 5,566,869 8,615.7 9.2
commit cleanouts successfully co 5,469,196 8,464.5 9.0
commit immediate performed 2,206 3.4 0.0
commit immediate requested 2,206 3.4 0.0
commit txn count during cleanout 141,609 219.2 0.2
concurrency wait time 24,990 38.7 0.0
consistent changes 3,880,527 6,005.8 6.4
Instance Activity Stats DB/Inst: DB/DB02 Snaps: 19238-19239

Statistic Total per Second per Trans
-------------------------------- ------------------ -------------- -------------
consistent gets 72,342,242 111,962.4 119.5
consistent gets - examination 50,225,647 77,733.0 82.9
consistent gets direct 0 0.0 0.0
consistent gets from cache 72,342,242 111,962.4 119.5
cursor authentications 24 0.0 0.0
data blocks consistent reads - u 3,836,139 5,937.1 6.3
db block changes 20,209,594 31,277.9 33.4
db block gets 14,359,921 22,224.5 23.7
db block gets direct 34 0.1 0.0
db block gets from cache 14,360,109 22,224.8 23.7
deferred (CURRENT) block cleanou 2,832,842 4,384.3 4.7
dirty buffers inspected 56,335 87.2 0.1
enqueue conversions 404 0.6 0.0
enqueue releases 2,755,282 4,264.3 4.6
enqueue requests 2,755,283 4,264.3 4.6
enqueue timeouts 1 0.0 0.0
enqueue waits 489,001 756.8 0.8
exchange deadlocks 15 0.0 0.0
execute count 8,117,835 12,563.8 13.4
failed probes on index block rec 225 0.4 0.0
free buffer inspected 262,427 406.2 0.4
free buffer requested 676,780 1,047.4 1.1
gc CPU used by this session 9,364 14.5 0.0
gc blocks lost 0 0.0 0.0
gc cr block build time 0 0.0 0.0
gc cr block flush time 1 0.0 0.0
gc cr block receive time 15 0.0 0.0
gc cr block send time 1 0.0 0.0
gc cr blocks received 352 0.5 0.0
gc cr blocks served 179 0.3 0.0
gc current block flush time 2 0.0 0.0
gc current block pin time 0 0.0 0.0
gc current block receive time 83 0.1 0.0
gc current block send time 0 0.0 0.0
gc current blocks received 1,626 2.5 0.0
gc current blocks served 150 0.2 0.0
gcs messages sent 363,489 562.6 0.6
ges messages sent 4,921 7.6 0.0
global enqueue get time 1,278,145 1,978.2 2.1
global enqueue gets async 401 0.6 0.0
global enqueue gets sync 2,557,396 3,958.0 4.2
global enqueue releases 2,557,065 3,957.5 4.2
heap block compress 794,945 1,230.3 1.3
hot buffers moved to head of LRU 246,415 381.4 0.4
immediate (CR) block cleanout ap 368,362 570.1 0.6
immediate (CURRENT) block cleano 312,428 483.5 0.5
index fast full scans (full) 0 0.0 0.0
index fetch by key 12,313,909 19,057.9 20.3
index scans kdiixs1 618,752 957.6 1.0
leaf node 90-10 splits 78 0.1 0.0
leaf node splits 14,988 23.2 0.0
lob reads 10 0.0 0.0
lob writes 75 0.1 0.0
lob writes unaligned 75 0.1 0.0
logons cumulative 74 0.1 0.0
messages received 1,148,489 1,777.5 1.9
messages sent 1,148,425 1,777.4 1.9
no buffer to keep pinned count 0 0.0 0.0
no work - consistent read gets 20,349,167 31,493.9 33.6
opened cursors cumulative 5,516 8.5 0.0
Instance Activity Stats DB/Inst: DB/DB02 Snaps: 19238-19239

Statistic Total per Second per Trans
-------------------------------- ------------------ -------------- -------------
parse count (failures) 0 0.0 0.0
parse count (hard) 44 0.1 0.0
parse count (total) 5,500 8.5 0.0
parse time cpu 34 0.1 0.0
parse time elapsed 61 0.1 0.0
physical read IO requests 19,964 30.9 0.0
physical read bytes 163,643,392 253,267.0 270.3
physical read total IO requests 25,804 39.9 0.0
physical read total bytes 3,714,060,288 5,748,162.6 6,133.6
physical read total multi block 3,364 5.2 0.0
physical reads 19,976 30.9 0.0
physical reads cache 19,962 30.9 0.0
physical reads cache prefetch 12 0.0 0.0
physical reads direct 14 0.0 0.0
physical reads direct (lob) 0 0.0 0.0
physical reads direct temporary 0 0.0 0.0
physical reads prefetch warmup 0 0.0 0.0
physical write IO requests 97,655 151.1 0.2
physical write bytes 5,677,776,896 8,787,360.0 9,376.5
physical write total IO requests 700,853 1,084.7 1.2
physical write total bytes 13,027,661,312 20,162,600.9 21,514.4
physical write total multi block 640,986 992.0 1.1
physical writes 693,088 1,072.7 1.1
physical writes direct 48 0.1 0.0
physical writes direct (lob) 0 0.0 0.0
physical writes direct temporary 0 0.0 0.0
physical writes from cache 693,040 1,072.6 1.1
physical writes non checkpoint 202,903 314.0 0.3
pinned buffers inspected 34 0.1 0.0
prefetched blocks aged out befor 0 0.0 0.0
process last non-idle time 648 1.0 0.0
queries parallelized 2 0.0 0.0
recursive calls 636,502 985.1 1.1
recursive cpu usage 9,209 14.3 0.0
redo blocks written 6,863,174 10,622.0 11.3
redo buffer allocation retries 555 0.9 0.0
redo entries 10,551,705 16,330.6 17.4
redo log space requests 1,085 1.7 0.0
redo log space wait time 831 1.3 0.0
redo ordering marks 120,755 186.9 0.2
redo size 3,252,314,300 5,033,529.3 5,371.0
redo subscn max counts 6,306 9.8 0.0
redo synch time 86,747 134.3 0.1
redo synch writes 408,382 632.0 0.7
redo wastage 147,103,156 227,668.1 242.9
redo write time 24,645 38.1 0.0
redo writer latching time 354 0.6 0.0
redo writes 312,404 483.5 0.5
rollback changes - undo records 32,113 49.7 0.1
rollbacks only - consistent read 39,366 60.9 0.1
rows fetched via callback 8,972,387 13,886.4 14.8
session connect time 0 0.0 0.0
session cursor cache hits 2,385 3.7 0.0
session logical reads 86,702,163 134,186.9 143.2
session pga memory 7,240,000 11,205.2 12.0
session pga memory max 21,068,096 32,606.6 34.8
session uga memory 2,731,520 4,227.5 4.5
session uga memory max 31,126,448 48,173.7 51.4
shared hash latch upgrades - no 1,225,654 1,896.9 2.0
shared hash latch upgrades - wai 16,429 25.4 0.0
Instance Activity Stats DB/Inst: DB/DB02 Snaps: 19238-19239

Statistic Total per Second per Trans
-------------------------------- ------------------ -------------- -------------
sorts (disk) 0 0.0 0.0
sorts (memory) 19,112 29.6 0.0
sorts (rows) 223,886 346.5 0.4
sql area evicted 0 0.0 0.0
sql area purged 2 0.0 0.0
summed dirty queue length 1,003,988 1,553.9 1.7
switch current to new buffer 37,422 57.9 0.1
table fetch by rowid 88,667,640 137,228.8 146.4
table fetch continued row 91,681 141.9 0.2
table scan blocks gotten 7,848 12.2 0.0
table scan rows gotten 189,824 293.8 0.3
table scans (long tables) 0 0.0 0.0
table scans (short tables) 1,609 2.5 0.0
total number of times SMON poste 3 0.0 0.0
transaction lock background get 0 0.0 0.0
transaction lock background gets 4 0.0 0.0
transaction lock foreground requ 4 0.0 0.0
transaction lock foreground wait 0 0.0 0.0
transaction rollbacks 2,206 3.4 0.0
undo change vector size 1,095,160,872 1,694,954.4 1,808.6
user I/O wait time 3,066 4.8 0.0
user calls 8,728,606 13,509.1 14.4
user commits 405,955 628.3 0.7
user rollbacks 199,576 308.9 0.3
workarea executions - onepass 0 0.0 0.0
workarea executions - optimal 16,896 26.2 0.0
write clones created in backgrou 4 0.0 0.0
write clones created in foregrou 354 0.6 0.0
-------------------------------------------------------------

Instance Activity Stats - Absolute Values DB/Inst: DB/DB02 Snaps: 19238-19239
-> Statistics with absolute values (should not be diffed)

Statistic Begin Value End Value
-------------------------------- --------------- ---------------
session cursor cache count 150,344 150,905
opened cursors current 89 96
logons current 41 40
-------------------------------------------------------------

Instance Activity Stats - Thread Activity DB/Inst: DB/DB02 Snaps: 19238-19239
-> Statistics identified by '(derived)' come from sources other than SYSSTAT

Statistic Total per Hour
-------------------------------- ------------------ ---------
log switches (derived) 17 94.72
-------------------------------------------------------------

Tablespace IO Stats DB/Inst: DB/DB02 Snaps: 19238-19239
-> ordered by IOs (Reads + Writes) desc

Tablespace
------------------------------
Av Av Av Av Buffer Av Buf
Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)
-------------- ------- ------ ------- ------------ -------- ---------- ------
TBS_BMUSER_DAT
19,740 31 1.5 1.0 56,279 87 158,104 0.4
UNDOTBS2
2 0 0.0 1.0 41,040 64 32,768 0.1
SYSAUX
98 0 3.2 1.0 239 0 0 0.0
SYSTEM
51 0 3.5 1.2 80 0 138 1.0
PERFSTAT_01
2 0 0.0 1.0 2 0 0 0.0
TBS_BMUSER_INX
2 0 0.0 1.0 2 0 0 0.0
UNDOTBS1
2 0 5.0 1.0 2 0 0 0.0
-------------------------------------------------------------

File IO Stats DB/Inst: DB/DB02 Snaps: 19238-19239
-> ordered by Tablespace, File

Tablespace Filename
------------------------ ----------------------------------------------------
Av Av Av Av Buffer Av Buf
Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)
-------------- ------- ------ ------- ------------ -------- ---------- ------
PERFSTAT_01 +DG02D/DB/datafile/perfstat_01.262.647688553
2 0 0.0 1.0 2 0 0 0.0
SYSAUX +DG02D/DB/datafile/sysaux.258.628276379
98 0 3.2 1.0 239 0 0 0.0
SYSTEM +DG02D/DB/datafile/system.256.628276361
51 0 3.5 1.2 80 0 138 1.0
TBS_BMUSER_DAT +DG02D2/DB/datafile/tbs_bmuser_dat.256.698718569
19,740 31 1.5 1.0 56,279 87 158,104 0.4
TBS_BMUSER_INX +DG02D3/DB/datafile/tbs_bmuser_inx.256.698718813
2 0 0.0 1.0 2 0 0 0.0
UNDOTBS1 +DG02D/DB/datafile/undotbs1.257.628276371
2 0 5.0 1.0 2 0 0 0.0
UNDOTBS2 +DG02D/DB/datafile/undotbs2.260.628276389
2 0 0.0 1.0 41,040 64 32,768 0.1
-------------------------------------------------------------

Buffer Pool Statistics DB/Inst: DB/DB02 Snaps: 19238-19239
-> Standard block size Pools D: default, K: keep, R: recycle
-> Default Pools for other block sizes: 2k, 4k, 8k, 16k, 32k

Free Writ Buffer
Number of Pool Buffer Physical Physical Buff Comp Busy
P Buffers Hit% Gets Reads Writes Wait Wait Waits
--- ---------- ---- -------------- ------------ ----------- ---- ---- ----------
D 149,994 100 86,604,470 19,934 692,973 0 0 191,004
-------------------------------------------------------------

Instance Recovery Stats DB/Inst: DB/DB02 Snaps: 19238-19239
-> B: Begin snapshot, E: End snapshot

Targt Estd Log File Log Ckpt Log Ckpt
MTTR MTTR Recovery Actual Target Size Timeout Interval
(s) (s) Estd IOs Redo Blks Redo Blks Redo Blks Redo Blks Redo Blks
- ----- ----- ---------- --------- --------- ---------- --------- ------------
B 0 108 90449 1076201 1105920 1105920 2034760 N/A
E 0 106 80726 1107807 1105920 1105920 2727470 N/A
-------------------------------------------------------------

Buffer Pool Advisory DB/Inst: DB/DB02 Snap: 19239
-> Only rows with estimated physical reads >0 are displayed
-> ordered by Block Size, Buffers For Estimate

Est
Phys
Size for Size Buffers for Read Estimated
P Est (M) Factor Estimate Factor Physical Reads
--- -------- ------ ---------------- ------ ------------------
D 112 .1 13,461 16.1 1,171,761
D 224 .2 26,922 8.1 589,423
D 336 .3 40,383 5.4 391,865
D 448 .4 53,844 4.1 296,610
D 560 .4 67,305 3.0 217,001
D 672 .5 80,766 2.2 160,002
D 784 .6 94,227 1.7 123,528
D 896 .7 107,688 1.3 95,113
D 1,008 .8 121,149 1.1 78,164
D 1,120 .9 134,610 1.0 74,686
D 1,232 1.0 148,071 1.0 73,064
D 1,248 1.0 149,994 1.0 72,906
D 1,344 1.1 161,532 1.0 72,037
D 1,456 1.2 174,993 1.0 71,173
D 1,568 1.3 188,454 1.0 69,901
D 1,680 1.3 201,915 0.9 68,758
D 1,792 1.4 215,376 0.9 68,244
D 1,904 1.5 228,837 0.9 68,068
D 2,016 1.6 242,298 0.9 67,852
D 2,128 1.7 255,759 0.9 67,688
D 2,240 1.8 269,220 0.9 67,528
-------------------------------------------------------------

PGA Aggr Summary DB/Inst: DB/DB02 Snaps: 19238-19239
-> PGA cache hit % - percentage of W/A (WorkArea) data processed only in-memory

PGA Cache Hit % W/A MB Processed Extra W/A MB Read/Written
--------------- ------------------ --------------------------
100.0 86 0
-------------------------------------------------------------

PGA Aggr Target Stats DB/Inst: DB/DB02 Snaps: 19238-19239
-> B: Begin snap E: End snap (rows dentified with B or E contain data
which is absolute i.e. not diffed over the interval)
-> Auto PGA Target - actual workarea memory target
-> W/A PGA Used - amount of memory used for all Workareas (manual + auto)
-> %PGA W/A Mem - percentage of PGA memory allocated to workareas
-> %Auto W/A Mem - percentage of workarea memory controlled by Auto Mem Mgmt
-> %Man W/A Mem - percentage of workarea memory under manual control

%PGA %Auto %Man
PGA Aggr Auto PGA PGA Mem W/A PGA W/A W/A W/A Global Mem
Target(M) Target(M) Alloc(M) Used(M) Mem Mem Mem Bound(K)
- ---------- ---------- ---------- ---------- ------ ------ ------ ----------
B 1,000 763 311.2 0.0 .0 .0 .0 102,400
E 1,000 760 312.3 0.0 .0 .0 .0 102,400
-------------------------------------------------------------

PGA Aggr Target Histogram DB/Inst: DB/DB02 Snaps: 19238-19239
-> Optimal Executions are purely in-memory operations

Low High
Optimal Optimal Total Execs Optimal Execs 1-Pass Execs M-Pass Execs
------- ------- -------------- -------------- ------------ ------------
2K 4K 16,823 16,823 0 0
64K 128K 9 9 0 0
128K 256K 2 2 0 0
512K 1024K 56 56 0 0
1M 2M 5 5 0 0
-------------------------------------------------------------

PGA Memory Advisory DB/Inst: DB/DB02 Snap: 19239
-> When using Auto Memory Mgmt, minimally choose a pga_aggregate_target value
where Estd PGA Overalloc Count is 0

Estd Extra Estd PGA Estd PGA
PGA Target Size W/A MB W/A MB Read/ Cache Overalloc
Est (MB) Factr Processed Written to Disk Hit % Count
---------- ------- ---------------- ---------------- -------- ----------
125 0.1 120,029.0 3,811.9 97.0 349
250 0.3 120,029.0 422.3 100.0 2
500 0.5 120,029.0 422.3 100.0 0
750 0.8 120,029.0 422.3 100.0 0
1,000 1.0 120,029.0 422.3 100.0 0
1,200 1.2 120,029.0 367.2 100.0 0
1,400 1.4 120,029.0 367.2 100.0 0
1,600 1.6 120,029.0 367.2 100.0 0
1,800 1.8 120,029.0 367.2 100.0 0
2,000 2.0 120,029.0 367.2 100.0 0
3,000 3.0 120,029.0 367.2 100.0 0
4,000 4.0 120,029.0 367.2 100.0 0
6,000 6.0 120,029.0 367.2 100.0 0
8,000 8.0 120,029.0 367.2 100.0 0
-------------------------------------------------------------

Shared Pool Advisory DB/Inst: DB/DB02 Snap: 19239
-> SP: Shared Pool Est LC: Estimated Library Cache Factr: Factor
-> Note there is often a 1:Many correlation between a single logical object
in the Library Cache, and the physical number of memory objects associated
with it. Therefore comparing the number of Lib Cache objects (e.g. in
v$librarycache), with the number of Lib Cache Memory Objects is invalid.

Est LC Est LC Est LC Est LC
Shared SP Est LC Time Time Load Load Est LC
Pool Size Size Est LC Saved Saved Time Time Mem
Size(M) Factr (M) Mem Obj (s) Factr (s) Factr Obj Hits
---------- ----- -------- ------------ ------- ------ ------- ------ -----------
320 .4 88 4,804 ####### .9 27,053 146.2 4,280,816
400 .6 165 9,185 ####### 1.0 211 1.1 4,296,037
480 .7 244 15,113 ####### 1.0 189 1.0 4,297,066
560 .8 323 21,268 ####### 1.0 185 1.0 4,297,297
640 .9 381 26,791 ####### 1.0 185 1.0 4,297,413
720 1.0 400 28,888 ####### 1.0 185 1.0 4,297,459
800 1.1 400 28,888 ####### 1.0 185 1.0 4,297,459
880 1.2 400 28,888 ####### 1.0 185 1.0 4,297,459
960 1.3 400 28,888 ####### 1.0 185 1.0 4,297,459
1,040 1.4 400 28,888 ####### 1.0 185 1.0 4,297,459
1,120 1.6 400 28,888 ####### 1.0 185 1.0 4,297,459
1,200 1.7 400 28,888 ####### 1.0 185 1.0 4,297,459
1,280 1.8 400 28,888 ####### 1.0 185 1.0 4,297,459
1,360 1.9 400 28,888 ####### 1.0 185 1.0 4,297,459
1,440 2.0 400 28,888 ####### 1.0 185 1.0 4,297,459
-------------------------------------------------------------

SGA Target Advisory DB/Inst: DB/DB02 Snap: 19239

SGA Target SGA Size Est DB Est Physical
Size (M) Factor Time (s) Reads
---------- ---------- ------------ ----------------
500 0.3 52,100 1,188,024
1,000 0.5 23,863 220,314
1,500 0.8 23,638 79,643
2,000 1.0 23,624 72,548
2,500 1.3 23,619 69,428
3,000 1.5 23,617 68,877
3,500 1.8 23,617 68,877
4,000 2.0 23,617 68,877
-------------------------------------------------------------

Streams Pool Advisory DB/Inst: DB/DB02 Snap: 19239

No data exists for this section of the report.
-------------------------------------------------------------

Java Pool Advisory DB/Inst: DB/DB02 Snap: 19239

No data exists for this section of the report.
-------------------------------------------------------------

Buffer Wait Statistics DB/Inst: DB/DB02 Snaps: 19238-19239
-> ordered by wait time desc, waits desc

Class Waits Total Wait Time (s) Avg Time (ms)
------------------ ----------- ------------------- --------------
data block 157,163 67 0
undo block 20,762 2 0
undo header 12,006 2 0
1st level bmb 1,030 0 0
segment header 29 0 0
2nd level bmb 20 0 0
-------------------------------------------------------------

Enqueue Activity DB/Inst: DB/DB02 Snaps: 19238-19239
-> only enqueues with waits are shown
-> Enqueue stats gathered prior to 10g should not be compared with 10g data
-> ordered by Wait Time desc, Waits desc

Enqueue Type (Request Reason)
------------------------------------------------------------------------------
Requests Succ Gets Failed Gets Waits Wt Time (s) Av Wt Time(ms)
------------ ------------ ----------- ----------- ------------ --------------
TX-Transaction (row lock contention)
486,599 486,564 0 486,478 12,934 26.59
TX-Transaction
425,612 425,614 0 127 62 491.26
HW-Segment High Water Mark
1,937 1,937 0 726 30 41.60
FB-Format Block
2,351 2,351 0 1,294 6 4.80
US-Undo Segment
397 397 0 168 0 .60
TT-Tablespace
1,438 1,438 0 81 0 .99
WL-Being Written Redo Log
18 17 1 9 0 3.33
CF-Controlfile Transaction
1,376 1,376 0 33 0 .61
TA-Instance Undo
2 2 0 2 0 5.00
TS-Temporary Segment
2 2 0 2 0 5.00
PS-PX Process Reservation
18 18 0 11 0 .00
WF-AWR Flush
15 15 0 10 0 .00
TM-DML
1,830,463 1,829,587 0 4 0 .00
SW-Suspend Writes
3 3 0 3 0 .00
AF-Advisor Framework (task serialization)
7 7 0 1 0 .00
MW-MWIN Schedule
1 1 0 1 0 .00
TX-Transaction (index contention)
24 24 0 1 0 .00
UL-User-defined
1 1 0 1 0 .00
-------------------------------------------------------------

Undo Segment Summary DB/Inst: DB/DB02 Snaps: 19238-19239
-> Min/Max TR (mins) - Min and Max Tuned Retention (minutes)
-> STO - Snapshot Too Old count, OOS - Out of Space count
-> Undo segment block stats:
-> uS - unexpired Stolen, uR - unexpired Released, uU - unexpired reUsed
-> eS - expired Stolen, eR - expired Released, eU - expired reUsed

Undo Num Undo Number of Max Qry Max Tx Min/Max STO/ uS/uR/uU/
TS# Blocks (K) Transactions Len (s) Concurcy TR (mins) OOS eS/eR/eU
---- ---------- --------------- -------- -------- --------- ----- --------------
4 176.0 498,901 150 50 15/15 0/0 0/0/0/0/0/0
-------------------------------------------------------------

Undo Segment Stats DB/Inst: DB/DB02 Snaps: 19238-19239
-> Most recent 35 Undostat rows, ordered by Time desc

Num Undo Number of Max Qry Max Tx Tun Ret STO/ uS/uR/uU/
End Time Blocks Transactions Len (s) Concy (mins) OOS eS/eR/eU
------------ ----------- ------------ ------- ------- ------- ----- ------------
28-9月 01:3 124,939 347,167 150 50 15 0/0 0/0/0/0/0/0

28-9月 01:2 51,054 151,734 0 48 15 0/0 0/0/0/0/0/0

-------------------------------------------------------------

Latch Activity DB/Inst: DB/DB02 Snaps: 19238-19239
-> "Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
willing-to-wait latch get requests
-> "NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
-> "Pct Misses" for both should be very close to 0.0

Pct Avg Wait Pct
Get Get Slps Time NoWait NoWait
Latch Name Requests Miss /Miss (s) Requests Miss
------------------------ -------------- ------ ------ ------ ------------ ------
ASM allocation 1,429 0.0 N/A 0 0 N/A
ASM map headers 620 0.0 N/A 0 0 N/A
ASM map load waiting lis 208 0.0 N/A 0 0 N/A
ASM map operation freeli 267 0.0 N/A 0 0 N/A
ASM map operation hash t 1,854,231 0.0 0.1 0 0 N/A
ASM network background l 1,222 0.0 N/A 0 0 N/A
AWR Alerted Metric Eleme 4,753 0.0 N/A 0 0 N/A
Consistent RBA 313,771 0.3 0.1 0 0 N/A
FAL request queue 47 0.0 N/A 0 0 N/A
FAL subheap alocation 47 0.0 N/A 0 0 N/A
FIB s.o chain latch 184 0.0 N/A 0 0 N/A
FOB s.o list latch 703 0.0 N/A 0 0 N/A
JS broadcast add buf lat 148 0.0 N/A 0 0 N/A
JS broadcast drop buf la 148 0.0 N/A 0 0 N/A
JS broadcast load blnc l 129 0.0 N/A 0 0 N/A
JS queue state obj latch 3,870 0.0 N/A 0 0 N/A
KCL gc element parent la 1,575,304 0.1 0.1 0 25 0.0
KFK SGA context latch 558 0.0 N/A 0 0 N/A
KFMD SGA 428 0.0 N/A 0 0 N/A
KJC message pool free li 304,625 0.0 0.0 0 14,812 0.0
KJCT flow control latch 678,906 0.0 0.0 0 0 N/A
KMG MMAN ready and start 215 0.0 N/A 0 0 N/A
KSXR large replies 2 0.0 N/A 0 0 N/A
KTF sga latch 2 0.0 N/A 0 214 0.0
KWQMN job cache list lat 56 0.0 N/A 0 0 N/A
MQL Tracking Latch 0 N/A N/A 0 14 0.0
Memory Management Latch 0 N/A N/A 0 215 0.0
OS process 198 0.0 N/A 0 0 N/A
OS process allocation 346 0.0 N/A 0 0 N/A
OS process: request allo 131 0.0 N/A 0 0 N/A
PL/SQL warning settings 144 0.0 N/A 0 0 N/A
SGA IO buffer pool latch 293,997 0.0 0.0 0 293,997 0.0
SQL memory manager latch 1 0.0 N/A 0 216 0.0
SQL memory manager worka 15,111 0.0 N/A 0 0 N/A
Shared B-Tree 24 0.0 N/A 0 0 N/A
active checkpoint queue 608,758 1.8 0.0 0 0 N/A
active service list 2,197 0.0 N/A 0 221 0.0
archive control 75 0.0 N/A 0 0 N/A
archive process latch 263 0.0 N/A 0 0 N/A
begin backup scn array 4 0.0 N/A 0 0 N/A
business card 4 0.0 N/A 0 0 N/A
cache buffer handles 46,417 0.1 0.0 0 0 N/A
cache buffers chains 175,236,997 0.4 0.2 176 585,640 2.1
cache buffers lru chain 2,158,732 0.2 0.0 0 1,080,942 0.3
cache table scan latch 0 N/A N/A 0 7 0.0
channel handle pool latc 135 0.0 N/A 0 0 N/A
channel operations paren 38,554 0.0 N/A 0 0 N/A
checkpoint queue latch 12,185,880 0.0 0.0 0 682,663 0.1
client/application info 389 0.0 N/A 0 0 N/A
commit callback allocati 16 0.0 N/A 0 0 N/A
compile environment latc 74 0.0 N/A 0 0 N/A
dml lock allocation 3,661,168 1.7 0.0 0 0 N/A
dummy allocation 149 0.0 N/A 0 0 N/A
enqueue hash chains 10,624,295 0.4 0.0 0 14,070 0.2
enqueues 1,605,663 0.5 0.0 0 0 N/A
error message lists 8 0.0 N/A 0 0 N/A
event group latch 65 0.0 N/A 0 0 N/A
file cache latch 1,338 0.0 N/A 0 0 N/A
first spare latch 2 0.0 N/A 0 0 N/A
gcs opaque info freelist 1,724 0.0 N/A 0 0 N/A
Latch Activity DB/Inst: DB/DB02 Snaps: 19238-19239
-> "Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
willing-to-wait latch get requests
-> "NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
-> "Pct Misses" for both should be very close to 0.0

Pct Avg Wait Pct
Get Get Slps Time NoWait NoWait
Latch Name Requests Miss /Miss (s) Requests Miss
------------------------ -------------- ------ ------ ------ ------------ ------
gcs partitioned table ha 1,045,691 0.0 N/A 0 0 N/A
gcs remaster request que 6 0.0 N/A 0 0 N/A
gcs remastering latch 143,859 0.0 4.2 0 0 N/A
gcs resource freelist 47,570 0.0 0.0 0 0 N/A
gcs resource hash 1,482,186 0.0 0.0 0 0 N/A
gcs shadows freelist 104 0.0 N/A 0 0 N/A
ges caches resource list 337,348 0.1 0.1 0 245,255 0.1
ges deadlock list 973,596 0.3 0.0 0 10 0.0
ges domain table 5,116,708 0.0 0.0 0 0 N/A
ges enqueue table freeli 5,117,884 0.1 0.0 0 0 N/A
ges group table 6,951,510 0.1 0.0 0 0 N/A
ges process hash list 5,222 0.0 N/A 0 0 N/A
ges process parent latch 10,722,357 0.0 N/A 0 0 N/A
ges process table freeli 131 0.0 N/A 0 0 N/A
ges resource hash list 5,616,042 1.0 0.3 2 724,491 0.0
ges resource scan list 974,278 0.1 0.0 0 0 N/A
ges resource table freel 473,762 0.0 0.1 0 0 N/A
ges synchronous data 64 0.0 N/A 0 3,109 0.1
ges timeout list 428 0.0 N/A 0 354 0.0
global KZLD latch for me 65 0.0 N/A 0 0 N/A
hash table column usage 124 0.0 N/A 0 7,036 0.0
hash table modification 4 0.0 N/A 0 0 N/A
job_queue_processes para 11 0.0 N/A 0 0 N/A
kks stats 75 0.0 N/A 0 0 N/A
ksuosstats global area 45 0.0 N/A 0 0 N/A
ksv instance 6 0.0 N/A 0 0 N/A
ktm global data 3 0.0 N/A 0 0 N/A
kwqbsn:qsga 24 0.0 N/A 0 0 N/A
lgwr LWN SCN 314,715 0.5 0.0 0 0 N/A
library cache 653,443 0.9 0.1 2 23 0.0
library cache load lock 168 0.0 N/A 0 0 N/A
library cache lock 17,918 0.4 0.0 0 0 N/A
library cache lock alloc 1,331 0.2 0.0 0 0 N/A
library cache pin 4,376 0.0 N/A 0 0 N/A
library cache pin alloca 39 0.0 N/A 0 0 N/A
list of block allocation 79,254 0.0 0.0 0 0 N/A
loader state object free 26 0.0 N/A 0 0 N/A
message pool operations 162 0.0 N/A 0 0 N/A
messages 3,212,054 0.3 0.1 0 0 N/A
mostly latch-free SCN 369,199 12.9 0.0 0 0 N/A
msg queue 264 0.0 N/A 0 264 0.0
multiblock read objects 72 0.0 N/A 0 0 N/A
name-service memory obje 3,716 0.0 N/A 0 0 N/A
name-service namespace b 5,182 0.0 N/A 0 0 N/A
name-service pending que 3,664 0.0 N/A 0 0 N/A
name-service request que 9,854 0.0 N/A 0 0 N/A
ncodef allocation latch 14 0.0 N/A 0 0 N/A
object queue header heap 2,439,522 0.0 0.0 0 4,123 0.3
object queue header oper 5,041,332 0.1 0.0 0 0 N/A
object stats modificatio 2 0.0 N/A 0 0 N/A
parallel query alloc buf 176 0.0 N/A 0 0 N/A
parallel query stats 15 0.0 N/A 0 0 N/A
parallel txn reco latch 196 0.0 N/A 0 0 N/A
parameter table allocati 75 1.3 0.0 0 0 N/A
post/wait queue 1,062,601 1.4 0.0 0 445,988 0.1
process allocation 3,386 0.0 1.0 0 65 0.0
process group creation 131 0.0 N/A 0 0 N/A
process queue 38 0.0 N/A 0 0 N/A
process queue reference 835 0.0 N/A 0 78 0.0
qmn task queue latch 92 0.0 N/A 0 0 N/A
Latch Activity DB/Inst: DB/DB02 Snaps: 19238-19239
-> "Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
willing-to-wait latch get requests
-> "NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
-> "Pct Misses" for both should be very close to 0.0

Pct Avg Wait Pct
Get Get Slps Time NoWait NoWait
Latch Name Requests Miss /Miss (s) Requests Miss
------------------------ -------------- ------ ------ ------ ------------ ------
query server freelists 30 0.0 N/A 0 0 N/A
queued dump request 3,200 0.0 N/A 0 0 N/A
redo allocation 1,274,534 3.8 0.0 0 10,503,673 3.8
redo copy 0 N/A N/A 0 10,552,686 0.9
redo writing 1,837,425 0.4 0.0 0 0 N/A
resmgr group change latc 79 0.0 N/A 0 0 N/A
resmgr:actses active lis 149 0.0 N/A 0 0 N/A
resmgr:actses change gro 74 0.0 N/A 0 0 N/A
resmgr:free threads list 148 0.0 N/A 0 0 N/A
resmgr:schema config 1 0.0 N/A 0 0 N/A
row cache objects 135,143 0.0 0.0 0 22 0.0
rules engine aggregate s 3 0.0 N/A 0 0 N/A
rules engine rule set st 6 0.0 N/A 0 0 N/A
segmented array pool 116 0.0 N/A 0 0 N/A
sequence cache 417 0.0 N/A 0 0 N/A
session allocation 1,219,574 0.9 0.0 0 0 N/A
session idle bit 18,062,957 0.1 0.1 0 0 N/A
session state list latch 149 0.0 N/A 0 0 N/A
session switching 14 0.0 N/A 0 0 N/A
session timer 221 0.0 N/A 0 0 N/A
shared pool 596,527 0.0 0.1 0 0 N/A
shared pool sim alloc 5 0.0 N/A 0 0 N/A
shared pool simulator 976 0.0 N/A 0 0 N/A
simulator hash latch 6,614,176 0.0 0.0 0 0 N/A
simulator lru latch 6,577,913 1.1 0.0 1 12,933 0.0
slave class 1,000 0.0 N/A 0 0 N/A
slave class create 565 0.0 N/A 0 0 N/A
sort extent pool 29 0.0 N/A 0 0 N/A
state object free list 2 0.0 N/A 0 0 N/A
statistics aggregation 112 0.0 N/A 0 0 N/A
temp lob duration state 2 0.0 N/A 0 0 N/A
threshold alerts latch 47 0.0 N/A 0 0 N/A
transaction allocation 31,456 0.0 N/A 0 0 N/A
transaction branch alloc 14 0.0 N/A 0 0 N/A
undo global data 18,426,384 0.1 0.0 0 14 0.0
user lock 261 0.0 N/A 0 0 N/A
-------------------------------------------------------------

Latch Sleep Breakdown DB/Inst: DB/DB02 Snaps: 19238-19239
-> ordered by misses desc

Latch Name
----------------------------------------
Get Requests Misses Sleeps Spin Gets Sleep1 Sleep2 Sleep3
-------------- ----------- ----------- ---------- -------- -------- --------
cache buffers chains
175,236,997 763,686 179,396 593,270 0 0 0
simulator lru latch
6,577,913 72,053 2,190 69,945 0 0 0
dml lock allocation
3,661,168 63,944 1,807 62,216 0 0 0
ges resource hash list
5,616,042 54,194 13,855 40,521 0 0 0
redo allocation
1,274,534 48,878 1,931 47,032 0 0 0
mostly latch-free SCN
369,199 47,474 719 46,775 0 0 0
enqueue hash chains
10,624,295 40,885 1,093 39,833 0 0 0
undo global data
18,426,384 17,518 276 17,250 0 0 0
post/wait queue
1,062,601 15,366 81 15,286 0 0 0
session idle bit
18,062,957 13,292 753 12,570 0 0 0
active checkpoint queue latch
608,758 11,255 167 11,088 0 0 0
session allocation
1,219,574 11,018 143 10,876 0 0 0
ges group table
6,951,510 10,297 119 10,179 0 0 0
messages
3,212,054 9,302 782 8,526 0 0 0
enqueues
1,605,663 7,840 215 7,627 0 0 0
ges enqueue table freelist
5,117,884 6,721 185 6,541 0 0 0
redo writing
1,837,425 6,616 158 6,458 0 0 0
library cache
653,443 5,630 352 5,279 0 0 0
cache buffers lru chain
2,158,732 4,850 201 4,651 0 0 0
object queue header operation
5,041,332 3,973 88 3,885 0 0 0
ges deadlock list
973,596 3,097 30 3,067 0 0 0
checkpoint queue latch
12,185,880 2,955 55 2,900 0 0 0
lgwr LWN SCN
314,715 1,529 24 1,506 0 0 0
KCL gc element parent latch
1,575,304 993 122 872 0 0 0
Consistent RBA
313,771 870 63 808 0 0 0
ges resource scan list
974,278 775 17 760 0 0 0
gcs resource hash
1,482,186 433 20 417 0 0 0
ges caches resource lists
337,348 371 30 342 0 0 0
simulator hash latch
6,614,176 223 4 219 0 0 0
ges domain table
5,116,708 187 5 182 0 0 0
Latch Sleep Breakdown DB/Inst: DB/DB02 Snaps: 19238-19239
-> ordered by misses desc

Latch Name
----------------------------------------
Get Requests Misses Sleeps Spin Gets Sleep1 Sleep2 Sleep3
-------------- ----------- ----------- ---------- -------- -------- --------
ges resource table freelist
473,762 53 7 46 0 0 0
shared pool
596,527 19 2 17 0 0 0
ASM map operation hash table
1,854,231 15 1 14 0 0 0
gcs remastering latch
143,859 10 42 3 0 0 0
process allocation
3,386 1 1 0 0 0 0
-------------------------------------------------------------

Latch Miss Sources DB/Inst: DB/DB02 Snaps: 19238-19239
-> only latches with sleeps are shown
-> ordered by name, sleeps desc

NoWait Waiter
Latch Name Where Misses Sleeps Sleeps
------------------------ -------------------------- ------- ---------- --------
ASM map operation hash t kffmDoDone_1 0 1 1
KCL gc element parent la kclrwrite 0 155 171
KCL gc element parent la kclnfndnewm 0 100 12
KCL gc element parent la kclfwrite1 0 6 30
KCL gc element parent la kclliter 0 4 4
KCL gc element parent la kclnfnd 0 3 2
KCL gc element parent la kclulb 0 3 8
active checkpoint queue kcbbacq: scan active check 0 167 167
cache buffers chains kcbgtcr: fast path 0 148,349 12,503
cache buffers chains kcbgcur: kslbegin 0 44,049 31,008
cache buffers chains kcbchg: kslbegin: bufs not 0 30,960 82,045
cache buffers chains kcbnlc 0 7,473 16,472
cache buffers chains kcbzwb 0 5,057 3,489
cache buffers chains kcbgtcr: kslbegin excl 0 3,918 15,944
cache buffers chains kcbzgb: scan from tail. no 0 1,111 0
cache buffers chains kcbchg: kslbegin: call CR 0 1,053 37,180
cache buffers chains kcbrls: kslbegin 0 923 40,281
cache buffers chains kcbbxsv 0 729 433
cache buffers chains kcbnew: new latch again 0 227 18
cache buffers chains kcbget: pin buffer 0 153 424
cache buffers chains kclcls_3 0 150 16
cache buffers chains kcbgkcbcr 0 85 2,791
cache buffers chains kcbget: exchange rls 0 64 389
cache buffers chains kcbso1: set no access 0 59 469
cache buffers chains kcbget: exchange 0 52 636
cache buffers chains kcbbic1 0 38 60
cache buffers chains kcbcge 0 21 481
cache buffers chains kcbesc: escalate 0 11 2
cache buffers chains kcbgtcr: kslbegin shared 0 8 0
cache buffers chains kcbzhngcbk1: get hash chai 0 5 0
cache buffers chains kcbbic2 0 3 48
cache buffers chains kcbnew_1 0 1 22
cache buffers chains kclwcrs 0 1 1
cache buffers chains kclwrt 0 1 0
cache buffers lru chain kcbzgws 0 132 0
cache buffers lru chain kcbbxsv: move to being wri 0 38 117
cache buffers lru chain kcbkubc 0 12 59
cache buffers lru chain kcbgtcr:CR Scan:KCBRSKIP 0 9 0
cache buffers lru chain kcbzgb: posted for free bu 0 6 11
cache buffers lru chain kcbbic2 0 2 33
cache buffers lru chain kcbzswcu 0 2 6
checkpoint queue latch kcbklbc: Link buffer into 0 48 0
checkpoint queue latch kcbkubc 0 3 5
checkpoint queue latch kcbswcu: Switch buffers 0 2 0
checkpoint queue latch kcbbcthc: check thread que 0 1 3
checkpoint queue latch kcbbwthc: thread checkpoin 0 1 48
dml lock allocation ktaiam 0 1,268 1,326
dml lock allocation ktaidm 0 539 481
enqueue hash chains ksqgtl3 0 344 382
enqueue hash chains ksqcmi: if lk mode request 0 267 194
enqueue hash chains ksqcmi: if lk mode not req 0 240 79
enqueue hash chains ksqrcl 0 212 431
enqueue hash chains ksqexpandres 0 28 7
enqueue hash chains ksucallcbksafely: ksqhngcb 0 2 0
enqueues ksqgel: create enqueue 0 121 41
enqueues ksqies 0 61 90
enqueues ksqdel 0 32 84
enqueues ksqgtl2 0 1 0
gcs remastering latch 59 0 37 0
gcs remastering latch 43 0 6 0
Latch Miss Sources DB/Inst: DB/DB02 Snaps: 19238-19239
-> only latches with sleeps are shown
-> ordered by name, sleeps desc

NoWait Waiter
Latch Name Where Misses Sleeps Sleeps
------------------------ -------------------------- ------- ---------- --------
gcs remastering latch 69 0 2 0
gcs resource hash kclrwrite 0 6 6
gcs resource hash kjbopen 0 6 7
gcs resource hash kjblocalfile_nolock 0 3 1
gcs resource hash kjbassume 0 2 1
gcs resource hash kjbcropen:affinity 0 2 0
gcs resource hash kjbcrcomplete 0 1 0
ges deadlock list kjcvdte: insert into dd ti 0 22 20
ges deadlock list kjcvdld: remove from dd ti 0 8 11
ges domain table kjdmlad: add a lock to an 0 3 1
ges domain table kjdmlrm: remove a lock fro 0 2 4
ges enqueue table freeli kjlalc: lock allocation 0 132 108
ges enqueue table freeli kjlfr: remove lock from pa 0 53 77
ges group table kjgdgll: move a lock from 0 67 37
ges group table kjgagll: move a lock from 0 52 82
ges resource hash list kjcvscn: remove from scan 0 12,213 0
ges resource hash list kjrref: find matched resou 0 777 772
ges resource hash list kjucvl: lock convert reque 0 733 813
ges resource hash list kjrmas1: lookup master nod 0 72 1
ges resource hash list kjlrlr: remove lock from r 0 59 12,269
ges resource hash list kjlmfnd: search for lockp 0 1 0
ges resource scan list kjcvscn: traverse scan_q 0 14 2
ges resource scan list kjcvmsc: add to scan_q 0 3 15
ges resource table freel kjrm2c: move resource to c 0 10 30
ges resource table freel kjruch: cached obj cleanup 0 9 0
ges resource table freel kjralc: resource allocatio 0 7 6
ges resource table freel kjrchc: cached obj cleanup 0 7 0
ges resource table freel kjchc: clean resource cach 0 4 0
lgwr LWN SCN kcs023 0 103 0
library cache kgldte: child 0 0 297 348
library cache kglic 0 52 0
library cache kglLockCursor 0 1 3
library cache kgldti: 2child 0 1 0
library cache kglhdgn: child: 0 1 1
messages ksaamb: after wakeup 0 311 595
messages ksarcv 0 278 76
messages ksarcv: after wait 0 193 111
mostly latch-free SCN kcslcu3 0 621 743
mostly latch-free SCN kcs01 0 42 63
mostly latch-free SCN kcsnew_scn_rba 0 21 0
mostly latch-free SCN kcs024 0 19 0
object queue header oper kcbo_switch_cq 0 32 21
object queue header oper kcbo_swap_buf_bg 0 19 44
object queue header oper kcbw_link_q 0 16 7
object queue header oper kcbo_switch_mq_bg 0 8 9
object queue header oper kcbw_unlink_q 0 7 2
object queue header oper kcbo_switch_q_bg 0 5 9
object queue header oper kcbo_swap_buf 0 1 0
post/wait queue kslpstevent:get 0 35 6
post/wait queue ksliwat:remove 0 19 67
post/wait queue kslpstevent:reget 0 18 8
post/wait queue ksliwat:add:nowait 0 9 0
process allocation ksucrp 0 1 0
redo allocation kcrfw_redo_gen: redo alloc 0 1,527 0
redo allocation kcrfw_redo_gen: redo alloc 0 168 831
redo allocation kcrfw_redo_gen: redo alloc 0 94 0
redo allocation kcrfw_redo_write: before w 0 80 383
redo allocation kcrfw_redo_write: more spa 0 62 717
redo writing kcrfwcr 0 104 128
redo writing kcrfw_post: rba scn pair 0 28 0
Latch Miss Sources DB/Inst: DB/DB02 Snaps: 19238-19239
-> only latches with sleeps are shown
-> ordered by name, sleeps desc

NoWait Waiter
Latch Name Where Misses Sleeps Sleeps
------------------------ -------------------------- ------- ---------- --------
redo writing kcrfws: in loop 0 15 16
redo writing kcrfws: outside the loop 0 5 4
redo writing kcrfw_cal_target_rba 0 4 2
redo writing kcrfw_post: after write 0 2 11
session allocation ksucri 0 71 74
session allocation ksuxds: not user session 0 70 68
session allocation ksufap: active sessions 0 1 0
session allocation ksuxds: KSUSFCLC not set 0 1 1
session idle bit ksupuc: set busy 0 725 168
session idle bit ksupuc: clear busy 0 125 665
session idle bit ksuxds 0 23 40
shared pool kgh: add extent to reserve 0 1 0
shared pool kghalo 0 1 1
simulator hash latch kcbsacc: lookup dba 0 4 4
simulator lru latch kcbs_simulate: simulate se 0 2,189 2,190
simulator lru latch kcbs_lookup_setid 0 1 0
undo global data ktudba: KSLBEGIN 0 176 257
undo global data kturimugur: child 0 68 4
undo global data ktudnx:child 0 28 9
undo global data ktufrbs: child 0 2 6
undo global data ktusmasp: ktugd_tuux 0 2 0
-------------------------------------------------------------

Parent Latch Statistics DB/Inst: DB/DB02 Snaps: 19238-19239

No data exists for this section of the report.
-------------------------------------------------------------

Child Latch Statistics DB/Inst: DB/DB02 Snaps: 19238-19239

No data exists for this section of the report.
-------------------------------------------------------------

Segments by Logical Reads DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total Logical Reads: 86,702,163
-> Captured Segments account for 82.0% of Total

Tablespace Subobject Obj. Logical
Owner Name Object Name Name Type Reads %Total
---------- ---------- -------------------- ---------- ----- ------------ -------
BMUSER TBS_BMUSER OORDER TABLE 19,485,552 22.47
BMUSER TBS_BMUSER PK_STOCK INDEX 17,409,792 20.08
BMUSER TBS_BMUSER STOCK TABLE 9,509,632 10.97
BMUSER TBS_BMUSER PK_ITEM INDEX 3,988,160 4.60
BMUSER TBS_BMUSER ORDER_LINE TABLE 3,095,392 3.57
-------------------------------------------------------------

Segments by Physical Reads DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total Physical Reads: 19,976
-> Captured Segments account for 99.1% of Total

Tablespace Subobject Obj. Physical
Owner Name Object Name Name Type Reads %Total
---------- ---------- -------------------- ---------- ----- ------------ -------
BMUSER TBS_BMUSER ORDER_LINE TABLE 11,203 56.08
BMUSER TBS_BMUSER PK_ORDER_LINE INDEX 6,444 32.26
BMUSER TBS_BMUSER NDX_CUSTOMER_NAME INDEX 1,284 6.43
BMUSER TBS_BMUSER CUSTOMER TABLE 593 2.97
BMUSER TBS_BMUSER PK_NEW_ORDER INDEX 106 .53
-------------------------------------------------------------

Segments by Row Lock Waits DB/Inst: DB/DB02 Snaps: 19238-19239
-> % of Capture shows % of row lock waits for each top segment compared
-> with total row lock waits for all segments captured by the Snapshot

Row
Tablespace Subobject Obj. Lock % of
Owner Name Object Name Name Type Waits Capture
---------- ---------- -------------------- ---------- ----- ------------ -------
BMUSER TBS_BMUSER WAREHOUSE TABLE 758,555 77.93
BMUSER TBS_BMUSER DISTRICT TABLE 190,167 19.54
BMUSER TBS_BMUSER NEW_ORDER TABLE 24,054 2.47
BMUSER TBS_BMUSER STOCK TABLE 318 .03
BMUSER TBS_BMUSER PK_NEW_ORDER INDEX 197 .02
-------------------------------------------------------------

Segments by ITL Waits DB/Inst: DB/DB02 Snaps: 19238-19239

No data exists for this section of the report.
-------------------------------------------------------------

Segments by Buffer Busy Waits DB/Inst: DB/DB02 Snaps: 19238-19239
-> % of Capture shows % of Buffer Busy Waits for each top segment compared
-> with total Buffer Busy Waits for all segments captured by the Snapshot

Buffer
Tablespace Subobject Obj. Busy % of
Owner Name Object Name Name Type Waits Capture
---------- ---------- -------------------- ---------- ----- ------------ -------
BMUSER TBS_BMUSER DISTRICT TABLE 89,456 56.58
BMUSER TBS_BMUSER WAREHOUSE TABLE 65,258 41.28
BMUSER TBS_BMUSER ORDER_LINE TABLE 1,416 .90
BMUSER TBS_BMUSER NEW_ORDER TABLE 1,291 .82
BMUSER TBS_BMUSER OORDER TABLE 310 .20
-------------------------------------------------------------

Segments by Global Cache Buffer Busy DB/Inst: DB/DB02 Snaps: 19238-19239
-> % of Capture shows % of GC Buffer Busy for each top segment compared
-> with GC Buffer Busy for all segments captured by the Snapshot

GC
Tablespace Subobject Obj. Buffer % of
Owner Name Object Name Name Type Busy Capture
---------- ---------- -------------------- ---------- ----- ------------ -------
SYS SYSTEM SEG$ TABLE 32 100.00
-------------------------------------------------------------

Segments by CR Blocks Received DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total CR Blocks Received: 352
-> Captured Segments account for 80.7% of Total

CR
Tablespace Subobject Obj. Blocks
Owner Name Object Name Name Type Received %Total
---------- ---------- -------------------- ---------- ----- ------------ -------
SYS SYSAUX WRH$_SYSTEM_EVENT_PK 9760_19211 INDEX 47 13.35
SYS SYSAUX WRI$_ADV_PARAMETERS TABLE 35 9.94
SYS SYSAUX WRI$_ADV_PARAMETERS_ INDEX 21 5.97
SYS SYSAUX WRH$_SYSTEM_EVENT_PK 9760_19235 INDEX 19 5.40
SYS SYSAUX WRI$_ADV_FINDINGS TABLE 19 5.40
-------------------------------------------------------------

Segments by Current Blocks Received DB/Inst: DB/DB02 Snaps: 19238-19239
-> Total Current Blocks Received: 1,626
-> Captured Segments account for 85.7% of Total

Current
Tablespace Subobject Obj. Blocks
Owner Name Object Name Name Type Received %Total
---------- ---------- -------------------- ---------- ----- ------------ -------
SYS SYSAUX WRI$_ADV_PARAMETERS_ INDEX 476 29.27
SYS SYSAUX WRI$_ADV_PARAMETERS TABLE 397 24.42
SYS SYSTEM SMON_SCN_TIME TABLE 312 19.19
SYS SYSAUX WRM$_SNAPSHOT TABLE 21 1.29
SYS SYSTEM OBJ$ TABLE 20 1.23
-------------------------------------------------------------

Dictionary Cache Stats DB/Inst: DB/DB02 Snaps: 19238-19239
-> "Pct Misses" should be very low (< 2% in most cases)
-> "Final Usage" is the number of cache entries being used

Get Pct Scan Pct Mod Final
Cache Requests Miss Reqs Miss Reqs Usage
------------------------- ------------ ------ ------- ----- -------- ----------
dc_awr_control 17 0.0 0 N/A 2 1
dc_global_oids 14 0.0 0 N/A 0 33
dc_histogram_data 304 0.0 0 N/A 0 32,992
dc_histogram_defs 518 7.7 0 N/A 0 4,119
dc_object_ids 857 1.9 0 N/A 0 1,628
dc_objects 472 11.2 0 N/A 2 1,654
dc_profiles 65 0.0 0 N/A 0 1
dc_rollback_segments 1,353 0.1 0 N/A 6 101
dc_segments 1,617 0.2 0 N/A 81 878
dc_sequences 12 0.0 0 N/A 12 6
dc_tablespace_quotas 69 0.0 0 N/A 69 1
dc_tablespaces 36,013 0.0 0 N/A 0 11
dc_usernames 166 0.6 0 N/A 0 15
dc_users 3,381 0.0 0 N/A 0 39
outstanding_alerts 21 71.4 0 N/A 3 6
-------------------------------------------------------------

Dictionary Cache Stats (RAC) DB/Inst: DB/DB02 Snaps: 19238-19239

GES GES GES
Cache Requests Conflicts Releases
------------------------- ------------ ------------ ------------
dc_awr_control 4 0 0
dc_histogram_defs 40 0 0
dc_object_ids 16 0 0
dc_objects 57 0 0
dc_rollback_segments 14 0 0
dc_segments 238 1 0
dc_sequences 24 0 0
dc_tablespace_quotas 138 0 0
dc_usernames 1 0 0
outstanding_alerts 38 12 0
-------------------------------------------------------------

Library Cache Activity DB/Inst: DB/DB02 Snaps: 19238-19239
-> "Pct Misses" should be very low

Get Pct Pin Pct Invali-
Namespace Requests Miss Requests Miss Reloads dations
--------------- ------------ ------ -------------- ------ ---------- --------
BODY 17 0.0 112 0.9 0 0
CLUSTER 3 0.0 3 0.0 0 0
INDEX 3 0.0 14 0.0 0 0
SQL AREA 38 100.0 7,910,866 -0.1 0 0
TABLE/PROCEDURE 232 19.8 1,235 6.6 4 0
TRIGGER 1 0.0 2 0.0 0 0
-------------------------------------------------------------

Library Cache Activity (RAC) DB/Inst: DB/DB02 Snaps: 19238-19239

GES Lock GES Pin GES Pin GES Inval GES Invali-
Namespace Requests Requests Releases Requests dations
--------------- ------------ ------------ ------------ ----------- -----------
CLUSTER 3 0 0 0 0
INDEX 14 0 0 0 0
TABLE/PROCEDURE 652 49 0 23 0
-------------------------------------------------------------

Process Memory Summary DB/Inst: DB/DB02 Snaps: 19238-19239
-> B: Begin snap E: End snap
-> All rows below contain absolute values (i.e. not diffed over the interval)
-> Max Alloc is Maximum PGA Allocation size at snapshot time
-> Hist Max Alloc is the Historical Max Allocation for still-connected processes
-> ordered by Begin/End snapshot, Alloc (MB) desc

Hist
Avg Std Dev Max Max
Alloc Used Alloc Alloc Alloc Alloc Num Num
Category (MB) (MB) (MB) (MB) (MB) (MB) Proc Alloc
- -------- --------- --------- -------- -------- ------- ------- ------ ------
B Other 296.7 N/A 6.9 8.7 26 26 43 43
Freeable 13.1 .0 .8 .4 2 N/A 17 17
SQL .7 .3 .0 .1 0 9 23 14
PL/SQL .7 .2 .0 .0 0 0 43 41
E Other 297.9 N/A 7.1 8.7 26 26 42 42
Freeable 12.9 .0 .8 .4 2 N/A 16 16
SQL .9 .4 .0 .1 0 9 23 14
PL/SQL .7 .2 .0 .0 0 0 42 40
-------------------------------------------------------------

SGA Memory Summary DB/Inst: DB/DB02 Snaps: 19238-19239

End Size (Bytes)
SGA regions Begin Size (Bytes) (if different)
------------------------------ ------------------- -------------------
Database Buffers 1,308,622,848
Fixed Size 2,072,472
Redo Buffers 14,704,640
Variable Size 771,752,040
-------------------
sum 2,097,152,000
-------------------------------------------------------------

SGA breakdown difference DB/Inst: DB/DB02 Snaps: 19238-19239
-> ordered by Pool, Name
-> N/A value for Begin MB or End MB indicates the size of that Pool/Name was
insignificant, or zero in that snapshot

Pool Name Begin MB End MB % Diff
------ ------------------------------ -------------- -------------- -------
java free memory 16.0 16.0 0.00
large ASM map operations hashta .4 .4 0.00
large PX msg pool 1.0 1.0 0.00
large free memory 14.6 14.6 0.00
shared ASH buffers 29.0 29.0 0.00
shared CCursor 27.4 27.6 0.70
shared Heap0: KGL 9.3 9.4 0.82
shared KQR L PO 8.1 8.2 1.34
shared KQR M SO 15.9 15.9 0.00
shared PCursor 11.1 11.3 1.04
shared db_block_hash_buckets 8.4 8.4 0.00
shared free memory 274.4 272.0 -0.88
shared gcs resources 25.0 25.0 0.00
shared gcs shadows 15.7 15.7 0.00
shared ges big msg buffers 13.8 13.8 0.00
shared ges enqueues 8.5 8.5 0.00
shared ges reserved msg buffers 7.9 7.9 0.00
shared library cache 24.4 24.6 0.73
shared row cache 7.1 7.1 0.00
shared sql area 129.4 130.7 1.04
buffer_cache 1,248.0 1,248.0 0.00
fixed_sga 2.0 2.0 0.00
log_buffer 14.0 14.0 0.00
-------------------------------------------------------------

Streams CPU/IO Usage DB/Inst: DB/DB02 Snaps: 19238-19239

No data exists for this section of the report.
-------------------------------------------------------------

Streams Capture DB/Inst: DB/DB02 Snaps: 19238-19239

No data exists for this section of the report.
-------------------------------------------------------------

Streams Apply DB/Inst: DB/DB02 Snaps: 19238-19239

No data exists for this section of the report.
-------------------------------------------------------------

Buffered Queues DB/Inst: DB/DB02 Snaps: 19238-19239

No data exists for this section of the report.
-------------------------------------------------------------

Buffered Subscribers DB/Inst: DB/DB02 Snaps: 19238-19239

No data exists for this section of the report.
-------------------------------------------------------------

Rule Set DB/Inst: DB/DB02 Snaps: 19238-19239

No data exists for this section of the report.
-------------------------------------------------------------

Resource Limit Stats DB/Inst: DB/DB02 Snap: 19239

No data exists for this section of the report.
-------------------------------------------------------------

init.ora Parameters DB/Inst: DB/DB02 Snaps: 19238-19239

End value
Parameter Name Begin value (if different)
----------------------------- --------------------------------- --------------
audit_file_dest /u01/oracle/app/oracle/admin/DB/a
background_dump_dest /u01/oracle/app/oracle/admin/DB/b
cluster_database TRUE
cluster_database_instances 2
compatible 10.2.0.2.0
control_files +DG02C/DB/controlfile/current.256
core_dump_dest /u01/oracle/app/oracle/admin/DB/c
db_block_size 8192
db_create_file_dest +DG02D
db_domain DOMAIN
db_file_multiblock_read_count 16
db_name DB
instance_number 2
job_queue_processes 10
log_archive_dest_1 LOCATION=+DG02A
nls_language JAPANESE
nls_territory JAPAN
open_cursors 300
pga_aggregate_target 1048576000
processes 500
remote_login_passwordfile EXCLUSIVE
sga_max_size 2097152000
sga_target 2097152000
spfile +DG02D/DB/spfileoa.ora
thread 2
undo_management AUTO
undo_tablespace UNDOTBS2
user_dump_dest /u01/oracle/app/oracle/admin/DB/u
-------------------------------------------------------------

Global Enqueue Statistics DB/Inst: DB/DB02 Snaps: 19238-19239

Statistic Total per Second per Trans
--------------------------------- ---------------- ------------ ------------
acks for commit broadcast(actual) 31 0.0 0.0
acks for commit broadcast(logical 43 0.1 0.0
broadcast msgs on commit(actual) 301,434 466.5 0.5
broadcast msgs on commit(logical) 312,405 483.5 0.5
broadcast msgs on commit(wasted) 6,420 9.9 0.0
dynamically allocated gcs resourc 0 0.0 0.0
dynamically allocated gcs shadows 0 0.0 0.0
false posts waiting for scn acks 19 0.0 0.0
flow control messages received 0 0.0 0.0
flow control messages sent 0 0.0 0.0
gcs assume cvt 0 0.0 0.0
gcs assume no cvt 78 0.1 0.0
gcs ast xid 0 0.0 0.0
gcs blocked converts 173 0.3 0.0
gcs blocked cr converts 254 0.4 0.0
gcs compatible basts 33 0.1 0.0
gcs compatible cr basts (global) 7 0.0 0.0
gcs compatible cr basts (local) 740 1.1 0.0
gcs cr basts to PIs 0 0.0 0.0
gcs cr serve without current lock 0 0.0 0.0
gcs dbwr flush pi msgs 16 0.0 0.0
gcs dbwr write request msgs 95 0.1 0.0
gcs error msgs 0 0.0 0.0
gcs forward cr to pinged instance 0 0.0 0.0
gcs immediate (compatible) conver 917 1.4 0.0
gcs immediate (null) converts 19,224 29.8 0.0
gcs immediate cr (compatible) con 0 0.0 0.0
gcs immediate cr (null) converts 6,346 9.8 0.0
gcs indirect ast 16,085 24.9 0.0
gcs lms flush pi msgs 0 0.0 0.0
gcs lms write request msgs 5 0.0 0.0
gcs msgs process time(ms) 2,584 4.0 0.0
gcs msgs received 317,043 490.7 0.5
gcs out-of-order msgs 0 0.0 0.0
gcs pings refused 0 0.0 0.0
gcs queued converts 0 0.0 0.0
gcs recovery claim msgs 0 0.0 0.0
gcs refuse xid 0 0.0 0.0
gcs regular cr 0 0.0 0.0
gcs retry convert request 0 0.0 0.0
gcs side channel msgs actual 604 0.9 0.0
gcs side channel msgs logical 13,136 20.3 0.0
gcs undo cr 0 0.0 0.0
gcs write notification msgs 0 0.0 0.0
gcs writes refused 0 0.0 0.0
ges msgs process time(ms) 115 0.2 0.0
ges msgs received 3,584 5.5 0.0
global posts dropped 0 0.0 0.0
global posts queue time 1 0.0 0.0
global posts queued 3 0.0 0.0
global posts requested 3 0.0 0.0
global posts sent 3 0.0 0.0
implicit batch messages received 103 0.2 0.0
implicit batch messages sent 10,683 16.5 0.0
lmd msg send time(ms) 0 0.0 0.0
lms(s) msg send time(ms) 0 0.0 0.0
messages flow controlled 302,063 467.5 0.5
messages queue sent actual 318,067 492.3 0.5
messages queue sent logical 335,916 519.9 0.6
messages received actual 303,014 469.0 0.5
Global Enqueue Statistics DB/Inst: DB/DB02 Snaps: 19238-19239

Statistic Total per Second per Trans
--------------------------------- ---------------- ------------ ------------
messages received logical 320,627 496.2 0.5
messages sent directly 15,276 23.6 0.0
messages sent indirectly 32,496 50.3 0.1
messages sent not implicit batche 308,146 476.9 0.5
messages sent pbatched 20,145 31.2 0.0
msgs causing lmd to send msgs 692 1.1 0.0
msgs causing lms(s) to send msgs 83 0.1 0.0
msgs received queue time (ms) 13,603 21.1 0.0
msgs received queued 320,627 496.2 0.5
msgs sent queue time (ms) 302,422 468.1 0.5
msgs sent queue time on ksxp (ms) 79,350 122.8 0.1
msgs sent queued 334,238 517.3 0.6
msgs sent queued on ksxp 335,983 520.0 0.6
process batch messages received 300,981 465.8 0.5
process batch messages sent 3,089 4.8 0.0
-------------------------------------------------------------

Global CR Served Stats DB/Inst: DB/DB02 Snaps: 19238-19239

Statistic Total
------------------------------ ------------------
CR Block Requests 116
CURRENT Block Requests 65
Data Block Requests 116
Undo Block Requests 0
TX Block Requests 65
Current Results 175
Private results 0
Zero Results 6
Disk Read Results 0
Fail Results 0
Fairness Down Converts 22
Fairness Clears 0
Free GC Elements 0
Flushes 14
Flushes Queued 0
Flush Queue Full 0
Flush Max Time (us) 0
Light Works 0
Errors 0
-------------------------------------------------------------

Global CURRENT Served Stats DB/Inst: DB/DB02 Snaps: 19238-19239
-> Pins = CURRENT Block Pin Operations
-> Flushes = Redo Flush before CURRENT Block Served Operations
-> Writes = CURRENT Block Fusion Write Operations

Statistic Total % <1ms % <10ms % <100ms % <1s % <10s
---------- ------------ -------- -------- -------- -------- --------
Pins 173 100.00 0.00 0.00 0.00 0.00
Flushes 8 62.50 37.50 0.00 0.00 0.00
Writes 26 15.38 46.15 38.46 0.00 0.00
-------------------------------------------------------------

Global Cache Transfer Stats DB/Inst: DB/DB02 Snaps: 19238-19239
-> Immediate (Immed) - Block Transfer NOT impacted by Remote Processing Delays
-> Busy (Busy) - Block Transfer impacted by Remote Contention
-> Congested (Congst) - Block Transfer impacted by Remote System Load
-> ordered by CR + Current Blocks Received desc

CR Current
----------------------------- -----------------------------
Inst Block Blocks % % % Blocks % % %
No Class Received Immed Busy Congst Received Immed Busy Congst
---- ----------- -------- ------ ------ ------ -------- ------ ------ ------
1 data block 283 97.9 2.1 .0 1,538 99.9 .1 .0
1 Others 47 100.0 .0 .0 123 100.0 .0 .0
1 undo header 25 96.0 4.0 .0 3 100.0 .0 .0
1 undo block 1 100.0 .0 .0 0 N/A N/A N/A
-------------------------------------------------------------

End of Report




BenchmarkSQL LOG

+-------------------------------------------------------------+
BenchmarkSQL v2.3.2 (using JDBC Prepared Statements)
+-------------------------------------------------------------+
(c) 2003, Raul Barbosa (SourceForge.Net 'jTPCC' project)
(c) 2004-2006, Denis Lussier
+-------------------------------------------------------------+


[BenchmarkSQL] Loading database driver: 'oracle.jdbc.driver.OracleDriver'...

[ERROR] Invalid number of terminals!

[BenchmarkSQL] Loading database driver: 'oracle.jdbc.driver.OracleDriver'...

[ERROR] Invalid number of terminals!

[BenchmarkSQL] Loading database driver: 'oracle.jdbc.driver.OracleDriver'...

[BenchmarkSQL] Session #1 started!
[BenchmarkSQL] Creating 30 terminal(s) with 1 minute(s) of execution...
[BenchmarkSQL] Transaction Weights: 45% New-Order, 43% Payment, 4% Order-Status, 4% Delivery, 4% Stock-Level
[BenchmarkSQL] A complete report of the transactions will be saved to the file 'reports/BenchmarkSQL_session_20090928011634.txt'
[BenchmarkSQL] Creating database connection for Term-01...
[BenchmarkSQL] Creating database connection for Term-02...
[BenchmarkSQL] Creating database connection for Term-03...
[BenchmarkSQL] Creating database connection for Term-04...
[BenchmarkSQL] Creating database connection for Term-05...
[BenchmarkSQL] Creating database connection for Term-06...
[BenchmarkSQL] Creating database connection for Term-07...
[BenchmarkSQL] Creating database connection for Term-08...
[BenchmarkSQL] Creating database connection for Term-09...
[BenchmarkSQL] Creating database connection for Term-10...
[BenchmarkSQL] Creating database connection for Term-11...
[BenchmarkSQL] Creating database connection for Term-12...
[BenchmarkSQL] Creating database connection for Term-13...
[BenchmarkSQL] Creating database connection for Term-14...
[BenchmarkSQL] Creating database connection for Term-15...
[BenchmarkSQL] Creating database connection for Term-16...
[BenchmarkSQL] Creating database connection for Term-17...
[BenchmarkSQL] Creating database connection for Term-18...
[BenchmarkSQL] Creating database connection for Term-19...
[BenchmarkSQL] Creating database connection for Term-20...
[BenchmarkSQL] Creating database connection for Term-21...
[BenchmarkSQL] Creating database connection for Term-22...
[BenchmarkSQL] Creating database connection for Term-23...
[BenchmarkSQL] Creating database connection for Term-24...
[BenchmarkSQL] Creating database connection for Term-25...
[BenchmarkSQL] Creating database connection for Term-26...
[BenchmarkSQL] Creating database connection for Term-27...
[BenchmarkSQL] Creating database connection for Term-28...
[BenchmarkSQL] Creating database connection for Term-29...
[BenchmarkSQL] Creating database connection for Term-30...
[BenchmarkSQL] Created 30 terminal(s) successfully!
[BenchmarkSQL] Starting all terminals...
[BenchmarkSQL] All terminals started executing 2009-09-28 01:16:42
[BenchmarkSQL] The time limit has been reached.
[BenchmarkSQL] Signalling all terminals to stop...
[BenchmarkSQL] Waiting for all active transactions to end...
[BenchmarkSQL] All terminals finished executing 2009-09-28 01:17:43
[BenchmarkSQL] There were errors on this session!
[BenchmarkSQL] Session #1 finished!

[BenchmarkSQL] Loading database driver: 'oracle.jdbc.driver.OracleDriver'...

[BenchmarkSQL] Session #2 started!
[BenchmarkSQL] Creating 60 terminal(s) with 1 minute(s) of execution...
[BenchmarkSQL] Transaction Weights: 45% New-Order, 43% Payment, 4% Order-Status, 4% Delivery, 4% Stock-Level
[BenchmarkSQL] A complete report of the transactions will be saved to the file 'reports/BenchmarkSQL_session_20090928011815.txt'
[BenchmarkSQL] Creating database connection for Term-01...
[BenchmarkSQL] Creating database connection for Term-02...
[BenchmarkSQL] Creating database connection for Term-03...
[BenchmarkSQL] Creating database connection for Term-04...
[BenchmarkSQL] Creating database connection for Term-05...
[BenchmarkSQL] Creating database connection for Term-06...
[BenchmarkSQL] Creating database connection for Term-07...
[BenchmarkSQL] Creating database connection for Term-08...
[BenchmarkSQL] Creating database connection for Term-09...
[BenchmarkSQL] Creating database connection for Term-10...
[BenchmarkSQL] Creating database connection for Term-11...
[BenchmarkSQL] Creating database connection for Term-12...
[BenchmarkSQL] Creating database connection for Term-13...
[BenchmarkSQL] Creating database connection for Term-14...
[BenchmarkSQL] Creating database connection for Term-15...
[BenchmarkSQL] Creating database connection for Term-16...
[BenchmarkSQL] Creating database connection for Term-17...
[BenchmarkSQL] Creating database connection for Term-18...
[BenchmarkSQL] Creating database connection for Term-19...
[BenchmarkSQL] Creating database connection for Term-20...
[BenchmarkSQL] Creating database connection for Term-21...
[BenchmarkSQL] Creating database connection for Term-22...
[BenchmarkSQL] Creating database connection for Term-23...
[BenchmarkSQL] Creating database connection for Term-24...
[BenchmarkSQL] Creating database connection for Term-25...
[BenchmarkSQL] Creating database connection for Term-26...
[BenchmarkSQL] Creating database connection for Term-27...
[BenchmarkSQL] Creating database connection for Term-28...
[BenchmarkSQL] Creating database connection for Term-29...
[BenchmarkSQL] Creating database connection for Term-30...
[BenchmarkSQL] Creating database connection for Term-31...
[BenchmarkSQL] Creating database connection for Term-32...
[BenchmarkSQL] Creating database connection for Term-33...
[BenchmarkSQL] Creating database connection for Term-34...
[BenchmarkSQL] Creating database connection for Term-35...
[BenchmarkSQL] Creating database connection for Term-36...
[BenchmarkSQL] Creating database connection for Term-37...
[BenchmarkSQL] Creating database connection for Term-38...
[BenchmarkSQL] Creating database connection for Term-39...
[BenchmarkSQL] Creating database connection for Term-40...
[BenchmarkSQL] Creating database connection for Term-41...
[BenchmarkSQL] Creating database connection for Term-42...
[BenchmarkSQL] Creating database connection for Term-43...
[BenchmarkSQL] Creating database connection for Term-44...
[BenchmarkSQL] Creating database connection for Term-45...
[BenchmarkSQL] Creating database connection for Term-46...
[BenchmarkSQL] Creating database connection for Term-47...
[BenchmarkSQL] Creating database connection for Term-48...
[BenchmarkSQL] Creating database connection for Term-49...
[BenchmarkSQL] Creating database connection for Term-50...
[BenchmarkSQL] Creating database connection for Term-51...
[BenchmarkSQL] Creating database connection for Term-52...
[BenchmarkSQL] Creating database connection for Term-53...
[BenchmarkSQL] Creating database connection for Term-54...
[BenchmarkSQL] Creating database connection for Term-55...
[BenchmarkSQL] Creating database connection for Term-56...
[BenchmarkSQL] Creating database connection for Term-57...
[BenchmarkSQL] Creating database connection for Term-58...
[BenchmarkSQL] Creating database connection for Term-59...
[BenchmarkSQL] Creating database connection for Term-60...
[BenchmarkSQL] Created 60 terminal(s) successfully!
[BenchmarkSQL] Starting all terminals...
[BenchmarkSQL] All terminals started executing 2009-09-28 01:18:20
[BenchmarkSQL] The time limit has been reached.
[BenchmarkSQL] Signalling all terminals to stop...
[BenchmarkSQL] Waiting for all active transactions to end...
[BenchmarkSQL] All terminals finished executing 2009-09-28 01:19:20
[BenchmarkSQL] There were errors on this session!
[BenchmarkSQL] Session #2 finished!

[BenchmarkSQL] Loading database driver: 'oracle.jdbc.driver.OracleDriver'...

[BenchmarkSQL] Session #3 started!
[BenchmarkSQL] Creating 60 terminal(s) with 10 minute(s) of execution...
[BenchmarkSQL] Transaction Weights: 45% New-Order, 43% Payment, 4% Order-Status, 4% Delivery, 4% Stock-Level
[BenchmarkSQL] A complete report of the transactions will be saved to the file 'reports/BenchmarkSQL_session_20090928012028.txt'
[BenchmarkSQL] Creating database connection for Term-01...
[BenchmarkSQL] Creating database connection for Term-02...
[BenchmarkSQL] Creating database connection for Term-03...
[BenchmarkSQL] Creating database connection for Term-04...
[BenchmarkSQL] Creating database connection for Term-05...
[BenchmarkSQL] Creating database connection for Term-06...
[BenchmarkSQL] Creating database connection for Term-07...
[BenchmarkSQL] Creating database connection for Term-08...
[BenchmarkSQL] Creating database connection for Term-09...
[BenchmarkSQL] Creating database connection for Term-10...
[BenchmarkSQL] Creating database connection for Term-11...
[BenchmarkSQL] Creating database connection for Term-12...
[BenchmarkSQL] Creating database connection for Term-13...
[BenchmarkSQL] Creating database connection for Term-14...
[BenchmarkSQL] Creating database connection for Term-15...
[BenchmarkSQL] Creating database connection for Term-16...
[BenchmarkSQL] Creating database connection for Term-17...
[BenchmarkSQL] Creating database connection for Term-18...
[BenchmarkSQL] Creating database connection for Term-19...
[BenchmarkSQL] Creating database connection for Term-20...
[BenchmarkSQL] Creating database connection for Term-21...
[BenchmarkSQL] Creating database connection for Term-22...
[BenchmarkSQL] Creating database connection for Term-23...
[BenchmarkSQL] Creating database connection for Term-24...
[BenchmarkSQL] Creating database connection for Term-25...
[BenchmarkSQL] Creating database connection for Term-26...
[BenchmarkSQL] Creating database connection for Term-27...
[BenchmarkSQL] Creating database connection for Term-28...
[BenchmarkSQL] Creating database connection for Term-29...
[BenchmarkSQL] Creating database connection for Term-30...
[BenchmarkSQL] Creating database connection for Term-31...
[BenchmarkSQL] Creating database connection for Term-32...
[BenchmarkSQL] Creating database connection for Term-33...
[BenchmarkSQL] Creating database connection for Term-34...
[BenchmarkSQL] Creating database connection for Term-35...
[BenchmarkSQL] Creating database connection for Term-36...
[BenchmarkSQL] Creating database connection for Term-37...
[BenchmarkSQL] Creating database connection for Term-38...
[BenchmarkSQL] Creating database connection for Term-39...
[BenchmarkSQL] Creating database connection for Term-40...
[BenchmarkSQL] Creating database connection for Term-41...
[BenchmarkSQL] Creating database connection for Term-42...
[BenchmarkSQL] Creating database connection for Term-43...
[BenchmarkSQL] Creating database connection for Term-44...
[BenchmarkSQL] Creating database connection for Term-45...
[BenchmarkSQL] Creating database connection for Term-46...
[BenchmarkSQL] Creating database connection for Term-47...
[BenchmarkSQL] Creating database connection for Term-48...
[BenchmarkSQL] Creating database connection for Term-49...
[BenchmarkSQL] Creating database connection for Term-50...
[BenchmarkSQL] Creating database connection for Term-51...
[BenchmarkSQL] Creating database connection for Term-52...
[BenchmarkSQL] Creating database connection for Term-53...
[BenchmarkSQL] Creating database connection for Term-54...
[BenchmarkSQL] Creating database connection for Term-55...
[BenchmarkSQL] Creating database connection for Term-56...
[BenchmarkSQL] Creating database connection for Term-57...
[BenchmarkSQL] Creating database connection for Term-58...
[BenchmarkSQL] Creating database connection for Term-59...
[BenchmarkSQL] Creating database connection for Term-60...
[BenchmarkSQL] Created 60 terminal(s) successfully!
[BenchmarkSQL] Starting all terminals...
[BenchmarkSQL] All terminals started executing 2009-09-28 01:20:33
[BenchmarkSQL] The time limit has been reached.
[BenchmarkSQL] Signalling all terminals to stop...
[BenchmarkSQL] Waiting for all active transactions to end...
[BenchmarkSQL] All terminals finished executing 2009-09-28 01:30:33
[BenchmarkSQL] There were errors on this session!
[BenchmarkSQL] Session #3 finished!





[ERROR] TERMINAL=Term-51 TYPE=ORDER-STATUS COUNT=5825
java.lang.Exception: C_LAST=OUGHTATIONOUGHT C_D_ID=3 C_W_ID=8 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-38 TYPE=ORDER-STATUS COUNT=9947
java.lang.Exception: C_LAST=BARPRESATION C_D_ID=9 C_W_ID=7 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-14 TYPE=ORDER-STATUS COUNT=6621
java.lang.Exception: C_LAST=ESEABLEPRI C_D_ID=7 C_W_ID=3 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-37 TYPE=ORDER-STATUS COUNT=6038
java.lang.Exception: C_LAST=PRIATIONBAR C_D_ID=9 C_W_ID=1 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-10 TYPE=ORDER-STATUS COUNT=9137
java.lang.Exception: C_LAST=EINGPRIEING C_D_ID=8 C_W_ID=10 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-07 TYPE=ORDER-STATUS COUNT=8320
java.lang.Exception: C_LAST=BARATIONEING C_D_ID=2 C_W_ID=5 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-21 TYPE=ORDER-STATUS COUNT=7518
java.lang.Exception: C_LAST=ESEABLECALLY C_D_ID=7 C_W_ID=9 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-11 TYPE=ORDER-STATUS COUNT=9339
java.lang.Exception: C_LAST=BARPRIPRES C_D_ID=3 C_W_ID=10 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-49 TYPE=ORDER-STATUS COUNT=8441
java.lang.Exception: C_LAST=ANTIESEATION C_D_ID=2 C_W_ID=5 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-58 TYPE=ORDER-STATUS COUNT=6819
java.lang.Exception: C_LAST=PRESEINGOUGHT C_D_ID=9 C_W_ID=6 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-60 TYPE=ORDER-STATUS COUNT=5969
java.lang.Exception: C_LAST=CALLYPRESANTI C_D_ID=7 C_W_ID=8 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-10 TYPE=ORDER-STATUS COUNT=9260
java.lang.Exception: C_LAST=OUGHTBARBAR C_D_ID=9 C_W_ID=10 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-03 TYPE=ORDER-STATUS COUNT=8528
java.lang.Exception: C_LAST=CALLYEINGOUGHT C_D_ID=9 C_W_ID=4 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-38 TYPE=ORDER-STATUS COUNT=10163
java.lang.Exception: C_LAST=ATIONCALLYESE C_D_ID=6 C_W_ID=7 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-28 TYPE=ORDER-STATUS COUNT=8573
java.lang.Exception: C_LAST=PRESESEATION C_D_ID=2 C_W_ID=4 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-09 TYPE=ORDER-STATUS COUNT=6878
java.lang.Exception: C_LAST=PRESOUGHTATION C_D_ID=10 C_W_ID=3 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)

[ERROR] TERMINAL=Term-56 TYPE=ORDER-STATUS COUNT=7689
java.lang.Exception: C_LAST=PRIPRIPRI C_D_ID=5 C_W_ID=9 not found!
at jTPCCTerminal.orderStatusTransaction(jTPCCTerminal.java:578)
at jTPCCTerminal.executeTransaction(jTPCCTerminal.java:310)
at jTPCCTerminal.executeTransactions(jTPCCTerminal.java:165)
at jTPCCTerminal.run(jTPCCTerminal.java:111)
at java.lang.Thread.run(Thread.java:595)



Performing ROLLBACK in NEW-ORDER Txn...

Starting transaction #6085 (Payment)...

+---------------------------- PAYMENT ----------------------------+
Date: 2009-09-28 01:30:33

Warehouse: 1
Street: DNYALabIZBsIsRZ
Street: znlBRpucaKYXG
City: vgSrtiTZMfqxQvYii State: RX Zip: 123456789

District: 8
Street: KgGUixeqltfF
Street: OMAKUWWIxdGwzWOj
City: KWcANcEuGNY State: VX Zip: 123456789

Customer: 239
Name: feorevVraOX OE EINGABLEOUGHT
Street: vKMyLtpgIgnzzvJR
Street: bNnWwPbBsAxrXYhuMlO
City: bfqCPTJzgXWdqEBvfz State: PV Zip: 123456789
Since: 2009-09-28
Credit: GC
%Disc: 0.4186
Phone: (732)744-1700

Amount Paid: 335.53
Credit Limit: 50000.0
New Cust-Balance: 35843.01
+-----------------------------------------------------------------+



Starting transaction #6086 (New-Order)...

+--------------------------- NEW-ORDER ---------------------------+
Date: 2009-09-28 01:30:33

Warehouse: 1
Tax: 0.124
District: 7
Tax: 0.0938
Order: 5577
Lines: 7

Customer: 1767
Name: OUGHTPRESEING
Credit: GC
%Disc: 0.3549

Order-Line List [Supp_W - Item_ID - Item Name - Qty - Stock - B/G - Price - Amount]
[1 - 53886 - oRqONWhGzniiFGjClHP - 4 - 88 - G - 5.4000 - 21.600]
[1 - 122 - ZjxYOabSBNXBY - 7 - 39 - G - 50.709 - 354.97]
[1 - 15239 - opEsqijZsbaqY - 6 - 33 - G - 14.359 - 86.159]
[1 - 25459 - gAaRuBeGxIJBPUwfgDgot - 5 - 73 - G - 37.349 - 186.75]
[1 - 81377 - CltFoDwZBFIEu - 3 - 98 - G - 53.509 - 160.52]
[1 - 20916 - DuGMoJmwwbXDvgRtrVWuX - 9 - 83 - G - 80.370 - 723.33]
[1 - 57159 - ButxsgXubpRcvu - 6 - 15 - G - 15.029 - 90.180]


Total Amount: 1275.4418

Execution Status: New order placed!
+-----------------------------------------------------------------+


Performing ROLLBACK in NEW-ORDER Txn...



vmstat 5
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
2 0 521060 86888 86124 12914040 0 0 179 114 1 1 4 3 93 1
2 0 521060 107096 86124 12914040 0 0 103 143 1088 7594 5 4 91 0
1 0 521060 107608 86124 12914556 0 0 185 97 1067 7145 4 3 93 0
1 0 521060 107952 86124 12914556 0 0 192 126 1082 7897 4 3 93 0
2 0 521060 107824 86124 12914556 0 0 99 218 1085 7959 4 3 93 0
1 0 521060 107448 86124 12914556 0 0 137 29 1067 8156 4 3 93 0
2 0 521060 107256 86124 12914556 0 0 172 51 1592 9322 4 3 93 0
1 0 521060 107640 86124 12914556 0 0 102 173 1145 8071 4 3 93 0
2 0 521060 107576 86128 12914552 0 0 174 45 1066 7825 4 3 93 0
1 0 521060 107704 86128 12914552 0 0 99 153 1128 8042 4 3 93 0
3 0 521060 107640 86128 12914552 0 0 102 43 1091 7244 4 3 93 0
1 0 521060 107648 86128 12914552 0 0 102 133 1070 7138 4 3 93 0
0 0 521060 115040 86128 12914552 0 0 102 37 1114 7894 1 1 98 0
1 0 521060 113856 86128 12914552 0 0 99 133 1078 7830 0 0 100 0
0 0 521060 115104 86128 12914552 0 0 214 49 1144 7967 0 0 99 0
0 0 521060 115360 86128 12914552 0 0 102 133 1120 8060 0 0 100 0
1 0 521060 115296 86128 12914552 0 0 100 28 1109 8130 1 0 99 0
0 0 521060 114744 86128 12914552 0 0 137 223 1103 8327 0 0 99 0
1 0 521060 115384 86128 12914552 0 0 140 143 7218 15583 1 2 97 0
1 0 521060 115232 86128 12914552 0 0 124 27 9216 18647 1 2 97 0
0 0 521060 115104 86128 12914552 0 0 153 73 2777 9335 1 1 99 0
0 0 521060 115488 86128 12914552 0 0 102 171 1976 9510 0 1 99 0
0 0 521060 115424 86128 12914552 0 0 102 33 1048 8119 0 0 99 0
0 0 521060 115424 86128 12914552 0 0 124 137 1080 8184 0 0 99 0
0 0 521060 115296 86128 12914552 0 0 96 126 1107 8177 0 0 99 0
0 0 521060 115552 86128 12914552 0 0 102 43 1598 9190 0 1 99 0
0 0 521060 115488 86128 12914552 0 0 185 45 1049 7702 0 0 99 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 519420 111136 86128 12917640 330 0 546 4002 1728 9605 1 1 98 1
1 0 519420 108504 86128 12917640 0 0 99 33 1647 8468 0 0 99 0
0 0 519188 94392 86128 12918092 59 0 202 1239 2649 10457 1 1 98 1
0 0 518992 102064 86128 12918092 39 0 180 1416 2912 10239 1 1 98 1
1 0 518764 101656 86132 12918592 48 0 174 1598 3033 10216 1 1 98 0
0 0 518540 101656 86132 12918608 42 0 243 1505 3019 10449 1 1 98 0
0 0 518336 101464 86132 12918608 41 0 140 1673 3078 10467 1 0 99 0
1 0 518064 100952 86132 12919104 58 0 160 1494 2962 10269 3 0 97 0
2 0 517836 100960 86132 12920140 45 0 144 1588 3044 10258 1 0 99 0
0 0 517600 100512 86132 12920104 54 0 156 1494 2934 9720 1 0 98 0
0 1 517356 100192 86132 12920616 50 0 148 1577 3015 9864 1 1 98 0
0 0 517124 98176 86132 12920616 46 0 235 1511 2934 9669 1 0 98 0
0 0 516968 97312 86132 12921616 38 0 188 1345 2785 9601 1 0 98 0
0 0 516952 97248 86140 12921608 3 0 140 1485 3078 9865 1 1 98 0
0 0 516868 96928 86140 12922116 18 0 159 1442 2798 9873 1 0 98 1
1 0 516788 87000 86144 12922620 18 0 281 21371 2474 9984 1 1 97 1
1 0 516672 86976 86144 12922664 14 0 113 1572 2925 9538 1 0 99 0
1 0 516596 87056 86144 12922724 3 0 156 1510 3038 9630 1 1 99 0
0 0 516552 86672 86144 12922756 2 0 101 1635 3172 10125 1 1 98 0
1 0 516528 86992 86144 12922756 5 0 107 1415 3019 9693 1 0 99 0
0 0 516504 86736 86144 12923268 6 0 104 1559 2933 9257 1 0 98 0
2 0 516268 72968 86144 12929324 74 0 170 1430 2914 9859 2 2 95 1
3 0 516080 62456 86144 12935048 28 0 130 1563 3003 9744 4 4 92 0
4 0 515880 33344 86148 12940636 57 0 245 1432 2735 10371 8 6 84 1
4 0 515624 25688 86148 12948404 46 0 148 1587 2989 10156 10 10 80 0
4 1 515400 22648 86124 12937072 46 0 38346 40158 3485 11499 11 11 73 5
3 0 515176 30880 86152 12943752 45 0 1669 4040 3052 10322 17 10 73 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
3 0 514980 24504 86152 12949528 19 0 160 1350 2802 10139 10 10 79 1
3 0 514852 25256 86136 12948996 32 0 131 1493 2886 9995 10 10 80 0
3 0 514728 21808 86136 12952656 15 0 168 1582 3007 10257 12 10 78 0
3 0 514724 25200 86136 12949044 1 0 157 21977 2827 9838 10 10 79 1
3 0 514712 24880 86136 12949044 2 0 101 1629 3017 10041 10 10 80 0
2 0 514696 32592 86136 12949048 2 0 104 1637 3066 10130 8 7 85 0
2 0 514688 32928 86136 12949044 2 0 104 1613 3049 9747 7 7 86 0
1 0 514688 53768 86136 12949044 0 0 100 1582 2998 9599 5 4 91 0
2 0 514676 52560 86136 12949044 2 0 194 1395 2829 9626 4 4 91 1
4 0 514668 53368 86136 12949052 0 0 99 1564 3014 10364 4 3 92 0
2 0 514648 53632 86136 12949056 3 0 102 1629 3022 10887 4 4 92 0
1 1 514632 53120 86136 12949060 2 0 143 1444 2996 10321 4 3 92 0
1 0 514620 53424 86136 12949052 4 0 144 1339 2740 10271 4 3 92 0
1 0 514588 53504 86136 12949028 11 0 113 1569 2984 10455 4 3 93 0
1 0 514424 52928 86136 12948920 54 0 201 1364 2897 10351 4 3 92 1
1 0 514388 51168 86136 12948904 10 0 112 1501 2913 10342 4 3 92 0
1 0 514376 53056 86136 12948904 2 0 104 1547 3026 10270 4 3 92 0
2 0 514356 52608 86136 12949408 6 0 139 1446 2857 10185 4 3 92 1
1 0 514356 59992 86136 12949408 0 0 127 21828 2905 10444 1 1 97 1
0 0 514348 59672 86136 12949412 1 0 100 1365 2881 10217 1 0 99 0
0 0 514336 59416 86136 12949412 2 0 220 1500 2907 10223 1 1 98 0
0 0 514324 59736 86136 12949412 2 0 98 1563 3092 10476 1 0 99 0
0 0 514316 59800 86136 12949420 0 0 102 1477 3026 10446 1 0 99 0
1 0 514304 60056 86136 12949420 2 0 143 1443 2957 12013 1 1 98 0
0 0 514304 59752 86136 12949420 0 0 131 1571 3451 11488 1 1 98 0
0 0 514260 60120 86136 12949388 15 0 143 1344 2832 10035 1 0 98 0
0 2 514228 52352 86140 12949400 3 0 5962 7327 2948 10466 1 1 98 1
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 514208 59144 86140 12949384 7 0 33984 34845 3163 10859 1 1 95 4
2 0 514156 58552 86140 12949400 7 0 109 940 2349 9454 1 0 98 1
0 0 514152 59144 86140 12949404 0 0 121 1055 3384 11751 1 1 98 0
0 0 514144 59408 86140 12949404 2 0 100 1103 2414 9518 1 0 99 0
0 0 514112 59368 86140 12949388 10 0 108 912 2364 9133 1 0 99 0
0 0 514112 59432 86140 12949388 0 0 192 1011 2363 9378 1 0 99 0
0 0 514112 59432 86140 12949388 0 0 128 1008 2335 9358 0 1 99 0
0 0 514096 59568 86140 12949392 2 0 101 997 2367 9160 1 0 99 0
0 0 514088 59440 86140 12949392 2 0 196 22040 2274 9308 1 0 98 1
0 0 514088 58336 86140 12949392 0 0 140 2683 2430 10939 1 1 98 0
1 0 514088 58656 86140 12949392 0 0 102 1988 2362 9666 1 0 99 0
1 0 514084 64688 86140 12949392 1 0 180 2801 2474 9771 1 0 99 0
0 0 514084 65080 86140 12949392 0 0 99 2948 2424 9461 1 0 99 0
0 0 514080 64648 86140 12949392 1 0 103 1872 2293 9742 3 1 97 0
0 0 514068 65248 86140 12949392 2 0 101 2817 2429 9091 1 0 99 0
0 0 514048 65064 86140 12949400 2 0 101 2807 2229 8944 1 1 98 1
0 0 514028 64872 86140 12949392 6 0 108 2004 2424 9269 1 0 99 0
0 0 514000 65072 86140 12949396 5 0 193 2635 2338 9364 1 0 98 0
0 0 513976 64656 86140 12949404 3 0 99 2550 2360 9363 1 1 98 0
0 0 513940 63112 86140 12949408 6 0 108 2219 2367 8936 1 0 99 0
1 1 513940 69752 86144 12949404 0 0 142 2409 2545 9232 1 0 99 0
1 0 513932 69320 86144 12949388 5 0 145 2269 2429 9401 1 0 99 0
0 0 513912 69824 86144 12949392 3 0 102 1791 2313 9341 1 0 98 1
0 0 513888 69440 86144 12949392 5 0 158 2684 2373 9351 1 0 99 0
0 0 513880 69632 86144 12949392 2 0 100 3087 2366 9491 1 0 99 0
1 0 513872 70144 86144 12949388 2 0 98 1792 2384 9447 1 1 99 0
0 0 513872 70024 86144 12949388 0 0 102 2739 2455 9287 1 0 99 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
2 0 513868 61496 86144 12949904 1 0 100 2702 2345 9663 3 2 95 1
2 0 513868 50920 86144 12949904 0 0 99 1894 2404 9546 5 3 92 0
4 0 513864 33328 86148 12950416 1 0 192 2716 2362 10371 8 7 84 1
4 0 513864 33552 86148 12950416 0 0 160 23054 2330 9425 10 10 79 1
3 0 513852 33616 86148 12950416 2 0 117 2064 2801 10285 10 10 79 1
3 0 513820 33576 86148 12950412 7 0 148 2564 2374 9150 12 10 78 0
4 0 513772 33576 86148 12950408 10 0 148 2600 2263 9429 10 10 80 0
4 0 513748 33568 86148 12950408 5 0 104 1930 2401 9769 10 10 80 0
5 0 513676 33712 86148 12950416 13 0 163 3051 2393 9273 12 10 78 0
5 0 513676 34096 86148 12950416 0 0 102 2347 2367 8639 10 10 80 0
4 0 513584 33776 86148 12950412 19 0 118 1922 2354 8661 10 10 80 0
2 0 513532 41032 86148 12950412 10 0 109 2230 2382 9193 7 7 86 0
2 0 513516 50072 86148 12950420 2 0 104 2652 2389 9483 7 6 86 0
1 0 513500 61672 86152 12950416 3 0 120 2758 2326 9533 4 3 92 0
1 0 513488 60776 86152 12950416 2 0 239 2727 2424 9587 4 4 92 0
1 0 513468 61768 86152 12950412 5 0 107 3066 2362 9650 4 3 92 0
2 1 513444 49560 86152 12950416 4 0 789 2820 2544 9996 4 4 92 0
1 0 513432 57016 86152 12950380 10 0 39134 42185 3261 11011 4 3 88 4
1 0 513424 56992 86152 12950380 2 0 161 3564 4012 11771 5 4 91 0
1 0 513376 57048 86152 12950808 27 0 129 2892 3646 10005 4 3 92 0
1 0 513320 57480 86152 12950792 14 0 168 3507 3421 9916 4 3 92 0
1 1 513240 57736 86152 12950804 14 0 170 23933 3377 10104 5 4 90 1
2 0 513132 57288 86152 12950808 21 0 116 2406 3086 9833 4 3 91 1
0 0 513080 62912 86152 12950808 10 0 112 3570 3438 10241 4 3 92 1
1 0 513032 64544 86152 12950768 18 0 120 3622 3608 10616 1 1 98 1
1 0 512884 64160 86152 12950788 26 0 128 2652 3384 10451 1 0 98 1
0 0 512644 63840 86156 12950744 56 0 297 3304 3202 10436 1 1 97 1
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 512484 63456 86156 12950800 21 0 113 3656 3478 10519 1 0 98 1
0 0 512372 63392 86156 12950764 30 0 128 2590 3357 10615 1 1 98 1
0 0 512280 63520 86156 12950780 15 0 156 3849 3545 10962 1 0 98 1
0 0 512256 63504 86156 12950788 3 0 188 3723 3579 11333 1 1 98 0
0 0 512252 63312 86156 12950788 1 0 125 2642 3841 11692 1 1 98 0
1 0 512152 63648 86156 12950788 20 0 173 3166 3559 11000 1 1 98 1
0 0 512092 63328 86156 12951304 12 0 199 23267 4020 11826 1 1 96 2
1 0 512024 63200 86156 12951308 13 0 115 2414 3581 10469 1 1 98 0
2 0 511948 63064 86156 12951252 26 0 154 3165 3347 10202 1 1 98 0
0 0 511776 62944 86156 12951728 42 0 144 2963 3330 10212 1 1 98 1
1 0 511360 62240 86156 12952124 107 0 206 2238 3520 10698 1 1 97 1
0 0 510904 61584 86156 12952152 189 0 377 2430 2999 10191 1 1 96 2
1 1 510320 59976 86156 12952532 144 0 5320 2669 6038 15508 2 1 95 2
0 1 509412 56952 86156 12954580 288 0 50225 42350 11768 31254 3 4 88 6
0 1 508240 55616 86156 12955752 310 0 7207 2141 6549 16839 2 2 93 3
1 1 506560 40056 86160 12956972 401 0 1456 2132 3480 12576 1 1 94 4
1 0 504492 38200 86160 12959076 406 0 2130 1585 3296 12037 1 1 94 4
1 0 502152 36088 86160 12961380 420 0 599 1992 2075 8912 1 1 95 4
1 1 499776 34424 86160 12964080 451 0 553 2242 2335 9000 1 0 95 4
0 1 497916 32632 86160 12965952 307 0 409 1425 2299 9218 2 0 94 3
0 0 494980 30272 86160 12969700 560 0 659 1863 1911 8182 0 0 95 4
0 1 491508 24864 86160 12972744 705 0 804 2042 2251 8542 1 0 95 4
0 1 488444 23240 86160 12975784 624 0 726 1931 2353 8901 1 0 95 4
0 0 485344 24584 86152 12973692 627 0 812 1683 2051 8864 1 0 95 4
0 1 482524 21704 86152 12976316 555 0 657 2063 2076 8782 0 0 95 4
0 0 479384 23112 86144 12976408 611 0 713 1142 1818 8656 0 0 94 5
1 0 476844 24520 86140 12974884 504 0 638 1980 2230 9067 1 1 95 4
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
1 1 474940 32504 86140 12966116 380 0 556 14193 1904 9007 1 1 94 5
0 0 472508 30424 86144 12968640 497 0 637 9192 1874 8646 0 0 95 5
0 0 469544 27912 86144 12971744 591 0 744 1870 1999 8084 1 0 95 4
0 1 466948 25096 86144 12974264 531 0 630 2016 2239 8135 1 0 95 4
0 1 465060 24120 86128 12967584 375 0 474 705 1382 7634 1 1 94 4
2 0 464096 19912 86112 12950052 194 0 296 16714 1448 8209 3 1 93 3
2 0 463872 23312 86036 12872208 46 0 3445 27323 1496 8834 6 3 88 3
2 0 463208 22752 86036 12873756 133 0 12803 40109 1813 8515 6 3 86 4
4 1 462468 101624 86008 12855720 149 0 10700 22876 2014 10427 11 7 78 4
4 0 462044 47680 86008 12856208 90 0 35095 36706 1633 9169 15 10 70 5
4 0 462044 21520 85992 12834552 0 0 102 17621 1183 7967 15 10 74 1
3 1 462032 21376 85992 12834524 8 0 6358 15209 1263 7778 16 10 72 1
4 1 459748 30760 85992 12826800 454 0 25596 1019 1507 8847 11 10 74 5
3 1 456692 28456 85992 12829808 629 0 1883 999 1292 8174 10 10 74 6
4 0 455780 26608 85992 12831236 206 0 2744 993 1361 8602 14 10 73 2
4 1 455456 20344 85992 12831224 67 0 918 719 1203 8220 15 10 75 0
4 0 454672 23112 85992 12828364 213 0 3190 1336 1819 9408 14 10 75 2
3 0 454672 30592 85992 12828364 0 0 103 1116 1083 7990 13 7 80 0
4 0 454668 30072 85992 12828368 0 0 102 896 1067 7857 13 6 80 0
2 0 454668 51352 85996 12828364 0 0 94 1087 1085 8259 10 4 86 0
2 0 454668 51160 85996 12828364 0 0 236 1472 1081 8306 10 3 86 0
3 0 454668 51768 85996 12828364 0 0 147 673 1098 8257 10 3 87 0
3 0 454664 51064 85996 12828368 0 0 132 12135 1171 7972 9 3 87 1
2 0 454664 51392 85996 12828368 0 0 134 4575 1101 7805 10 3 87 0
2 0 454664 50984 85996 12828368 0 0 137 4665 1089 7979 10 4 86 0
3 0 454660 46632 85996 12828372 0 0 102 4837 1154 7365 10 3 87 0
2 0 454660 51704 86000 12828368 0 0 174 5332 1112 7333 10 3 86 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
1 1 453768 50744 86000 12829096 239 0 26136 1881 1989 8865 6 4 87 3
1 1 450840 48056 86000 12832472 530 0 2713 1921 1871 8667 4 3 88 5
2 0 448888 45624 86000 12834568 384 0 3873 2076 2420 9518 5 3 88 4
0 0 448732 52944 86000 12834552 34 0 3104 1097 2133 9737 1 1 97 1
1 0 448648 53200 86000 12834580 11 0 3704 2383 2247 9593 1 1 97 1
1 0 448608 52504 86000 12835100 7 0 1651 1979 1604 8181 5 1 93 1
1 0 448608 52640 86000 12835100 0 0 102 11974 1153 7563 6 0 93 1
1 0 448604 52464 86000 12835084 4 0 100 13047 1264 7542 6 1 92 1
1 0 448604 46584 86000 12835084 0 0 146 21964 1414 8590 6 0 93 1
1 1 448596 46016 86000 12835088 1 0 142 14840 6865 15498 7 2 90 1
2 0 448588 46016 86000 12835088 2 0 129 15772 8466 16655 7 2 90 1
1 0 448588 46144 86000 12835088 0 0 188 10524 5804 13408 6 1 91 1
1 0 448584 46464 86000 12835060 6 0 108 10691 1609 8919 6 1 93 1
0 1 448584 46336 86000 12835060 0 0 28136 6951 1329 8389 5 1 93 2
0 1 448580 45728 86000 12835000 19 0 44507 1939 2436 11244 5 1 92 2
0 0 448192 160896 86000 12835336 107 0 6454 1576 3386 11945 3 1 94 2
0 0 447980 165576 86008 12841036 36 0 259 2209 1457 8485 1 0 97 1
0 0 447980 166344 86008 12841036 0 0 185 1645 1086 7196 0 0 99 0
0 0 447980 166288 86008 12841036 0 0 128 876 1070 6957 0 0 99 0
0 0 447980 166224 86008 12841036 0 0 126 1851 1080 7076 0 0 99 0
0 0 447980 166160 86008 12841036 0 0 140 1654 1116 7148 0 0 100 0
1 1 447980 164336 86008 12841004 6 0 147 443 1085 8835 1 1 99 0
3 0 447976 161616 86008 12841008 0 0 125 1163 1229 8029 1 1 98 0
0 0 447976 165168 86008 12841008 0 0 202 896 1072 7762 1 0 99 0
0 0 447976 165928 86008 12841008 0 0 99 597 1074 7811 0 0 99 0
0 0 447972 165760 86008 12841012 0 0 99 1132 1070 8302 2 0 97 0
0 0 447972 165976 86008 12841012 0 0 102 856 1080 7356 0 0 100 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 447972 166048 86008 12841012 0 0 99 687 1065 7392 0 0 99 0
0 0 447972 165992 86008 12841012 0 0 102 1209 1075 7366 0 0 99 0
0 0 447972 164232 86008 12841012 0 0 188 902 1072 7225 0 0 99 0
1 0 447972 165888 86008 12841012 0 0 102 362 1083 7360 0 0 99 0
0 0 447972 165976 86008 12841012 0 0 122 835 1096 7129 1 0 99 0
2 0 447972 165736 86008 12841012 0 0 140 953 1143 7832 0 0 99 0
0 0 447972 166376 86008 12841012 0 0 140 472 1064 8388 0 1 99 0
1 0 447972 165992 86008 12841012 0 0 99 785 1071 7957 0 1 99 0
0 0 447972 166368 86008 12841012 0 0 150 715 1069 7844 0 0 99 0
0 0 447972 168056 86008 12841012 0 0 102 423 1170 8169 1 0 99 0
2 0 447972 159400 86012 12841008 0 0 103 798 1180 8038 0 0 99 0
0 0 447972 159408 86012 12841008 0 0 99 413 1185 8003 0 0 99 0
1 0 447972 151240 86016 12841520 0 0 120 202 1269 8345 2 2 95 0
2 0 447972 143616 86016 12841520 0 0 102 259 1067 8089 4 3 93 0
3 0 447972 122952 86020 12841516 0 0 188 374 1189 9397 8 7 85 0
3 0 447972 132680 86020 12841516 0 0 132 284 1131 7727 10 9 81 0
4 3 447972 80480 86036 12841500 0 0 23500 576 4047 12759 11 11 74 4
5 0 447972 119752 86072 12841980 0 0 52752 1932 8624 20447 22 13 58 8
3 0 447972 130272 86072 12841980 0 0 214 207 3365 11097 11 10 79 0
3 0 447972 131624 86072 12841980 0 0 102 147 2422 9981 10 10 80 0
4 0 447940 120120 86072 12841980 6 0 5352 390 3289 11268 13 11 74 1
3 0 447940 131592 86072 12841980 0 0 115 150 2229 9012 11 10 79 0
3 0 447940 131656 86072 12841980 0 0 99 53 1440 8358 10 10 80 0
2 0 447940 139712 86072 12841980 0 0 102 277 1454 8705 7 7 85 0
2 0 447940 139456 86072 12841980 0 0 102 76 1558 8608 7 7 86 0
1 0 447940 160464 86072 12841980 0 0 100 118 1525 8197 4 4 92 0
1 0 447940 160528 86072 12841980 0 0 2897 237 2085 8980 5 4 90 1
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
1 0 447940 160552 86072 12841980 0 0 102 126 1132 7496 4 3 93 0
1 0 447940 160616 86072 12841980 0 0 96 152 1205 7927 4 3 93 0
1 0 447940 160624 86072 12841980 0 0 140 181 1124 6912 4 3 93 0
2 0 447940 159936 86072 12841980 0 0 172 33 1664 9032 4 4 93 0
1 0 447940 160440 86072 12841980 0 0 99 141 1243 8110 4 3 93 0
1 0 447940 161024 86072 12841464 0 0 137 38 1132 7631 4 3 93 0
1 0 447940 159648 86072 12841464 0 0 102 130 1133 7017 4 3 93 0
1 0 447940 161152 86072 12841464 0 0 102 125 1100 7040 4 3 93 0
0 0 447940 168288 86072 12841464 0 0 99 36 1089 7034 4 3 94 0
0 0 447940 168544 86072 12841464 0 0 102 142 1181 6915 0 0 99 0
0 1 447940 168016 86072 12841464 0 0 102 51 1182 7296 0 0 100 0
0 0 447940 168664 86072 12841464 0 0 201 106 1111 7489 0 0 99 0
0 0 447940 168416 86072 12841464 0 0 96 126 1118 7872 0 0 100 0
0 0 447940 168544 86072 12841464 0 0 102 24 1107 7691 0 0 99 0
0 0 447940 168544 86072 12841464 0 0 140 209 1107 7605 0 0 100 0
1 0 447940 160160 86076 12841460 0 0 134 72 1118 7525 0 0 99 0
0 0 447940 168656 86080 12841456 0 0 128 125 1590 7908 0 0 99 0
0 0 447940 168416 86080 12841456 0 0 140 36 1180 6880 0 1 99 0
0 0 447940 168544 86080 12841456 0 0 96 124 2087 8984 0 0 99 0
0 0 447940 168544 86080 12841456 0 0 102 24 1108 7497 0 0 99 0
0 0 447940 168424 86080 12841456 0 0 128 125 1081 7325 0 0 100 0
0 0 447940 168680 86080 12841456 0 0 99 37 1200 7105 0 0 99 0
0 0 447940 168232 86080 12841456 0 0 108 312 1774 8184 0 0 99 0
0 1 447940 168104 86080 12841456 0 0 176 490 3014 10182 1 1 98 0
0 0 447940 168360 86080 12841456 0 0 128 42 1669 7798 0 0 99 0
0 0 447940 168808 86080 12841456 0 0 96 30 2913 9384 1 1 99 0
0 0 447940 168280 86080 12841456 0 0 140 211 2598 8961 1 1 99 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 447940 168280 86080 12841456 0 0 140 34 2872 9536 1 1 98 0
1 0 447940 168112 86080 12841456 0 0 102 148 4171 10899 1 1 98 0
0 0 447940 178032 86080 12841456 0 0 166 139 3352 9657 1 1 98 0
0 0 447940 178016 86080 12841456 0 0 99 42 4032 10853 1 1 98 0
1 0 447940 177952 86080 12841456 0 0 98 24 2706 9220 2 1 97 0
2 0 447940 177640 86080 12841456 0 0 102 131 2128 8274 0 1 99 0
0 0 447940 178040 86080 12841456 0 0 99 134 2849 9244 1 1 98 0
1 0 447940 177752 86080 12841456 0 0 102 34 5123 11035 1 1 97 0
0 0 447940 178136 86080 12841456 0 0 176 148 3856 10037 1 1 98 0
0 0 447940 178464 86080 12841456 0 0 96 65 3651 10944 1 1 98 0
2 0 447940 185424 86080 12841456 0 0 102 200 3985 10872 1 1 98 0
0 0 447940 181672 86080 12841456 0 0 143 48 2482 9071 1 1 98 0
0 0 447940 182056 86080 12841456 0 0 140 45 2907 10133 1 1 98 0
1 0 447940 182000 86080 12841456 0 0 99 127 2465 9524 1 1 99 0
0 0 447940 181640 86080 12841456 0 0 134 35 2389 9389 1 1 99 0
0 0 447940 182040 86080 12841456 0 0 102 136 2700 9632 1 1 98 0
0 0 447940 182296 86080 12841456 0 0 102 24 2150 9452 0 1 99 0
0 0 447940 181800 86080 12841456 0 0 99 126 1534 7992 0 0 99 0
1 0 447940 174128 86080 12841456 0 0 96 125 1297 8432 2 2 96 0
2 0 447940 162496 86080 12841456 0 0 99 148 2209 9374 5 4 92 0
3 0 447940 145888 86084 12841452 0 0 179 229 3001 11074 8 7 84 0
6 0 447940 146544 86084 12841452 0 0 102 68 2581 9578 10 10 80 0
3 0 447940 146488 86084 12841452 0 0 102 84 4149 11629 10 11 79 0
3 0 447940 146488 86084 12841452 0 0 140 1767 6299 13464 13 11 76 0
4 0 447940 145848 86084 12841452 0 0 137 641 5118 11122 10 11 79 0
5 0 447940 145440 86084 12841452 0 0 99 87 3853 10435 10 11 79 0
3 0 447940 145880 86084 12841452 0 0 140 185 3280 9940 12 10 78 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
4 0 447940 146024 86084 12841452 0 0 102 789 7975 13658 11 12 77 0
6 0 447940 145504 86084 12841452 0 0 96 228 4027 10746 10 11 79 0
2 0 447940 153856 86084 12841452 0 0 98 71 3571 10519 8 8 84 0
2 0 447940 174240 86088 12841448 0 0 102 34 8116 13560 8 8 83 0
2 1 447940 174408 86092 12841444 0 0 104 136 5512 12970 5 5 90 0
1 0 447940 174088 86092 12841444 0 0 224 185 5205 12909 5 5 90 0
2 0 447932 174288 86092 12841444 2 0 2326 727 6191 14930 6 5 88 1
2 0 447932 174064 86092 12841444 0 0 99 214 5038 12172 5 4 91 0
1 0 447932 172224 86092 12841444 0 0 137 50 4976 12305 5 4 91 0
1 0 447932 174112 86092 12841444 0 0 140 125 4866 11910 5 4 91 0
3 0 447932 173896 86092 12841444 0 0 102 52 3025 9640 4 4 92 0
1 0 447932 174384 86092 12841444 0 0 134 131 2845 8926 4 4 92 0
1 0 447932 174360 86092 12841444 0 0 96 30 3298 9674 4 4 92 0
1 0 447932 174568 86092 12841444 0 0 102 53 1853 7914 4 4 93 0
0 0 447932 181728 86092 12841444 0 0 107 115 1835 8381 3 3 94 0
0 0 447932 181664 86092 12841444 0 0 102 127 1559 7874 0 0 99 0
0 0 447932 181536 86092 12841444 0 0 102 87 1369 7803 0 0 99 0
0 0 447932 181472 86092 12841444 0 0 228 132 2287 9119 1 1 98 0
1 0 447932 181568 86092 12841444 0 0 92 30 3143 10028 1 1 98 0
0 0 447932 181368 86092 12841444 0 0 110 54 4714 12053 1 1 97 0
0 0 447932 181240 86092 12841444 0 0 140 210 4220 10848 1 1 98 0
0 0 447928 181624 86092 12841428 4 0 183 126 3923 10954 1 1 98 0
2 0 447928 181104 86092 12841944 0 0 128 29 2908 9645 1 1 98 0
0 0 447928 181408 86092 12841944 0 0 137 67 2705 9330 1 1 98 0
0 0 447928 181464 86092 12841944 0 0 102 118 2895 9915 1 1 99 0
0 0 447928 181456 86092 12841944 0 0 102 113 2760 9266 1 1 98 0
0 0 447928 181128 86092 12841944 0 0 129 54 3114 10863 1 1 98 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 447928 181528 86092 12841944 0 0 102 129 1606 7653 0 0 99 0
1 0 447928 181544 86092 12841944 0 0 96 27 1190 7386 0 0 100 0
0 0 447928 181496 86092 12841944 0 0 179 130 1925 8434 0 1 99 0
1 0 447928 180664 86092 12841944 0 0 5319 65 5125 13723 1 2 96 1
0 0 447928 180248 86092 12841944 0 0 10289 193 9527 24051 2 3 94 1
0 1 447928 179936 86092 12841944 0 0 9717 54 9453 24587 2 3 94 1
2 0 447928 157520 86096 12842456 0 0 217 31 3413 11773 2 1 97 0
1 0 447928 169712 86096 12842456 0 0 100 227 4247 12084 1 1 97 0
0 0 447928 169840 86096 12842456 0 0 166 65 4197 11116 1 1 97 0
1 0 447928 170656 86096 12841940 0 0 102 237 5031 12846 2 1 97 0
0 0 447928 170712 86100 12841936 0 0 102 45 7957 14572 4 3 93 0
2 0 447928 171616 86100 12841936 0 0 96 138 4574 11247 1 2 97 0
1 0 447928 157664 86100 12841936 0 0 99 33 2852 9808 1 1 97 0
1 0 447928 171680 86100 12841936 0 0 102 134 3268 10111 1 1 98 0
2 0 447928 171432 86100 12841936 0 0 176 50 4176 10544 1 1 98 0
1 0 447928 171160 86100 12841936 0 0 97 132 8075 14282 2 2 96 0
0 0 447928 171152 86100 12841936 0 0 102 214 4032 11344 1 1 98 0
1 0 447928 171312 86100 12841936 0 0 137 76 6522 12095 1 2 97 0
1 0 447928 171392 86100 12841936 0 0 140 30 5613 12227 1 2 97 0
2 0 447928 171064 86100 12841936 0 0 102 133 4633 12125 1 1 97 0
1 0 447928 171336 86100 12841936 0 0 140 125 4953 12278 1 1 97 0
4 0 447928 170744 86100 12841936 0 0 99 36 6802 14809 2 2 96 0
1 0 447928 171080 86100 12841936 0 0 99 117 6505 14308 2 2 96 0
1 0 447928 171336 86100 12841936 0 0 102 35 5810 13555 2 2 96 0
3 0 447928 163480 86100 12841936 0 0 99 189 5656 13433 3 3 93 0
3 0 447928 154304 86100 12841936 0 0 147 63 4514 12138 5 4 91 0
4 0 447928 135688 86104 12841932 0 0 179 178 2630 10596 8 7 85 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
3 0 447928 135288 86108 12841928 0 0 102 149 2689 9230 10 10 80 0
4 0 447928 135440 86108 12841928 0 0 99 282 3676 11048 10 10 79 0
3 0 447928 135448 86108 12841928 0 0 140 69 4106 11519 12 10 77 0
3 0 447928 135336 86108 12841928 0 0 140 30 4288 11547 11 11 79 0
3 0 447928 135048 86108 12841412 0 0 102 182 4185 11848 10 11 79 0
3 0 447928 135600 86108 12841412 0 0 134 130 4690 12219 12 11 77 0
5 0 447928 135768 86108 12841412 0 0 102 36 5307 12934 11 11 78 0
5 0 447928 135512 86108 12841412 0 0 102 27 5527 13259 11 11 78 0
2 0 447928 142856 86108 12841412 0 0 99 152 4755 12157 8 8 83 0
2 0 447928 163768 86108 12841412 0 0 99 143 4615 12017 8 8 84 0
2 0 447928 163552 86112 12841408 0 0 104 58 4164 10827 5 4 91 0
1 0 447928 164120 86112 12841408 0 0 217 128 2690 9084 5 4 92 0
1 0 447928 164632 86112 12841408 0 0 155 47 2304 8978 4 3 93 0
1 0 447928 164560 86112 12841408 0 0 102 993 1965 8108 4 3 93 0
2 0 447928 164632 86112 12841408 0 0 137 121 2082 8304 4 3 93 0
1 0 447928 164648 86112 12841408 0 0 140 124 3335 10597 4 4 92 0
1 0 447928 162528 86112 12841408 0 0 119 50 3011 9792 4 4 92 0
1 0 447928 164312 86112 12841408 0 0 140 137 4302 11229 5 4 91 0
1 0 447928 164448 86112 12841408 0 0 99 74 7839 14129 5 5 89 0
1 0 447928 164928 86112 12841408 0 0 99 53 4862 12157 5 4 91 0
0 0 447928 171824 86112 12841408 0 0 105 144 4327 11742 4 4 92 0
0 0 447928 171888 86112 12841408 0 0 102 137 3743 10644 1 1 97 0
1 0 447928 171768 86112 12841408 0 0 99 36 3831 11382 1 1 98 0
0 0 447928 171456 86112 12841408 0 0 204 126 3999 11336 1 1 98 0
0 0 447928 171784 86112 12841408 0 0 102 36 5617 12774 2 2 97 0
0 0 447928 171728 86112 12841408 0 0 99 210 5187 12740 2 2 97 0
1 0 447928 171728 86112 12841408 0 0 137 55 5328 12184 1 2 97 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 447928 171600 86112 12841408 0 0 140 135 8618 15529 2 2 96 0
0 0 447928 171744 86112 12841408 0 0 121 39 8173 16046 2 2 96 0
3 0 447848 164048 86112 12841324 33 0 260 169 9864 20014 3 3 94 0
1 0 447840 162000 86112 12841324 2 0 417 42 6353 14909 2 2 96 0
2 0 447840 158272 86112 12841324 0 0 147 108 4480 11363 1 1 97 0
1 0 447840 162144 86112 12841324 0 0 124 84 4605 11852 1 1 97 0
1 0 447840 161960 86112 12841324 0 0 192 118 2969 9971 1 1 98 0
1 0 447840 161760 86112 12841324 0 0 112 60 3174 9868 1 1 98 0
0 0 447840 161728 86112 12841324 0 0 172 131 5744 14191 1 2 97 0
1 0 447840 161432 86112 12841324 0 0 217 33 5170 12117 1 1 97 0
0 0 447840 161560 86112 12841324 0 0 98 204 3730 10822 1 1 98 0
0 0 447840 161496 86112 12841324 0 0 137 35 5675 13030 1 2 97 0
1 0 447840 153288 86112 12841324 0 0 224 129 5037 12253 1 2 97 0
0 0 447828 151744 86120 12841324 1 0 156 181 5732 13448 2 2 96 0
0 0 447824 151616 86120 12841324 1 0 182 361 6609 14052 2 2 97 0
4 0 447824 151632 86120 12841324 0 0 192 216 6246 13629 2 2 97 0
1 0 447824 151656 86120 12841324 0 0 102 289 7517 15747 3 2 95 0
0 0 447824 151592 86120 12841324 0 0 100 226 7357 15214 2 2 97 0
3 0 447824 151248 86120 12841324 0 0 193 238 5650 13327 1 1 97 0
0 0 447824 151600 86120 12841324 0 0 104 339 5660 13526 1 2 97 0
2 0 447692 131840 86120 12842840 33 0 274 337 5940 13528 2 2 95 1
1 0 447692 132896 86120 12842840 0 0 192 263 6043 13804 1 1 97 0
0 0 447692 133024 86120 12842840 0 0 125 387 7353 16121 2 2 95 0
0 0 447640 132704 86120 12842768 25 0 172 216 6722 15174 2 2 96 0
1 0 447640 132888 86120 12842768 0 0 230 210 4241 11568 1 1 97 0
0 0 447640 141400 86120 12842768 0 0 99 175 3123 9964 1 1 98 0
0 0 447640 141608 86120 12842768 0 0 153 168 3177 10042 1 1 98 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 447640 142032 86120 12842768 0 0 192 50 2716 9349 1 1 98 0
0 0 447640 142104 86120 12842768 0 0 99 29 2072 8497 1 1 99 0
2 0 447640 139200 86120 12842768 0 0 102 125 3400 10236 1 1 98 0
1 0 447636 133960 86120 12842768 1 0 2378 350 3663 12081 5 3 91 1
4 0 447636 122752 86120 12842768 0 0 96 49 3100 10412 5 4 91 0
7 0 447636 106040 86124 12843280 0 0 192 188 4186 12701 8 8 83 0
4 0 447636 106168 86124 12843280 0 0 188 144 4002 11269 11 10 79 0
4 0 447636 98416 86144 12843260 0 0 102 69 3892 11657 13 11 76 0
3 0 447636 105736 86160 12843244 0 0 134 1247 3343 10382 15 10 74 0
3 0 447636 105904 86160 12843244 0 0 230 185 3185 10481 10 10 79 0
3 0 447636 105824 86160 12843244 0 0 102 108 2018 9172 10 10 80 0
3 0 447636 105968 86160 12843244 0 0 150 149 3324 11436 12 10 78 0
3 0 447636 106336 86160 12843244 0 0 192 31 3101 10778 10 10 79 0
2 0 447636 113872 86160 12843244 0 0 102 181 2485 10055 10 10 80 0
2 0 447636 113760 86160 12843244 0 0 92 58 2809 10179 7 7 86 0
3 0 447636 122016 86160 12843244 0 0 192 124 3981 12125 8 7 85 0
1 0 447636 134136 86160 12843244 0 0 103 75 3029 11141 5 4 92 0
3 0 447636 134336 86160 12843244 0 0 188 131 4029 11383 5 4 91 0
1 0 447636 132840 86160 12843244 0 0 192 42 3867 11165 4 4 92 0
1 0 447636 134584 86160 12843244 0 0 99 191 4792 12860 4 4 91 0
1 0 447636 134520 86160 12843244 0 0 140 56 4435 11690 5 4 91 0
1 0 447636 134528 86160 12843244 0 0 227 124 2545 9224 4 4 92 0
1 0 447636 134112 86160 12843244 0 0 102 46 3186 10659 4 4 92 0
2 0 447636 134296 86160 12843760 0 0 153 154 3062 10273 4 4 92 0
1 0 447636 134936 86160 12843760 0 0 188 30 2744 9889 4 3 92 0
2 0 447636 135048 86160 12843760 0 0 96 115 3866 11418 4 4 92 0
1 0 447568 23664 86088 12824540 54 0 156 60 4261 10023 5 5 90 0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
2 1 447528 22352 86032 12759996 28 0 296 268 2247 9286 1 1 97 0
4 0 447484 23176 85936 12702288 11 0 257 3290 11816 32213 14 7 78 2
9 1 447448 21456 85932 12697612 14 0 736 4006 14245 38260 16 8 74 2
1 1 447436 24024 85924 12692952 7 0 1268 4219 13781 37720 16 8 73 3
10 0 447420 22672 85924 12692960 2 0 1587 4234 13440 36696 16 7 74 3
0 1 447412 22544 85924 12692968 0 0 1756 4004 13469 36976 16 7 74 3
0 1 447388 22800 85924 12692960 6 0 2321 3741 14387 37767 15 8 73 4
10 0 447380 32072 85904 12682636 6 0 2516 3664 14465 38107 15 7 73 4
1 2 447368 32008 85904 12682616 6 0 2484 3793 13888 36705 15 7 74 4
5 2 447360 32568 85904 12682616 2 0 2395 3665 14069 37035 15 7 74 3
4 3 447332 24672 85908 12677980 3 0 37712 39703 13910 37300 15 7 71 6
11 1 447324 27224 85908 12677988 0 0 6656 8272 14337 38684 15 7 74 3
0 0 447316 305720 85908 12677964 6 0 1587 3195 12700 33984 13 8 77 2
0 0 447316 306240 85908 12677964 0 0 102 152 3132 10178 1 1 98 0
1 0 447316 307440 85908 12677964 0 0 192 168 2328 8975 1 1 99 0
2 0 447316 307760 85908 12677964 0 0 214 34 2150 9028 0 1 99 0
1 0 447300 298072 85908 12677928 10 0 2296 295 2716 9865 2 1 97 1
2 0 447296 306312 85908 12679480 0 0 144 85 5380 13560 2 2 96 0
2 0 447296 290144 85908 12679480 0 0 225 31 3579 11620 1 1 97 0
0 0 447264 57088 85908 12679992 7 0 111 3667 4137 11402 2 2 95 0
9 1 447132 20640 82468 12457336 44 0 1610 18382 12446 36915 20 11 66 3
10 0 447060 22384 82440 12440268 28 0 2056 11853 18452 53426 25 12 60 3
4 1 447028 32984 82432 12425304 8 0 1530 16595 18370 53888 28 12 57 3
0 0 446992 33400 82432 12425340 0 0 1251 13650 18169 52418 25 12 61 2
2 0 446956 32408 82432 12425340 7 0 1164 9237 17968 50228 25 12 61 2
0 0 446932 32424 82432 12425328 7 0 906 11003 14955 45302 22 10 66 2
3 2 446888 23304 82436 12418588 14 0 8678 18521 16277 50615 25 11 61 3
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
6 1 446864 41112 82420 12407792 0 0 33683 42157 18246 53715 25 12 58 5
2 0 446840 50304 82420 12407784 6 0 745 12856 18213 52717 25 12 61 3
1 1 446808 46104 82424 12407776 7 0 700 11278 17392 50438 24 11 63 2
13 0 446784 45784 82424 12407768 6 0 739 7160 16181 48643 23 10 64 2
15 1 446764 44744 82424 12407756 6 0 614 7440 14471 44199 21 9 68 2
0 0 446756 592624 82424 12407764 0 0 363 2548 8184 24264 9 7 82 1
0 0 446756 603240 82424 12407764 0 0 102 127 3147 10390 1 1 98 0
0 0 446756 603968 82424 12407764 0 0 102 119 2704 9668 1 1 99 0
0 0 446756 603856 82424 12407764 0 0 99 68 1902 8524 0 0 99 0
1 0 446756 596200 82424 12407764 0 0 102 230 2989 10765 3 3 94 0
6 0 446756 584064 82424 12407764 0 0 102 352 4340 12628 5 4 90 0
4 0 446756 567832 82432 12407756 0 0 192 162 4374 12499 9 9 82 0
5 0 446756 568232 82432 12407756 0 0 92 146 3933 10969 10 11 79 0
4 0 446756 568512 82432 12407756 0 0 102 317 4246 11584 10 11 79 0
4 0 446756 568536 82432 12407756 0 0 2332 336 5219 13440 14 11 75 0
4 0 446756 568608 82432 12407756 0 0 137 66 4322 11326 10 11 79 0
6 0 446756 559960 82432 12407756 0 0 102 129 3658 10989 10 11 79 0
3 0 446756 568344 82432 12407756 0 0 153 78 2742 9810 12 10 78 0
3 0 446756 567896 82500 12407688 0 0 5533 110 2634 9719 10 10 79 1
20 0 446756 154680 82500 12407688 0 0 137 565 4441 14302 14 14 73 0
4 1 446728 23800 82500 12407672 9 0 682 43279 17913 52033 35 21 40 3
14 1 446676 22928 82468 12387576 11 0 20853 61869 15710 45690 29 17 49 5
11 0 446648 55400 82464 12382932 6 0 21402 34965 17571 53136 31 16 49 4
6 0 446628 54176 82468 12382948 0 0 776 11567 17923 53214 31 15 52 2
11 0 446604 54656 82468 12382940 6 0 662 9831 17579 51388 28 14 56 2
6 1 446436 53904 82468 12382704 81 0 701 8798 16440 50425 27 14 57 2
15 2 445276 50016 82472 12382100 352 0 913 6751 16042 47944 26 13 57 3
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
1 0 442944 49664 82472 12383244 444 0 1013 6435 14605 44731 23 12 61 4
9 0 441288 48640 82472 12384284 226 0 792 6443 15188 47482 26 13 56 5
8 1 440440 39720 82472 12385064 117 0 24584 44556 16540 52422 30 14 51 5
11 2 440020 46480 82472 12385676 65 0 17075 34302 14338 46854 27 13 56 4
16 0 439428 45736 82472 12386652 130 0 632 16140 14190 46138 26 12 57 5
10 0 439172 45664 82472 12387152 54 0 590 12820 14781 45976 25 12 60 3
4 1 438632 44632 82472 12387080 122 0 554 12359 14970 45998 25 12 59 3
7 1 437748 43408 82472 12388288 142 0 631 11213 16075 49584 27 13 56 4
3 1 437576 50152 82476 12388296 32 0 730 11005 16675 52721 27 13 58 2
4 1 437504 50160 82476 12388300 14 0 551 11377 17185 53113 26 11 61 2
15 0 437388 42064 82476 12388332 17 0 39725 49801 16508 49773 24 11 60 6
7 2 435456 46120 82476 12389836 602 0 2249 11320 16028 50944 26 11 59 5
8 1 434488 44320 82476 12390904 290 0 816 10175 15430 48205 24 10 63 3
11 1 434428 44504 82476 12390928 7 0 528 10295 17107 52945 25 11 61 2
4 0 434316 43224 82476 12390920 24 0 569 9879 16580 52813 26 11 61 2
10 2 434280 43848 82476 12390940 3 0 507 38203 15682 50444 25 11 60 3
1 0 434240 43640 82476 12390932 10 0 577 22280 16260 51280 25 11 62 2
1 1 434188 36392 82476 12390920 13 0 11985 26561 16079 50137 24 11 63 3
0 0 434152 43176 82476 12390912 9 0 29289 39478 16822 51888 24 11 61 4
6 0 434108 43056 82476 12391456 3 0 486 10721 19168 54310 26 12 60 2
8 1 434084 42992 82476 12391444 7 0 567 11095 17395 53986 27 12 59 2
1 1 434056 41768 82476 12391436 7 0 6223 9451 19871 59095 26 13 59 2
16 1 434028 40688 82480 12391460 0 0 9372 10051 21977 64730 29 14 55 2
12 0 434004 40584 82480 12391448 7 0 9199 19574 21449 62081 27 14 56 3
13 0 433980 30208 82480 12391956 6 0 2144 19083 18107 54831 26 12 60 2
18 0 433944 29552 82480 12391992 0 0 40766 60050 17674 53526 27 12 57 5
2 2 433924 29392 82480 12391980 6 0 534 16790 16681 51685 26 11 61 2
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
7 0 433904 30424 82480 12392484 6 0 430 14712 16538 51176 26 11 61 2
3 0 433872 30728 82480 12392508 2 0 422 14467 16678 51429 28 11 60 2
3 0 433852 30800 82480 12392496 6 0 438 12019 16078 49459 24 10 64 2
8 1 433832 29368 82480 12392484 6 0 371 11598 15635 48467 24 10 64 2
7 1 433804 30352 82480 12392508 1 0 314 12453 16748 51632 26 11 61 2
2 1 433784 23416 82484 12392492 6 0 22410 34355 18020 54310 26 12 58 4
1 0 433764 30088 82484 12392480 6 0 18755 29854 17661 52912 26 11 60 3
0 0 433744 30040 82484 12392500 0 0 318 10554 16904 51449 25 11 62 2
10 1 433720 30304 82484 12392492 6 0 363 22538 16362 49616 25 11 61 3
9 0 433700 29992 82484 12392480 6 0 374 28463 15476 48655 25 11 62 3
3 0 433676 30176 82484 12392504 0 0 286 18951 16250 51325 26 11 61 2
7 1 433656 33472 82480 12389400 6 0 334 14167 16231 51155 25 11 62 2
13 0 433616 21528 82484 12389396 8 0 17414 47933 15147 45878 23 10 64 4
5 0 433592 28752 82484 12389388 6 0 23682 35051 17262 52869 26 11 59 3
4 0 433568 28488 82484 12389412 0 0 270 9737 17439 52796 26 11 61 2
5 1 433544 24704 82472 12385804 6 0 235 10183 16916 51713 28 13 57 2
4 2 433520 24728 82460 12375484 7 0 316 21007 17026 53012 32 15 51 2
8 0 433492 26488 82480 12357428 1 0 340 21987 16960 52276 36 18 44 2
13 1 433472 26024 82480 12357416 6 0 249 17748 15934 49571 36 20 42 2
22 1 433384 22104 82472 12352780 18 0 26855 42674 17070 50515 36 20 40 3
18 0 433360 27208 82472 12352800 1 0 14177 28372 16147 48036 39 20 39 2
16 0 433336 28320 82472 12352792 6 0 289 13356 16850 50136 36 20 43 1
13 0 433280 28312 82472 12353324 8 0 235 13713 17171 51107 37 20 41 2
8 0 433260 32216 82472 12349184 6 0 283 13188 17175 51112 38 20 40 1
18 0 433236 32208 82472 12349208 0 0 233 12766 17325 51368 36 20 42 1
15 0 433212 31976 82472 12349200 6 0 208 11646 17164 50433 36 20 43 1
7 0 433192 36184 82460 12344040 6 0 40621 52206 17830 50521 36 20 40 4
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
15 0 433168 36640 82464 12344060 0 0 213 18530 15855 47372 34 19 44 2
5 0 433144 42456 82464 12344052 6 0 234 26236 16937 50992 36 19 43 2
3 1 433124 43720 82464 12344040 6 0 396 20370 17463 51698 34 17 47 2
15 0 433100 64440 82464 12344000 13 0 249 15245 18092 52484 32 16 51 2
3 0 433076 63896 82464 12344024 0 0 275 13036 17725 50488 31 14 53 2
6 2 433056 57272 82464 12344012 6 0 2012 13707 16954 51220 30 14 54 2
11 0 433020 64104 82464 12344004 9 0 38981 48263 16231 49854 29 14 53 4
1 0 432996 63712 82472 12344016 1 0 274 14202 18192 54552 32 14 52 2
13 3 432948 63080 82472 12344016 10 0 326 22091 17712 53233 31 14 52 2
7 0 432884 63520 82472 12344012 14 0 236 20986 16329 50101 30 13 55 2
7 1 432832 63472 82472 12344000 13 0 254 18798 16702 51176 29 14 55 2
3 2 432804 63848 82472 12343984 9 0 244 15979 16064 49215 28 13 57 2
17 3 432760 56224 82476 12343968 11 0 21455 35859 16375 51170 30 14 53 4
5 1 432732 62888 82476 12343992 1 0 19574 33561 16928 52438 30 14 53 3
4 0 432712 63208 82476 12343980 6 0 371 13341 16575 51443 30 13 55 2
4 1 432688 63400 82476 12343972 6 0 267 13021 16553 51074 29 13 55 2
8 1 432660 70648 82476 12343996 1 0 228 12223 16335 50725 29 13 57 2
0 0 432640 70976 82476 12343984 6 0 297 11124 16338 49602 25 10 63 2
6 0 432616 70912 82480 12343972 6 0 323 13497 22185 61752 27 13 58 2
12 2 432592 63352 82480 12343984 2 0 29050 50107 21246 59268 28 13 56 4
0 0 432564 69432 82480 12343948 13 0 12176 34427 18645 54273 28 12 57 3
4 1 432540 70056 82480 12343940 6 0 244 18232 15330 49378 25 10 62 2
0 0 432520 70616 82480 12343928 6 0 257 14280 16292 50174 26 10 62 2
3 0 432496 71136 82480 12343952 0 0 302 12151 16162 49590 25 10 63 2
10 0 432472 79640 82480 12343940 7 0 274 11738 15938 49233 24 10 63 2
8 1 432452 79504 82480 12343928 6 0 316 10248 15233 47901 25 10 64 2
3 1 432408 78728 82480 12343928 9 0 40941 58184 17013 51975 26 11 58 5
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
1 0 432388 79608 82480 12343916 6 0 291 21626 16804 51423 26 11 61 2
7 0 432360 79536 82480 12343912 6 0 337 20569 16850 51075 27 11 60 2
6 0 432340 79600 82480 12343900 6 0 347 17459 17113 51521 27 11 60 2
8 0 432316 65160 82480 12343924 0 0 439 15839 16274 51423 28 11 59 2
10 0 432276 73496 82480 12344416 13 0 440 32300 14358 43884 22 9 66 2
17 0 432256 71640 82480 12344404 6 0 498 14455 17327 53194 27 11 59 2
14 1 432232 73072 82484 12344392 6 0 40749 54893 17626 53216 28 11 55 5
3 1 432212 73472 82484 12344412 0 0 347 12733 16358 51738 28 11 59 1
6 1 432184 74040 82484 12344404 7 0 351 12625 15787 49865 25 10 63 2
19 0 432160 74592 82484 12344364 13 0 390 11951 16014 51040 27 10 61 1
8 0 432140 74320 82484 12344384 0 0 388 15349 16836 54461 28 11 59 2
3 1 432120 74192 82484 12344372 6 0 438 20505 17338 53303 27 11 59 2
5 1 432096 66224 82488 12344360 6 0 25190 43366 16787 51774 27 11 59 3
0 0 432072 73224 82492 12344380 0 0 15982 33908 16339 50498 27 11 60 3
1 0 432044 73984 82492 12344376 6 0 419 14470 15288 47478 25 10 64 2
9 0 432024 73808 82492 12344364 6 0 401 13668 16879 53175 27 11 60 2
3 0 432000 73224 82492 12344388 0 0 369 12489 16601 52631 27 11 60 2
18 1 431976 73048 82492 12344380 6 0 454 12574 16351 51954 26 11 62 2
5 0 431956 73368 82492 12344368 6 0 408 20828 16183 51070 27 11 60 2
10 1 431928 66464 82496 12344360 6 0 35927 57298 16651 51475 27 11 58 4
2 0 431908 73256 82496 12344348 6 0 5356 22642 15394 48383 25 10 63 2
2 0 431884 65168 82496 12344340 6 0 419 16743 15698 49042 28 12 58 2
11 1 431856 53336 82496 12344332 7 0 402 15599 16815 52249 32 13 53 2
12 0 431836 32784 82500 12344348 0 0 483 14719 16193 50750 35 18 45 2
7 0 431816 37432 82500 12344336 6 0 440 12720 16479 50261 36 19 43 1
8 1 431792 31864 82516 12344312 6 0 416 12284 15615 47154 37 19 42 1
8 0 431764 36168 82524 12344328 1 0 40821 53329 15846 45533 42 19 36 3
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
13 2 431744 36632 82524 12344316 6 0 459 12682 16005 49315 36 20 43 2
19 2 431724 36736 82524 12344304 6 0 403 12488 16787 50290 38 20 41 1
20 1 431700 36296 82524 12344328 0 0 423 14818 17302 50157 37 20 42 1
4 1 431680 36296 82524 12344316 6 0 366 18092 16837 49600 36 19 43 1
4 0 431656 601584 82524 12344308 6 0 5739 14449 14573 41907 32 27 40 2
^[[A 3 0 431656 602448 82524 12344308 0 0 99 265 2235 7991 10 10 80 0
3 0 431656 603352 82524 12344308 0 0 99 204 2635 8902 10 10 80 0
2 0 431656 610904 82528 12344304 0 0 104 58 2454 8878 8 7 85 0
2 0 431652 615376 82528 12344308 0 0 2774 1616 4498 12384 10 6 83 1
1 0 431652 630464 82528 12344308 0 0 155 73 3760 11294 7 4 89 0
2 0 431652 631336 82528 12344308 0 0 102 202 3420 10004 4 4 92 0
1 0 431652 627184 82536 12344300 0 0 2143 1957 3358 10323 4 4 91 1
2 0 431652 627392 82536 12344300 0 0 140 141 3676 11460 4 4 91 0
1 0 431652 627672 82536 12344300 0 0 102 91 2505 8148 4 3 93 0
2 0 431652 628256 82536 12344300 0 0 147 163 3186 9776 4 4 92 0
1 0 431652 627744 82536 12344300 0 0 99 38 2758 9370 4 4 93 0
2 0 431652 628144 82536 12344300 0 0 99 154 2753 9522 4 4 92 0
2 0 431652 628592 82536 12344300 0 0 112 35 3436 10420 4 4 92 0
2 0 431652 628664 82536 12344300 0 0 102 132 3733 10802 4 4 92 0
3 0 431652 636176 82536 12344300 0 0 99 44 3818 10931 3 3 95 0
0 0 431652 636240 82536 12344300 0 0 217 155 3127 9631 1 1 98 0
0 0 431652 635912 82536 12344300 0 0 102 32 3079 9590 1 1 99 0
1 0 431652 636176 82536 12344300 0 0 102 221 2313 9057 1 1 99 0