Application performance monitoring

I need to get some information from an Oracle database using SQL queries, presumably from the v$ tables but I'm unfamiliar with them.
For the database, I would like to get
- # of Connections to the database
- # of transactions per minute (or total, can compute myself if needed)
- # of long running queries, currently
- # of sessions currently active
- # of locks/latchs active
I don't know if there is SQL that will get information for all of these values, but anything I can get would be of help.

- # of Connections to the databaseselect * from v$session where username is not null;
- # of transactions per minute (or total, can compute
myself if needed)
- # of long running queries, currentlyselect * from v$session s, v$session_longops sl where s.sid = sl.sid and s.serial# = sl.serial#
- # of sessions currently activeselect * from v$session s where status = 'ACTIVE' and username is not null
- # of locks/latchs activeSELECT DECODE(request,0,'Holder: ','Waiter: ')||sid sess,
id1, id2, lmode, request, type
FROM V$LOCK
WHERE (id1, id2, type) IN
(SELECT id1, id2, type FROM V$LOCK WHERE request>0)
ORDER BY id1, request;

Similar Messages

  • OBIEE 11g Application Performance Monitoring

    Are there any best practices or recommendations for Application Performance Monitoring for OBIEE 11g?
    I see that from Fusion MiddleWare Control, we can navigate to Business Intelligence -> CoreApplication (right click) -> Monitoring -> Performance
    And from here we have a huge amount of performance metrics to choose from.
    What I'm interested in finding out is:
    1). Out of these hundreds of metrics, are there a subset of "core" performance metrics that Oracle recommends monitoring that gives a good baseline for performance of the application?
    2) What are the options for capturing/gathering/saving these metrics for historical and trend analysis?

    Excellent post. Thanks. Is there some sort of trial of the tool you guys built that's described in the post you linked?
    "In addition to the out-of-the-box options above, here at RittmanMead we have developed our own OBIEE monitoring tool.
    DMS metrics are stored directly on disk or through a database, enabling both immediate and retrospective analysis. Custom dashboards enable the display of both OBIEE and OS data side-by-side for ease of analysis. Integration with third-party tools is also an option."

  • Java Application Performance Monitoring - J2EE Transaction Monitoring

    Hi,
    Does SCOM 2012 R2 support J2EE transaction monitoring, ie how application behaves from end users. Apdex scores,response time and throughput , Execution method and SQL queries.I could not find transaction monitoring information in Java MP guide.
    Is that Java managment pack supports monitoring only Tomcat and not weblogic,websphere and jboss on Linux servers,
    Appreciate help in this
    Thanks in advance
    Bharath

    Hi Bharath,
    "Apdex scores,response time and throughput , Execution method and SQL queries."
    You're talking about the metrics similar to those which we have after configuring application monitoring in .NET Application Performance Monitoring (AVIcode APM) template, right? If so, this sort of APM profiling for Java apps introduced in SCOM 2012
    R2. But it's only for Tomcat5.5+ hosted Web Applications:
    http://blogs.technet.com/b/random_happy_dev_thoughts/archive/2014/01/07/system-center-2012-management-pack-for-java-application-performance-monitoring-released.aspx
    If you use another application server rather than Tomcat (WebLogic, WebSphere, JBoss), I would recommend you to take a look at BeanSpy instrumentation itself:
    http://www.systemcentercentral.com/demystifying-jee-app-performance-monitoring-in-opsmgr-2012-jee-faqs/
    Download link:
    http://www.microsoft.com/en-us/download/details.aspx?id=29270
    This is not AVIcode-like APM (AVIcode-like APM relies on it as a prerequisite), but if you are familiar with MBeans structure, you could configure quite interesting monitoring transactions for your java apps:
    http://blogs.inframon.com/post/2012/04/27/WebSphere-monitoring-with-the-JEE-Application-Performance-Monitoring-management-packs.aspx
    http://stefanroth.net/2012/04/10/scom-2012-jee-application-availability-monitor-template/
    Igor Savchenko, VIAcode Consulting LLC (http://www.viacode.com/)

  • Network / Application performance monitoring

    Hi all,
    I am looking into a network / application performance monitoring tool to monitor my data center server performance and users experience. Can someone tell me what tool you're using ? and your experience with it ? any recommendation / input is highly appreciated.
    Thanks all in advance !!!
    D.                   

    Hi D,
    ExtraHop Networks offers a passive network appliance that analyzes transactions from L2-L7 in real time so that you get a holistic picture of performance for all your applications and supporting infrastructure. We offer customizable L7 visibility into web, database, authentication, DNS, Citrix, and storage transactions, as well as advanced TCP analysis.
    In addition, our solution is the only agentless APM product to be certified for both Cisco UCS and UCS-E. Read more about our technology partnership with Cisco: http://www.extrahop.com/partners/technology/cisco-systems/
    To try the ExtraHop system for free, download the Discovery Edition at www.extrahop.com/discovery.
    Best of luck to you,
    Tyson
    Technical Marketing Manager, ExtraHop Networks

  • BEA 81. Application Performance Monitoring Tool

    Is there a good reasonably priced performance tool that can be integrated with
    bea 8.1 or even work independently which can monitor ejb, servlets, jsp's, jdbc,
    portlets, portals etc. We tried jprobe but that does not seem to work well at
    all.
    We have several applications in 8.1 and want to be able to test where the performance
    issues are.
    Thanks

    You should try Performasure from the same company that makes Jprobe. Its a great
    tool that can do weblogic clusters with low overhead.
    -njsingh.
    "James" <[email protected]> wrote:
    >
    Is there a good reasonably priced performance tool that can be integrated
    with
    bea 8.1 or even work independently which can monitor ejb, servlets, jsp's,
    jdbc,
    portlets, portals etc. We tried jprobe but that does not seem to work
    well at
    all.
    We have several applications in 8.1 and want to be able to test where
    the performance
    issues are.
    Thanks

  • Web application performance monitoring

    I want to monitor performance of web application, running in java JVM(Java version 1.5.0_22) using tomcat web server , for a given functionality want to find, methods and sql queries how much time taking for execution. i am looking for setting and free tools available.

    I have to say that this seems like a little
    complicate, if you want to
    achieve this, you may contact CSS team.

  • HELP: failed to deploy and run WL performance monitor, console extension

    Hi All
    i downloaded and installed the WL performance monitor, console extension package
    at http://commerce.bea.com/products/weblogicserverconsoleextension/wlsext_home.jsp
    As i tried to deploy "performance monitor" web app to the WL server at "Performance
    Monitor > Installation Instructions " screen. I just saw the error msg
    weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException:
    [J2EE:160029]I/O error while reading deployment - java.io.FileNotFoundException:
    No such path: null\java\FenwayWL.war.
    java.io.FileNotFoundException: No such path: null\java\FenwayWL.war
         at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:191)
         at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:155)
         at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:452)
         at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:833)
    Therefore, i used workaround to manually copy "PerformanceMonitor.war" and "FenwayWL.war"
    to <Domain Home>/applications directory for manual deployment. However, it seems
    of no use. I still failed to carry out any operations through "performance monitor"
    node at left panel of admin console. For e.g, i failed to enable "resources" and
    "statistics" monitoring option at "Performance Monitor > Agent Configuration "
    screen. Very thankful somebody can help me to sort out my problem. My platform
    is win2000 + WL 8.1 sp1
    thanks u very much in advance.
    dso

    In order to find the PerformanceMonitor web app, the ConsoleExt needs to
    examine your classpath to get the appropriate WLHOME. It does this by
    searching for .../server/lib/weblogic.jar. Please make sure your CLASSPATH
    is correct and matches where PerformanceMonitor is installed. For example,
    the path to .../server/lib/weblogic.jar is the same as to ../common/perf. In
    my world, they both happen to be d:\bea\weblogic81.
    Paul.
    "dso" <[email protected]> wrote:
    >
    Hi All
    i downloaded and installed the WL performance monitor, console extension
    package
    at http://commerce.bea.com/products/weblogicserverconsoleextension/wlsext_home.jsp
    As i tried to deploy "performance monitor" web app to the WL server at
    "Performance
    Monitor > Installation Instructions " screen. I just saw the error msg
    weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException:
    [J2EE:160029]I/O error while reading deployment - java.io.FileNotFoundException:
    No such path: null\java\FenwayWL.war. java.io.FileNotFoundException:
    No such path:
    null\java\FenwayWL.war at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:191)
    at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:155) at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:452)
    at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:833)
    Therefore, i used workaround to manually copy "PerformanceMonitor.war"
    and "FenwayWL.war"
    to <Domain Home>/applications directory for manual deployment. However,
    it seems
    of no use. I still failed to carry out any operations through "performance
    monitor"
    node at left panel of admin console. For e.g, i failed to enable "resources"
    and
    "statistics" monitoring option at "Performance Monitor > Agent Configuration
    screen. Very thankful somebody can help me to sort out my problem. My
    platform
    is win2000 + WL 8.1 sp1
    thanks u very much in advance.
    dso

  • HELP: failed to setup and run WL performance monitor, console extension on WL 8.1

    Hi All
    i downloaded and installed the WL performance monitor, console extension package
    at http://commerce.bea.com/products/weblogicserverconsoleextension/wlsext_home.jsp
    As i tried to deploy "performance monitor" web app to the WL server at "Performance
    Monitor > Installation Instructions " screen. I just saw the error msg
    weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException:
    [J2EE:160029]I/O error while reading deployment - java.io.FileNotFoundException:
    No such path: null\java\FenwayWL.war. java.io.FileNotFoundException: No such path:
    null\java\FenwayWL.war at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:191)
    at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:155) at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:452)
    at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:833)
    Therefore, i used workaround to manually copy "PerformanceMonitor.war" and "FenwayWL.war"
    to <Domain Home>/applications directory for manual deployment. However, it seems
    of no use. I still failed to carry out any operations through "performance monitor"
    node at left panel of admin console. For e.g, i failed to enable "resources" and
    "statistics" monitoring option at "Performance Monitor > Agent Configuration "
    screen. Very thankful somebody can help me to sort out my problem. My platform
    is win2000 + WL 8.1 sp1
    thanks u very much in advance.
    dso

    In order to find the PerformanceMonitor web app, the ConsoleExt needs to
    examine your classpath to get the appropriate WLHOME. It does this by
    searching for .../server/lib/weblogic.jar. Please make sure your CLASSPATH
    is correct and matches where PerformanceMonitor is installed. For example,
    the path to .../server/lib/weblogic.jar is the same as to ../common/perf. In
    my world, they both happen to be d:\bea\weblogic81.
    Paul.
    "dso" <[email protected]> wrote:
    >
    Hi All
    i downloaded and installed the WL performance monitor, console extension
    package
    at http://commerce.bea.com/products/weblogicserverconsoleextension/wlsext_home.jsp
    As i tried to deploy "performance monitor" web app to the WL server at
    "Performance
    Monitor > Installation Instructions " screen. I just saw the error msg
    weblogic.management.ManagementRuntimeException: weblogic.management.ApplicationException:
    [J2EE:160029]I/O error while reading deployment - java.io.FileNotFoundException:
    No such path: null\java\FenwayWL.war. java.io.FileNotFoundException:
    No such path:
    null\java\FenwayWL.war at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:191)
    at weblogic.j2ee.J2EEUtils.getDeploymentInfo(J2EEUtils.java:155) at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:452)
    at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:833)
    Therefore, i used workaround to manually copy "PerformanceMonitor.war"
    and "FenwayWL.war"
    to <Domain Home>/applications directory for manual deployment. However,
    it seems
    of no use. I still failed to carry out any operations through "performance
    monitor"
    node at left panel of admin console. For e.g, i failed to enable "resources"
    and
    "statistics" monitoring option at "Performance Monitor > Agent Configuration
    screen. Very thankful somebody can help me to sort out my problem. My
    platform
    is win2000 + WL 8.1 sp1
    thanks u very much in advance.
    dso

  • Error in Performance monitoring in RWB

    Hello,
    I'm getting error while opening Performance Monitoring in RWB.
    Error is " 2 Message(s) :  Connection to Integration Server lost - Error class com.sap.aii.proxy.framework.core.BaseProxyException: Application exception raised in the R/3 system: GET_OWN_IS_NAME_FAILED . Could not create application fault message: null -  "
    I'm not able to get the source for it's check, can anyone please advice me wat is the problem and wat can be the solution for the same?
    Expecting on ASAP basis....plz.
    Thanks
    Anand.

    Is SLD connection working? You can check it with transaction SLDCHECK on the ABAP side.
    Regards,
    Sergio

  • Performance Monitor MMC crashes

    Ever since we patched our servers up to MS14-016, when we open Performance Monitor and click on Data Collector Sets > System the MMC hangs and eventually crashes.  All other functions of the Performance Monitor work just fine (ie. Monitoring Tools
    > Performance Monitor, Data Collector Sets > User Defined, Data Collector Sets > Event Trace Settings, etc etc...).  Any insight into this would be greatly appreciated.  Looking at the event logs, all that is logged after the crash is:
    The program mmc.exe version 6.1.7600.16385 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
     Process ID: 1d04
     Start Time: 01cf4db4ec3f1a03
     Termination Time: 0
     Application Path: C:\Windows\system32\mmc.exe
     Report Id: c073b802-b9a8-11e3-be5e-005056a81e07
    AND
    Fault bucket , type 0
    Event Name: AppHangB1
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: mmc.exe
    P2: 6.1.7600.16385
    P3: 4a5bc808
    P4: 23c8
    P5: 0
    P6: 
    P7: 
    P8: 
    P9: 
    P10: 
    Attached files:
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppHang_mmc.exe_37c3eeafdc8c0db17ea5c8bf54865eaae859f_214d501d
    Analysis symbol: 
    Rechecking for solution: 0
    Report Id: 3b0c4e14-b9a5-11e3-be5e-005056a81e07
    Report Status: 0
    I've looked at the file it references: "C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppHang_mmc.exe_37c3eeafdc8c0db17ea5c8bf54865eaae859f_214d501d" and here are its contents:
    Version=1
    EventType=AppHangB1
    EventTime=130408341073743418
    ReportType=3
    Consent=1
    ReportIdentifier=3b0c4e13-b9a5-11e3-be5e-005056a81e07
    IntegratorReportIdentifier=3b0c4e14-b9a5-11e3-be5e-005056a81e07
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=mmc.exe
    Sig[1].Name=Application Version
    Sig[1].Value=6.1.7600.16385
    Sig[2].Name=Application Timestamp
    Sig[2].Value=4a5bc808
    Sig[3].Name=Hang Signature
    Sig[3].Value=23c8
    Sig[4].Name=Hang Type
    Sig[4].Value=0
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.274.10
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=1033
    DynamicSig[22].Name=Additional Hang Signature 1
    DynamicSig[22].Value=23c8db59484cc2d09f1dd279b1b0c7be
    DynamicSig[23].Name=Additional Hang Signature 2
    DynamicSig[23].Value=42cb
    DynamicSig[24].Name=Additional Hang Signature 3
    DynamicSig[24].Value=42cb8db6cfb7dc1f7ddd991fa9dbbbbe
    DynamicSig[25].Name=Additional Hang Signature 4
    DynamicSig[25].Value=23c8
    DynamicSig[26].Name=Additional Hang Signature 5
    DynamicSig[26].Value=23c8db59484cc2d09f1dd279b1b0c7be
    DynamicSig[27].Name=Additional Hang Signature 6
    DynamicSig[27].Value=42cb
    DynamicSig[28].Name=Additional Hang Signature 7
    DynamicSig[28].Value=42cb8db6cfb7dc1f7ddd991fa9dbbbbe
    UI[3]=Microsoft Management Console is not responding
    UI[4]=Windows can check online for a solution. If you close the program, you might lose information.
    UI[5]=Check for a solution and close the program
    UI[6]=Check for a solution and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\Windows\system32\mmc.exe
    LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\Windows\system32\kernel32.dll
    LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
    LoadedModule[4]=C:\Windows\system32\GDI32.dll
    LoadedModule[5]=C:\Windows\system32\USER32.dll
    LoadedModule[6]=C:\Windows\system32\LPK.dll
    LoadedModule[7]=C:\Windows\system32\USP10.dll
    LoadedModule[8]=C:\Windows\system32\msvcrt.dll
    LoadedModule[9]=C:\Windows\system32\MFC42u.dll
    LoadedModule[10]=C:\Windows\system32\ole32.dll
    LoadedModule[11]=C:\Windows\system32\RPCRT4.dll
    LoadedModule[12]=C:\Windows\system32\OLEAUT32.dll
    LoadedModule[13]=C:\Windows\system32\ODBC32.dll
    LoadedModule[14]=C:\Windows\system32\ADVAPI32.dll
    LoadedModule[15]=C:\Windows\SYSTEM32\sechost.dll
    LoadedModule[16]=C:\Windows\system32\mmcbase.DLL
    LoadedModule[17]=C:\Windows\system32\SHLWAPI.dll
    LoadedModule[18]=C:\Windows\system32\UxTheme.dll
    LoadedModule[19]=C:\Windows\system32\DUser.dll
    LoadedModule[20]=C:\Windows\system32\IMM32.DLL
    LoadedModule[21]=C:\Windows\system32\MSCTF.dll
    LoadedModule[22]=C:\Windows\system32\odbcint.dll
    LoadedModule[23]=C:\Windows\system32\DUI70.dll
    LoadedModule[24]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\Comctl32.dll
    LoadedModule[25]=C:\Windows\system32\SHELL32.dll
    LoadedModule[26]=C:\Windows\system32\CRYPTBASE.dll
    LoadedModule[27]=C:\Windows\system32\urlmon.dll
    LoadedModule[28]=C:\Windows\system32\iertutil.dll
    LoadedModule[29]=C:\Windows\system32\WININET.dll
    LoadedModule[30]=C:\Windows\system32\Normaliz.dll
    LoadedModule[31]=C:\Windows\system32\CLBCatQ.DLL
    LoadedModule[32]=C:\Windows\system32\mmcndmgr.dll
    LoadedModule[33]=C:\Windows\System32\msxml3.dll
    LoadedModule[34]=C:\Windows\system32\profapi.dll
    LoadedModule[35]=C:\Windows\system32\apphelp.dll
    LoadedModule[36]=C:\Windows\System32\wdc.dll
    LoadedModule[37]=C:\Windows\System32\pdh.dll
    LoadedModule[38]=C:\Windows\System32\pdhui.dll
    LoadedModule[39]=C:\Windows\system32\COMDLG32.dll
    LoadedModule[40]=C:\Windows\System32\Secur32.dll
    LoadedModule[41]=C:\Windows\system32\SSPICLI.DLL
    LoadedModule[42]=C:\Windows\System32\credui.dll
    LoadedModule[43]=C:\Windows\System32\wevtapi.dll
    LoadedModule[44]=C:\Windows\System32\VERSION.dll
    LoadedModule[45]=C:\Windows\System32\PLA.dll
    LoadedModule[46]=C:\Windows\System32\tdh.dll
    LoadedModule[47]=C:\Windows\system32\NSI.dll
    LoadedModule[48]=C:\Windows\System32\IPHLPAPI.DLL
    LoadedModule[49]=C:\Windows\System32\WINNSI.DLL
    LoadedModule[50]=C:\Windows\System32\WINSTA.dll
    LoadedModule[51]=C:\Windows\System32\UTILDLL.dll
    LoadedModule[52]=C:\Windows\system32\SETUPAPI.dll
    LoadedModule[53]=C:\Windows\system32\CFGMGR32.dll
    LoadedModule[54]=C:\Windows\system32\DEVOBJ.dll
    LoadedModule[55]=C:\Windows\System32\NETAPI32.dll
    LoadedModule[56]=C:\Windows\System32\netutils.dll
    LoadedModule[57]=C:\Windows\System32\srvcli.dll
    LoadedModule[58]=C:\Windows\System32\wkscli.dll
    LoadedModule[59]=C:\Windows\system32\SAMCLI.DLL
    LoadedModule[60]=C:\Windows\system32\LOGONCLI.DLL
    LoadedModule[61]=C:\Windows\system32\BROWCLI.DLL
    LoadedModule[62]=C:\Windows\System32\WTSAPI32.dll
    LoadedModule[63]=C:\Windows\system32\oleacc.dll
    LoadedModule[64]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[65]=C:\Windows\system32\rsaenh.dll
    LoadedModule[66]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[67]=C:\Windows\system32\propsys.dll
    LoadedModule[68]=C:\Windows\system32\mlang.dll
    LoadedModule[69]=C:\Windows\system32\dwmapi.dll
    LoadedModule[70]=C:\Windows\system32\xmllite.dll
    LoadedModule[71]=C:\Windows\System32\ieframe.dll
    LoadedModule[72]=C:\Windows\system32\PSAPI.DLL
    LoadedModule[73]=C:\Windows\system32\SXS.DLL
    LoadedModule[74]=C:\Windows\system32\WS2_32.dll
    LoadedModule[75]=C:\Windows\system32\dnsapi.DLL
    LoadedModule[76]=C:\Windows\System32\mshtml.dll
    LoadedModule[77]=C:\Windows\system32\RASAPI32.dll
    LoadedModule[78]=C:\Windows\system32\rasman.dll
    LoadedModule[79]=C:\Windows\system32\rtutils.dll
    LoadedModule[80]=C:\Windows\system32\sensapi.dll
    LoadedModule[81]=C:\Windows\system32\msimtf.dll
    LoadedModule[82]=C:\Windows\system32\vbscript.dll
    LoadedModule[83]=C:\Windows\system32\WINMM.dll
    LoadedModule[84]=C:\Windows\system32\d2d1.dll
    LoadedModule[85]=C:\Windows\system32\DWrite.dll
    LoadedModule[86]=C:\Windows\system32\dxgi.dll
    LoadedModule[87]=C:\Windows\system32\WINTRUST.dll
    LoadedModule[88]=C:\Windows\system32\CRYPT32.dll
    LoadedModule[89]=C:\Windows\system32\MSASN1.dll
    LoadedModule[90]=C:\Windows\system32\d3d10_1.dll
    LoadedModule[91]=C:\Windows\system32\d3d10_1core.dll
    LoadedModule[92]=C:\Windows\system32\d3d11.dll
    LoadedModule[93]=C:\Windows\system32\D3D10Warp.dll
    LoadedModule[94]=C:\Windows\System32\sysmon.ocx
    LoadedModule[95]=C:\Windows\System32\ATL.DLL
    LoadedModule[96]=C:\Windows\system32\ntmarta.dll
    LoadedModule[97]=C:\Windows\system32\WLDAP32.dll
    LoadedModule[98]=C:\Windows\system32\mscoree.dll
    LoadedModule[99]=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll
    LoadedModule[100]=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\CorperfmonExt.dll
    LoadedModule[101]=C:\Windows\system32\MSVCR110_CLR0400.dll
    LoadedModule[102]=C:\Program Files (x86)\Trend Micro\OfficeScan Client\perfiCrcPerfMonMgr.dll
    LoadedModule[103]=C:\Windows\system32\loadperf.dll
    LoadedModule[104]=C:\Windows\system32\USERENV.dll
    LoadedModule[105]=C:\Windows\system32\rasctrs.dll
    LoadedModule[106]=C:\Windows\system32\tapiperf.dll
    LoadedModule[107]=C:\Windows\system32\usbperf.dll
    LoadedModule[108]=C:\Windows\system32\pcwum.dll
    LoadedModule[109]=C:\Windows\System32\perfos.dll
    LoadedModule[110]=C:\Windows\System32\perfdisk.dll
    LoadedModule[111]=C:\Windows\System32\Perfctrs.dll
    LoadedModule[112]=C:\Windows\system32\msls31.dll
    LoadedModule[113]=C:\Windows\System32\Dxtrans.dll
    LoadedModule[114]=C:\Windows\system32\ddrawex.dll
    LoadedModule[115]=C:\Windows\system32\DDRAW.dll
    LoadedModule[116]=C:\Windows\system32\DCIMAN32.dll
    LoadedModule[117]=C:\Windows\System32\Dxtmsft.dll
    LoadedModule[118]=C:\Windows\system32\windowscodecs.dll
    LoadedModule[119]=C:\Windows\System32\perfproc.dll
    LoadedModule[120]=C:\Windows\System32\perfnet.dll
    LoadedModule[121]=C:\Windows\system32\wbem\wmiaprpl.dll
    LoadedModule[122]=C:\Windows\system32\wbemcomn.dll
    FriendlyEventName=Stopped responding and was closed
    ConsentKey=AppHangXProcB1
    AppName=Microsoft Management Console
    AppPath=C:\Windows\System32\mmc.exe
    ReportDescription=A problem caused this program to stop interacting with Windows.

    Hi CyberMat,
    The next time you open your LabVIEW after a crash, there should be an error log file create. Please let me know the name of this file.
    Thanks!
    Karunya
    Warm regards,
    Karunya R
    National Instruments
    Applications Engineer

  • Performance Monitoring - How to get the data

    Hi all,
    we have a tool to monitor non sap systems and services and would like to use the same tool to get some runtime information from PI services, specially soap interfaces. The information we want is available at runtime workbench, performance monitoring.
    Is there a standard function we can use to get this data (EJB , Bapi, RFC, etc...) ? Today we are importing daily a file with this information from RWB, but this is enough only for statistical purposes, not for monitoring.
    Some tip?
    thank you.
    regards.
    roberti

    Roberti,
      Three are a number of ways to tackle these things - I usually like CCMS just because SAP spends so much time making it work for everything anyway - if your tool can connect to this - you can get some decent information from here about your system status, queue's and java.
      Speficially for Messages, I don't think that there are monitors defined as RFC BADI's or BAPI's to use but if you feel saucy, tables for messages are SXMSPMAST2 and SXMSPMAST - should give you a programming head-start to get some data and pass that back although you would only replicate the functions in CCMS.
      Of course with all SAP Products, you have to go through the application to get this data, no ODBC connections or otherwise - there are other options like DBCON to allow you to 'send' data to other Db's if you need to do it that way.
      Hope that helps somewhat and if this answers your question, please set your thread to answered.
    Edited by: David Milliken on Feb 22, 2008 8:06 PM

  • Database Performance Monitoring

    Hi,
    I use oracle 11.2.0.2.0,IBM AIX 6.1 operating System.
    My client/User complainting that the Application process is taking long time than usual,especially when they implementing some module in their applications.
    So when i closely monitoring my production(LIVE) database at the time of implementation,im unable to find any issues in DB side.So what are all the possibile areas to be focus on this situation?
    I really thinks it could also possible that the issue belongs to the Network failure/bandwith running slow.
    So what i really expect is ,Are they any monitoring tool or any trigger applicable/available for this scenario?
    Looking for Helpful Answers..
    Regards
    Faiz

    for information ,Here i post my actuall scenario
    Only in two out of 200 client branches ,the application performance was taking long time than usual,
    So that i enable trace (TKPROOF)for that corresponding sessions,also i generate and analyze AWR report durig that particular time,
    I found that no issues from database side.Later i come to know the actual issue was being in the Network side(i.e Network speed was very poor).
    So henceforth,i have been asked that if the problem persists again,i need to make ensure that the problem which not belongs to Network part before go and check
    database performance.
    So any tool or monitoring script or any packages available to make ensure that the actuall problem not belongs to Network related issues,befor check DB performance.

  • Performance Monitor: what does ProcessingTime exactly mean

    Hello,
    we have to analyze the poor performance of our Idoc --> SOAP Implementation. In order to figure out,
    where exactly the time get lost, we have re-check all stepts og the overall process. The Integration
    Process makes some simple things:
    - Receive Idoc
    - map the dest. message
    - Call Receiver by SOAP async
    - read the Response, and set the status of the IDoc async.
    All works fine but rather slow (not using the BPE is not an option!)
    The Performance Monitor for the synchron SOAP Inbound Interface to the
    receiving application tells us 1104 msg/h, respectively 2,172 sec/msg.
    My question is, which time-periode do these numbers exactly span? Is
    this the duration simply for the begin/end of the SOAP-Call independent
    of the BPE? In other words: how and where can i see, whether the poor
    performance comes from the fact, that the BPE just fires so few messages
    per minute via the interface, or the SOAP-Call itselfs is very slow?
    If the latter is true, the bad performance would have nothing to do with the
    BPE but simply with the SOAP-Server, right?
    Thanks in advance
    Gunnar

    Hi,
    Please go through the below links, these will help you to analyse about the performance issues
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/489f5844-0c01-0010-79be-acc3b52250fd
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/defd5544-0c01-0010-ba88-fd38caee02f7?prtmode=navigate
    /people/prasad.illapani/blog/2007/04/27/performance-tuning-checks-in-sap-exchange-infrastructurexi-part-iii
    Thanks
    Swarup

  • ICWebClient Performance Monitoring

    Hi Colleagues,
    I'm searching for information on ICWebClient performance monitoring.
    Anyone can tell me what tools we could use? Is there any "monitoring alert" in Solman BPM?
    We are particulary interested in monitoring of ERP Sales Order performance.
    I'm posting a similar thread in SAP Solution Manager forum.
    Regards,
    Renato Petrulis

    Hi Renato
    I think even ICWebClient, it request process request
    to backend(abap) system. And in STAD of backend system,
    it has performance record.
    In BPMon, there is a dialog performance monitor (in the
    application monitor). So if you use it, you can specify
    http request. So by using it, I think you can monitor
    the operation.
    Technical name of dialog performance monitor in
    application monitoring is "BOPERFMO" that you can see in BPMon
    session.
    (there are some indication in sap note 1146544.
    It is bug fix note, but in its description it describe IC web client.
    So it can be possible)
    best regards
    Keiji

  • OEM overhead in performance monitoring

    Is it necessary to use OEM Grid Control, not the local Database Control, to avoid the overhead of monitoring? Should I install OEM Grid on another server to monitor the performance of I/O, CPU, and other indicators on my database server?

    830252 wrote:
    I hoped for the answer that the Grid Control is not necessary. I have only one database instance to monitor and the Grid Control requires several pieces to be installed, agents, WebLogic server and a database for the repository, plus some patches. This seems to be a bigger project in itselft. There is a long list of requirements and pre-requisites. The monitoring that I need to do is actually very limited in scope. I have only parts of the applications to monitor at the performance testing time. This is not a system in production.The basic functionality for monitoring and administering a single database is pretty much the same. What Grid Control brings to the table is a single portal for administering multiple databases. If you only have one db, Grid would be overkill for no additional benefit.
    And contrary to what some think, you can use dbcontrol when handling multiple databases, but each db will have to have its own instance of dbcontrol, and if they are on the same host, they will each need to be configured with its own port, and thus will be accessed with its own url.

Maybe you are looking for

  • Errors in PHASE DIFFEX phase during the CRM 6.0 upg from CRM 5.0

    Hello, I am in the process of upgading our CRM systems from CRM 5.0 version to CRM 6.0 and having issues at the PHASE DIFFEXPADDE during the upgrade right after the DB_ACTION_LOWQ1 phase and ADJUSTCHK being the previous phase. We are currently at CRM

  • Pass through camera, looking to buy. Suggestions?

    Hi, I'm looking to streamline how I make videos. I've tried using iMovie with a Canon Vixia HF200. But couldn't get the video from the card. I maxed out my RAM to 8 GB, put in a 1TB drive and still didn't work. I did the trial of FCP and while that m

  • Report with SAP Script

    hi guys,   if i need to develop a report for purchase order using SAP script..how can that be possible???what is the name of the SAP script and how can we find that script??? regards kalpana

  • Home Share Issue

    I set up homeshare successfully and had no problems with authorizing any computer within my network. However now that I can access my computers via homeshare I am not able to import songs onto my other computers. Anyone know how to fix this or is any

  • Hallo, I need to help with Acrobat 8.0 on Win7Pro 64 bit

    Hallo, I need to help with Acrobat 8.0 on Win7Pro 64 bit. The launguage for this communication is English, isnt it?. Is possible to write Czech?