473,396 Members | 1,813 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How can know the transaction per second

What command should should I use get the load on DB2?
SNAPSHOT?
EVENTMONITOR?
Nov 12 '05 #1
2 7381
Exactly what load do you want to know? If you want to know
transaction/second, then I would use the event monitor since through that
you will know for sure. With the snapshot, you can have for example 400
transactions in 10 seconds but you take a snapshot every minute. Thus the
calculation would come down to:
transactions/second
400/60 = 6.66 transactions/second through the snapshot information. But
since out of the 60 seconds, you only had 10 seconds of work and 50 seconds
idle, your true throughput would be:
400/10 = 40 transactions/second.

Hope this helps.
<ri*********@canada.com> wrote in message
news:7c**************************@posting.google.c om...
What command should should I use get the load on DB2?
SNAPSHOT?
EVENTMONITOR?

Nov 12 '05 #2
Erik is correct, however snapshot monitor is much cheaper than running a
transaction evmon. The info you're looking for is from the database
snapshot, and is basic data (means it's collected as part of basic
processing). If you have an environment where you're just looking at rax
tx numbers over time, consider using the database snapshot.

Erik Hendrix wrote:
Exactly what load do you want to know? If you want to know
transaction/second, then I would use the event monitor since through that
you will know for sure. With the snapshot, you can have for example 400
transactions in 10 seconds but you take a snapshot every minute. Thus the
calculation would come down to:
transactions/second
400/60 = 6.66 transactions/second through the snapshot information. But
since out of the 60 seconds, you only had 10 seconds of work and 50 seconds
idle, your true throughput would be:
400/10 = 40 transactions/second.

Hope this helps.
<ri*********@canada.com> wrote in message
news:7c**************************@posting.google.c om...
What command should should I use get the load on DB2?
SNAPSHOT?
EVENTMONITOR?



Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Frank Natoli | last post by:
Does START TRANSACTION and COMMIT apply only to the Connection for which the START TRANSACTION statement was performed? So if a second Connection is created, and used to access different tables in...
4
by: extmb | last post by:
Hi, I am quite puzzled how SQLServer manages transactions. Whatever the isolation level I set when performing an insertion, other connections do not have access to the table in select mode. ...
8
by: Alex | last post by:
Hi, I have a test system that is setup the same as a production system and would like to frequently copy the database over. pg_dump takes a few hours and even sometimes hangs. Are there any...
12
by: Steve Jorgensen | last post by:
Hi all, I've migrated an Access database schema to PostgreSQL, and I'm trying to get everything working again. I'm having the following problem... Within an Access transaction, I insert a row...
2
by: John Lee | last post by:
Hi, I have few questions related to .NET 2.0 TransactionScope class behavior: 1. Check Transaction.Current.TransactionInformation.DistributedIdentifier to identify if distributed transaction...
2
by: msnews.microsoft.com | last post by:
Hello, I have the scenario. I m building an application either in asp.net or window application. This application is base on n-tier application model. Let us take example of Northwind Database in...
9
by: ucasesoftware | last post by:
i need to use this : Private Shared Sub Demo1() Dim db As SqlConnection = New SqlConnection("connstringhere") Dim transaction As SqlTransaction db.Open transaction = db.BeginTransaction Try...
6
by: Crash | last post by:
C# VS 2003 ..Net Framework V1.1 SP1 SQL Server 2000 SP3 Enterprise Library June 2005 I'm working with some code {not of my creation} that performs the following sequence of actions: - Open...
3
by: D. | last post by:
I have a question about the "readCommitted" transaction isolation level. I have a client that is updating a record on a table. I suspend the execution after the UPDATE but before the commit...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.