473,805 Members | 2,168 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Event monitor creation in Control Center

Dear all,

The Control Center (V8.1 FP4 / Windows), gives as output options :

<evmGroup>
( [(TABLE <tableName>,]
[IN <tablespaceName >,]
[PCTDEACTIVATE <integer>,]
[TRUNC]
[INCLUDES|EXCLUD ES (elem1, elem2, ..)]
), ....

I would like to make a suggestion to make it more attractive by
incorporating the result of the db2evtbl command.

Let say I selected statements, so I would get some kind of:

STATEMENTS
WRITE TO TABLE
CONNHEADER (TABLE CONNHEADER_TRAP SQL,
[IN <tablespaceName >,]
[PCTDEACTIVATE <integer>,]
[TRUNC]
[INCLUDES|EXCLUD ES (AGENT_ID,
APPL_ID,
APPL_NAME,
AUTH_ID,
CLIENT_DB_ALIAS ,
CLIENT_NNAME,
CLIENT_PID,
CLIENT_PLATFORM ,
CLIENT_PRDID,
CLIENT_PROTOCOL ,
CODEPAGE_ID,
CONN_TIME,
CORR_TOKEN,
EXECUTION_ID,
SEQUENCE_NO,
TERRITORY_CODE )),
STMT (TABLE STMT_TRAPSQL,
[IN <tablespaceName >,]
[PCTDEACTIVATE <integer>,]
[TRUNC]
[INCLUDES|EXCLUD ES (AGENT_ID,
AGENTS_TOP,
APPL_ID,
BLOCKING_CURSOR ,
CONSISTENCY_TOK EN,
..../... CREATOR,
CONTROL (TABLE CONTROL_TRAPSQL ,
[IN <tablespaceName >,]
[PCTDEACTIVATE <integer>,]
[TRUNC]
[INCLUDES|EXCLUD ES (EVENT_MONITOR_ NAME,
MESSAGE,
MESSAGE_TIME ));

Is something like this planned to make this output option more friendly ?
Besides, I've noticed you cannot choose FILE as output, only TABLES.

Thanks for your reply,

Jean-Marc

Nov 12 '05 #1
2 1873
Thanks for the input - I'll let the appropriate development mgr know.

Jean-Marc Blaise wrote:
Dear all,

The Control Center (V8.1 FP4 / Windows), gives as output options :

<evmGroup>
( [(TABLE <tableName>,]
[IN <tablespaceName >,]
[PCTDEACTIVATE <integer>,]
[TRUNC]
[INCLUDES|EXCLUD ES (elem1, elem2, ..)]
), ....

I would like to make a suggestion to make it more attractive by
incorporating the result of the db2evtbl command.

Let say I selected statements, so I would get some kind of:

STATEMENTS
WRITE TO TABLE
CONNHEADER (TABLE CONNHEADER_TRAP SQL,
[IN <tablespaceName >,]
[PCTDEACTIVATE <integer>,]
[TRUNC]
[INCLUDES|EXCLUD ES (AGENT_ID,
APPL_ID,
APPL_NAME,
AUTH_ID,
CLIENT_DB_ALIAS ,
CLIENT_NNAME,
CLIENT_PID,
CLIENT_PLATFORM ,
CLIENT_PRDID,
CLIENT_PROTOCOL ,
CODEPAGE_ID,
CONN_TIME,
CORR_TOKEN,
EXECUTION_ID,
SEQUENCE_NO,
TERRITORY_CODE )),
STMT (TABLE STMT_TRAPSQL,
[IN <tablespaceName >,]
[PCTDEACTIVATE <integer>,]
[TRUNC]
[INCLUDES|EXCLUD ES (AGENT_ID,
AGENTS_TOP,
APPL_ID,
BLOCKING_CURSOR ,
CONSISTENCY_TOK EN,
.../... CREATOR,
CONTROL (TABLE CONTROL_TRAPSQL ,
[IN <tablespaceName >,]
[PCTDEACTIVATE <integer>,]
[TRUNC]
[INCLUDES|EXCLUD ES (EVENT_MONITOR_ NAME,
MESSAGE,
MESSAGE_TIME ));

Is something like this planned to make this output option more friendly ?
Besides, I've noticed you cannot choose FILE as output, only TABLES.

Thanks for your reply,

Jean-Marc


Nov 12 '05 #2
Thanks for taking care of that, Blair. I'd also like to know if IBM
could put the ability to specify event monitor predicates back into
Control Center. As it stands now, Control Center only offers the
ability to run event monitors that write to local tables with no
predicates to limit verbosity, which is simply too expensive for me to
run on my production server.

Thanks,

Fred
Nov 12 '05 #3

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

Similar topics

10
30459
by: KJM | last post by:
How can I detect if the user has dual monitors and then how do I control which monitor a form is displayed on. Currently my forms always come up on my right monitor. What if I want to have it always display on my left one? Thanks Ken
2
2652
by: JS | last post by:
I have v8.1 fix5 using Win2k AS on 7 node logical system. I create event monitor writing to file and turn it on. Using application, I connect to db and navigate from screen to screen, generating reports using select sql. I flush the buffer, turn the event monitor off and format the data with db2evom. But, the output never contains the statement text. But, if I issue sql from the clp, these statements appear in the output. In addition,...
3
7837
by: hikums | last post by:
I dropped the db2detaildeadlock event monitor without flushing the events that were full hoping dropping it will clear the messages also. I now understand this is a default monitor that I should not dropped. Now there are "SEVERE" error messages occuring everyday -few times. What should I do to ensure these messages are not thrown. 2005-04-27-06.24.04.087962-240 I6572370C334 LEVEL: Warning PID : 17042 TID : 1 ...
12
4147
by: Jack Russell | last post by:
My unstanding of all VB up to and including vb6 is that an event could not "interrupt" itself. For instance if you had a timer event containing a msgbox then you would only get one message. However in vb.net you get continual messages (even setting the system modal property). Firstly, are these two assumptions right and if so what is the approved
3
1898
by: datapro01 | last post by:
I am having difficulty understanding the relationship between the dbm event monitor switches and the db event monitor switches. If a monitoring application (Quest, BMC etc) turns on an dbm event monitor switch it is able to collect information about the database, even though the db event monitor switch is still 'off''. My thinking, apparently incorrect, is that a dbm switch should also turn equivalent switches on 'downstream' (the db...
9
14469
by: Marcelo Cabrera | last post by:
Hi, I have a user control that in turn creates a bunch of webcontrols dynamically and handles the events these webcontrols raise. It used to work fine on ASP .Net 1.1 but when compiled on 2.0 it does not. The problem is that the webcontrols get created on the OnLoad event of the usercontrol and the event handlers are assigned at the same time. I have to click twice on the controls for the events to be raised, the first time nothing...
4
6165
by: Raj | last post by:
Can we create an event monitor for statements in a partitioned environment? CREATE EVENT MONITOR stmt_event FOR STATEMENTS WRITE TO FILE '/home/rajm/event' ON PARTITION 0 GLOBAL DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned:
1
9334
bergy
by: bergy | last post by:
I have a user control class, when a user selects the control (or it's children) the background of the control turns blue. When the user exits, it returns to its "unselected" state. I have accomplished this with simple ENTER/LEAVE events. I then put multiple controls into a FlowLayoutPanel and everything works just great, I can add as many controls (with a button attached to the form) as I need. Now... I'm trying to delete controls and I...
3
3067
by: shorti | last post by:
Hello all, I am running with DB2 UDB V8 on AIX. I am trying to track down what appears to be a lock issue. I turned EVENT MONITOR on with all the options. It doesnt give me the detailed information I need for tracking who is holding the lock. Here is what I get in the event monitor: ------------------------------------------------------------------------
0
9596
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10363
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10368
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10107
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5544
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4327
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.