RE: [U2] Performance monitoring

2009-03-05 Thread Dan Fitzgerald
to heavily favor computational memory pages. How much RAM do you have? -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of ericro Sent: Wednesday, March 04, 2009 7:31 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2

RE: [U2] Performance monitoring

2009-03-05 Thread Drew William Henderson
-Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Dan Fitzgerald Sent: Thursday, March 05, 2009 2:47 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Performance monitoring Get a count of the number of read locks

Re: [U2] Performance monitoring

2009-03-05 Thread Tom Dodds
There are a series of articles written by Mark Baldridge that are very good. A little verbose, but very good. You can find them in the Developers Works section of the U2 web site. Here it link to one of them http://www.ibm.com/developerworks/edu/dm-dw-dm-0512baldridge-i.html It takes

RE: [U2] Performance monitoring

2009-03-04 Thread Drew William Henderson
If you haven't already, you might want to take a look at the topas command. It'll give you an overall view of what's going on with the system, including per/processor utilization, per/process information, and disk utilization information. The h key while in the program provides a bit more

RE: [U2] Performance monitoring

2009-03-04 Thread bpaige
-u2-us...@listserver.u2ug.org] On Behalf Of Drew William Henderson Sent: Wednesday, March 04, 2009 1:34 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Performance monitoring If you haven't already, you might want to take a look at the topas command. It'll give you an overall view of what's

Re: [U2] Performance monitoring

2009-03-04 Thread Allen Egerton
ericro wrote: snip Does anyone have any tools, or know of any tools, similar to Oracle, that can really give me insight into what's happening with a given user session at any time? I know I can do port.status and find the address in the code and see what's being executed at that time, but I

RE: [U2] Performance monitoring

2009-03-04 Thread Symeon Breen
Henderson Sent: 04 March 2009 19:34 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Performance monitoring If you haven't already, you might want to take a look at the topas command. It'll give you an overall view of what's going on with the system, including per/processor utilization, per

RE: [U2] Performance monitoring

2009-03-04 Thread ericro
We use topas, but do you have any techniques for analyzing individual user sessions to understand what's going on within Universe/the OS/the disk? Thanks. Drew Henderson-2 wrote: If you haven't already, you might want to take a look at the topas command. It'll give you an overall view of

RE: [U2] Performance monitoring

2009-03-04 Thread Dan Fitzgerald
Of course, there are a lot of things to look at. I think what you're looking for is svmon -U username. This will show you the user's memory map. Svmon with no arguments shows you overall stats; one thing to look for there is that there should be no pinned memory for UV; Oracle needs pinned

RE: [U2] Performance monitoring

2009-03-04 Thread Dan Fitzgerald
, 2009 3:37 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Performance monitoring We use topas, but do you have any techniques for analyzing individual user sessions to understand what's going on within Universe/the OS/the disk? Thanks. Drew Henderson-2 wrote: If you haven't already, you

RE: [U2] Performance monitoring

2009-03-04 Thread ericro
Sounds like a good start. I'm also wondering how the Universe config is playing into things. There are some parameters we've never changed, i.e. the scratch buffer stuff, and others we have such as the lock parameters. We haven't changed any of these in some time, but I'm wondering if we're

RE: [U2] Performance monitoring

2009-03-04 Thread John Hester
-Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of ericro Sent: Wednesday, March 04, 2009 12:37 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Performance monitoring We use topas, but do you have any