Performance monitoring using 'Motion Analysis.vi'

Hi,
Can anybody help me show how to retrieve/find this LabVIEW program: 'Motion Analysis.vi'. Been going thru NI.com for examples but couldn't find anything familiar to it. Or any suggestion on how to perform control monitoring analysis using LabVIEW on SolidWorks model simulation.
Thanks in advance

Hi Clovis,
sorry, but to my knowlegde the performance analysis feature of DB Studio is not yet fully supported for 7.7 databases.
It's still somewhat in development...
When I don't have a SAP NetWeaver CCMS at hand I usually go for running the selects against sysparseid manually as it is described in the [WIKI|http://wiki.sdn.sap.com/wiki/display/MaxDB/Command+Monitor].
regards,
Lars

Similar Messages

  • Use Windows Performance Monitor on WLS 6.1 SP4?

    Hi,
    I wonder whether it's possible to use the Windows Performance Monitor to monitor WLS 6.1 SP4 performance counters.
    I would like this obviously to be able to save counters from WLS and Windows in one file for later analysis.
    If it's possible. What do I have to do to make it work? I have just installed WLS 6.1 incl SP4.

    John <[email protected]> wrote:
    I wonder whether it's possible to use the Windows Performance Monitor
    to monitor WLS 6.1 SP4 performance counters.No, not as far as I know. WLS performance counters cannot "talk" with the Win32
    performance monitoring APIs or native WMI. It's a technically difficult challenge
    to link these two components together (requiring knowledge of NT internals and
    such) .
    You may wish to contact a third-party vendor that provides J2EE black-box monitoring
    and collection software. Most allow for "offline" analysis, too.
    Brian J. Mitchell
    Systems Administrator, TRX
    email: [email protected]
    office: +1 404 327 7238
    mobile: +1 678 283 6530

  • How do I write/use performance monitor to run an action when something happens?

    I notice that I get a popup if desktop resources are over-used asking me if I want to turn off the glass desktop.
    That's fine.
    I've been looking in Performance Monitor for how this is done, as I have a program that periodically runs amok and starts indexing my Documents directory.  I usually start to notice my machine getting sluggish when the process gets to about 1.5-2+GB
    in Virtual and working memory.  At that point it seems to be increasing it's network usage rate geometically, and interrups will start getting delayed or lost -- keyboard will lock up for periods, lots of things freezing temporarily (music will get 10-20
    second dropouts)  It can even cause a complete system lockup
    So what I would like to do is monitor any instance of this process by name ('explorer'), and restart it when it gets to over 1.5GB of usage.
    I setup a monitor of virtual size and working memory in the performance monitor, but I don't see how to set up an alarm that starts an action to restart it.  (restarting it will cause the problem to go away for anywhere from a few hours to several days).
    I've no clue as to what triggers it.
    I found a bunch of XML scripts in
    Windows/pla/Rules with names like:
    Rules.System.CPU.xml*
    Rules.System.Common.xml*
    Rules.System.Configuration.xml*
    Rules.System.Diagnostics.xml*
    Rules.System.Disk.xml*
    Rules.System.Finale.xml*
    Rules.System.Memory.xml*
    Rules.System.NetDiagFramework.xml*
    Rules.System.NetTrace.xml*
    Rules.System.Network.xml*
    Rules.System.Performance.xml*
    Rules.System.Performance.xml.orig*
    Rules.System.Summary.xml*
    Rules.System.Wired.xml*
    Rules.System.Wireless.xml*
    These have some XML language in them that looks like it woud be for monitorying and doing actions:
      <Rule name="$(RuleDiskSummary)" enabled="true">
       <Step select="/Report/Section/Table[@name='hotFile']">
        <Exists>
         <Otherwise>
          <Delete select="Summary"/>
         </Otherwise>
        </Exists>
       </Step>
       <Step select="/Report/Section/Table[@name='physicalDiskCounters']" fatal="true">
        <Exists>
         <Otherwise>
          <Insert>
           <Node>
            <Summary key="100" find="field" field="counter" value="Avg. Disk Queue Length" topic="diskInfo">
             <Data name="max" label="diskQueue"/>
            </Summary>
           </Node>
          </Insert>
         </Otherwise>
        </Exists>
       </Step>
      </Rule>
     </Group>
     <StringTable>
      <String ID="GroupSummary">Add Summary Blocks</String>
      <String ID="RuleMemorySummary">Memory Summary</String>
      <String ID="RuleDiskSummary">Disk Summary</String>
      <String ID="RuleNetworkSummary">Network Summary</String>
     </StringTable>
      <Rule name="$(RuleDiskSummary)" enabled="true">
       <Step select="/Report/Section/Table[@name='hotFile']">
        <Exists>
         <Otherwise>
          <Delete select="Summary"/>
         </Otherwise>
        </Exists>
       </Step>
       <Step select="/Report/Section/Table[@name='physicalDiskCounters']" fatal="true">
        <Exists>
         <Otherwise>
          <Insert>
           <Node>
            <Summary key="100" find="field" field="counter" value="Avg. Disk Queue Length" topic="diskInfo">
             <Data name="max" label="diskQueue"/>
            </Summary>
           </Node>
          </Insert>
         </Otherwise>
        </Exists>
       </Step>
      </Rule>
     </Group>
     <StringTable>
      <String ID="GroupSummary">Add Summary Blocks</String>
      <String ID="RuleMemorySummary">Memory Summary</String>
      <String ID="RuleDiskSummary">Disk Summary</String>
      <String ID="RuleNetworkSummary">Network Summary</String>
     </StringTable>
    Question is, how can I setup it for calling a trigger script when
    parameters for Explorer get out of spec.
    On confusing issue that stopped me from proceeding, was the time schedule to run the report:
    I only allows for once/day. 
    I need / want continuous monitorying -- say at 1 minute or 3 minute intervals (5 might work, not sure -- doesn't take long for Explorer to get to 1-2G with a network connection of 10Gb.
    So how can I monitor and control it?
    A side issue -- I notice a resource-control agent for Win 2008 -- but this was disabled for Win7.
    Anyone know why resource usage on Win7 was considered less important than on Win2k8 server?
    My version of Win7 is Win7-x64-sp1 "Ultimate" [sic] (it doesn't include professional features like resource control)...
    Thanks...This has bothered me for over a year and has persisted through new profiles and reinstalls of of the OS.
    I have a feeling it is related to MS disabling Network disks in their indexer, so Explorer ends up doing it as a surrogage for things like the search engine (with the results not stored, because they are not local -- the worst of both worlds?)... but that's
    just a feeling...
    Thanks!
    Astara...

    You can create a Data Collector Set (create manually, not template), then choose performance counter Alert, configure alert actions, from the script, seems you want to monitor the “physicalDisk” performance, so you can set the “physicalDiskCounters”
    into alert action, please follow the instruction in the link below.
    Monitor disk space
    http://www.ms-opsmgr.eu/?cat=43
    If you want to view the detailed process related about explorer when your machine getting sluggish, I'd like to introduce a tool named process explorer to you.
    http://technet.microsoft.com/en-in/sysinternals/bb896653.aspx
    It can clearly show you the processes running in your system, along with the hierarchical relationship and the cpu usage.
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Regards
    Yolanda
    TechNet Community Support

  • Performance Monitor :SOAPtoSOAP using AAE

    I'm trying to monitor the performance of SOAPtoSOAP using Advanced Adapter Engine.
    (The environment is NW PI7.1 SPS7)
    When I sent message to SOAP adapter from RWB,I could monitor the process and check the time(in second) from Message Monitor in RWB.
    However, when the process is completed within one second, I don't know how long it took.
    I also tried to check the process time from Performance Monitor in RWB, but it does not show any processes using AAE.
    Does anyone know how to check the process time (SOAPtoSOAP using AAE) in milli-second?
    Regards,
    Yohei
    Edited by: Yohei Kasai on Apr 2, 2009 7:06 AM
    Edited by: Yohei Kasai on Apr 2, 2009 8:15 AM

    Your programming sequence for the performance monitor for DMA transfers looks alright.
    I think a similar set-up was done in the XAPP1205 to measure the dma performance. Can you check?
    http://www.xilinx.com/support/documentation/application_notes/xapp1205-high-performance-video-zynq.pdf

  • Different transaction codes useful for Performance Monitoring

    Hi Experts,
    Please can you guide me on this question, as to what are the different transaction codes useful for Performance Monitoring i.e. workload statistics and database statistics? What kind of statistics do each of these codes provide?
    Many thanks,
    Mithun

    Hi Mithun
    In performance issuses you need to look in terms of many ways that is..
    Workload analsys
    ST03N: Statistics Regards Locallly
    ST03G: Statistics Regards Golbally
    STAD: Individual Statistics Regards
    STATTRAACE: Individual Statistics Regards Trace
    ST07 : User Distribution
    Buffers and Memory
    ST02 : Buffers and Memory and swaps monitoring
    ST10: Table Acess
    OS Monitoring
    OS04: Locally monitoring
    OS07: Remotely monitoring
    OS01: LAN check
    DataBase Side
    ST04: Performance overview
    DB01: Exclusive locks
    DB02: Tables/Indexes
    BackgroundJobs monitor
    SM37
    other tcodes
    ST22: Abap Dumps
    SM12: Lock Entries
    SM56: NumberRange Buffers
    SU56: User Buffer
    all above transactions are need to monitor for Performance.
    Regards
    Bandla

  • Mac book pro, Vram 256, how to improve performance of Apple Motion

    i am in video editing since one year and I don't  have any experience about video cards etc
    I was answered in un another thread that to drive a professional monitor I shoud buy a device as MATROX MXO2 FAMILY,
    my question is can that device let me bypass limit of my internal Vcard and raise performance when using apple motion and after effects?

    Sorry, but capture cards lik the Matrox MXO2 don't boost performance with MOTION.  Only a better graphics card will.  And with a laptop, you can't swap out what you have.  You have what you have.  For better performance, you would need to get a MacPro and a higher end graphics card. 
    Capture cards don't factor in here.

  • Performance monitor reports and graphs don't show all the counters that were captured

    I've run into an odd behavior of performance monitor that I haven't been able to clear up yet: after I run a data collector set, the resulting report only shows a partial list of the counters that I captured, and so does the graph of that report (but different
    items).
    For instance, I chose the following counters for the data collector set:
    \PhysicalDisk(*)\% Idle Time
    \PhysicalDisk(*)\Avg. Disk Queue Length
    \PhysicalDisk(*)\Avg. Disk sec/Read
    \PhysicalDisk(*)\Avg. Disk sec/Write
    When the data collection ends, the report that gets displayed shows all those counters for _Total instance and C:, but then E: only shows % Idle Time and Avg. Disk Queue Length. That's it, the report ends there, even though I also have F: and V: drives on
    this server.
    If I choose to view the graph of this data collection, it only shows those four counters for the _Total instance.
    It took me a while to realize that all the data is being captured, but it's just the display that is truncated. If I view the folder then open the report.html, it actually shows all the data. Same with the graphs. If I select to add counters and add
    all the missing counters, they are displayed.
    I have searched high and low but haven't been able to find more than one post at ServerFault where someone had a similar issue, but no real solution or cause was provided, so I was hoping that someone here might have an idea.
    I also found a variety of articles about missing counters due to registry settings or because the counters needed to be reset, but that's a different issue that doesn't apply in my case. By the way, this is on a windows server 2012 R2 VM (file server).

    Hi SomeAdmin,
    The counter missing often caused by the related registry value is corrupted, please first refer the following related KB then perform a fix then monitor the issue again.
    Event ID 3012 — Performance Counter Loading
    http://technet.microsoft.com/en-us/library/cc775053(v=ws.10).aspx
    More information:
    Overview of Performance Monitoring
    http://technet.microsoft.com/en-us/library/cc958257.aspx
    PerfGuide: Analyzing Poor Disk Response Times
    http://social.technet.microsoft.com/wiki/contents/articles/1516.perfguide-analyzing-poor-disk-response-times.aspx
    Analyzing Storage Performance using the Windows Performance Analysis ToolKit (WPT)
    http://blogs.technet.com/b/robertsmith/archive/2012/02/07/analyzing-storage-performance-using-the-windows-performance-toolkit.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • 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

  • Customizing Monitor in Profitability Analysis

    Hello SAP-team!
    What functions are provided by the Customizing Monitor in Profitability Analysis?
    ps: thanks to SAP-community!
    Eugene

    Hi,
    Customizing monitor in Profitability analysis as follows..
    General topics:
    35288 Technical Documentation CO-PA
    69384 Account-based Profitability Analysis
    199467 New act assignment table as of Release 4.5
    2. Master data:
    a) Characteristics and value fields:
    13377 Naming conflicts in characteristics and value fields
    21207 Deleting a charctrstc/value field from an op.concern
    40336 Maintaining foreign keys for characteristics
    76493 Changing texts of characteristics or value fields
    b) Characteristics derivation and submission of characteristics values
    32719 Customer hierarchy in CO-PA
    33968 SD/CO-PA: Characteristics from sales document tables
    36557 SD/CO-PA: Transfer partner functions to CO-PA
    62690 Product hierarchy in CO-PA
    93652 Info: Variant configuration in CO-PA
    134889 Info on derv. of char:Why not all flds avail.?
    148609 Char.deriv.:deriv. rule vals miss.aft.upgrade&trnsp.
    172740 Techn.docum.charct. derivtn as of Release 4.0
    c) Valuation
    40408 Valuation for record types 'B' and 'C'
    62536 Valuation using conditions in Profitability Analysis
    67240 Info: Valuation with material cost estimate
    111232 INFO: Valuation for materials valuated separately
    144337 INFO rounding differences: Valuation with costing
    142628 Behaviour of user exit in periodic valuation
    3. Actual data transfer:
    20254 Values from SD are not transferred to CO-PA
    37114 Incorrect setup/reversal of provisions
    33178 +/- sign logic in CO-PA (SD/FI interface)
    52849 Transfer of conditions with +/- signs
    39635 Profitability segment by substitution exits
    64768 FI/CO-PA: Problems with exchange rate differences
    87704 Cost-of-goods-sold Reconciliation: FI to Co-PA
    83702 Acct assignmt logic sales order proc. - REM
    111309 Transfer of quantities into CO-PA
    185826 Enhancement COPA0005
    a) Correction of data inconsistencies
    69370 Clearing data inconsistencies in CO-PA
    70718 Correctn of data inconsistency for order recpt
    140457 Correcting data inconsstncs in incoming orders
    126937 Correction of billing data inconsistency
    93051 Restructure of the segment level from line items
    4. Planning:
    67191 Useful tips on the CO Planning Processor
    72110 KE11: Long runtimes/timeout
    77476 Information: Top-down planning
    124598 CO-PA Planning: FAQs
    5. Information system:
    21773 Performance in reporting (summarization data)
    83204 Usage strategy for summarization levels
    136216 Fast rollup for summ. levels for costing-based CO-PA
    6. Tools:
    134430 Euro conversion and CO-PA
    19015 Termination during external data transfer
    19410 Characteristic validation during external data transfer
    44658 Error with batch input for KE21
    40994 Transport Profitability Analysis (CO-PA) to 3.0
    52636 CO-PA Customizing transport
    128862 Transport Customizing CO-PA in 4.0A/B
    131664 Transport of operating concern structures 4.0
    144015 Client copy and CO-PA/EC-EIS
    65999 Information: Supported ALE scenarios in CO-PA
    94458 CO-PA Realignments: documentation
    113050 Segment table repair after realignments
    127334 Missing archiving of profitability segments
    199959 Change assignmt for operating concern
    67839 Generating parts of an operating concern environment
    69829 Delete operating concern in Release 3.0
    106314 Delete operating concern in Release 3.1
    562043 - Transfer actual costs to Profitability Analysis
    544241 - INFO:Customizing Monitor new fnc 'Report Overview'.
    429517 - INFO: Currency translation Billing document -> CO-PA
    428563 - Material cost estimate valuatn: Translaton for posting date
    400237 - CO-PA INFORMATION: Line item in company code currency
    199959 - Information: change assignmt for operating concern
    199467 - Info: New act assignment table as of Release 4.5
    185826 - Information: Enhancement COPA0005
    172740 - Info.:Techn.docum.charct.derivtn as of Release 4.0
    148609 - Char.deriv.:deriv.rule vals miss.aft.upgrade&trnsp.
    144337 - INFO rounding differences: valuation with costing
    144015 - CC-INFO: client copy and CO-PA/EC-EIS
    142628 - Behaviour of user exit in periodic valuation
    140457 - Info:Correcting data inconsstncs in incoming orders
    136216 - Fast rollup for summ.levels for costing-based CO-PA
    134889 - CO-PA Info on derv.of char:Why not all flds avail.?
    134430 - Information: Euro conversion and CO-PA
    131664 - INFO: Transport of operating concern structures 4.0
    128862 - INFO: Transport Customizing CO-PA in 4.0A/B
    127334 - Missing archiving of profitability segments
    126937 - INFO: Correction of billing data inconsistency
    124598 - Info: CO-PA planning: frequently asked questions
    113050 - Segment table repair after realignments
    111309 - INFO: Transfer of quantities into CO-PA
    111232 - INFO: Valuation for materials valuated separately
    106314 - Delete operating concern in Release 3.1
    94458 - CO-PA Realignments: documentation
    93652 - Info: Variant configuration in CO-PA
    93051 - Restructuring the segment level from line items
    83702 - INFO: Acct assignmt logic sales order proc. - REM
    83204 - Usage strategy for summarization levels
    77476 - Information: top-down planning
    76493 - Changing texts of characteristics or value fields
    75334 - INFO:Downloading CO-PA correctn package fm SAPSERV
    72110 - KE11: Long processing times / timeout
    70718 - INFO:Correctn of data inconsistency for order recpt
    69829 - Delete operating concern in Release 3.0
    69384 - Information: Account-based Profitability Analysis
    69370 - INFO: Clearing data inconsistencies in CO-PA
    67839 - Generating parts of an operating concern environment
    67240 - Info: valuation with material cost estimate
    67191 - Info: Useful tips on the CO Planning Processor
    65999 - Information: Supported ALE scenarios in CO-PA
    64768 - FI/CO-PA: Problems with exchange rate differences
    62690 - Info: product hierarchy in CO-PA
    62536 - Info: Conditions in Profitability Analysis
    52849 - INFO: Transfer of conditions with +/- signs
    52636 - INFO: CO-PA Customizing transport
    44658 - Error with batch input for KE21
    40994 - INFO:Transprt Profitability Analysis (CO-PA) to 3.0
    40408 - Info: Valuation for record types "B" and "C"
    40336 - Info: maintaining foreign keys for characteristics
    39635 - Info: finding the profitability segment using a substitution
    37114 - Incorrect setup/reversal of provisions
    36557 - Info SD/CO-PA:transfer partner functions to CO-PA
    35288 - Profitability Analysis: Technical Documentation
    33968 - SD/CO-PA: Characteristics from sales doc tables
    33178 - INFO: +/- sign logic in CO-PA (SD/FI interface)
    32719 - INFO: Customer hierarchy in CO-PA
    21773 - Performance in Reporting (Summarization data)
    21207 - Deleting a charctrstc/value field from an op.concern
    20254 - INFO: Values from SD not transferred to CO-PA
    19410 - INFO: Char.validity check f.external data transfer
    19015 - Termination during external data transfer
    13377 - INFO: Naming conflicts in charactrst. & value flds.
    Thanks
    Prasada

  • Windows Server 2008 R2 Performance Monitor information / thresholds

    Dear Users,
    I have been in search for information about the Performance Monitor for Windows Server 2008 R2.
    Unfortunately not with exactly what I wanted to, so I have some information but still not complete.
    What I'm trying to find is a sort of table with information which counters are good to monitor to make sure the server has enough hardware available.
    We are working in a virtual environment so that makes it easy to give more hardware, but this also means that there is a possibility we are handing out to much and that we need to take some hardware back.
    But I find it hard to find the right information about the counters to use and with the thresholds.
    I got already a lists with counters, explanation and the thresholds, but there are way more counters.
    Is there anyone who could point me out to a website were I can read more information about this subject?
    Because I really want to spend more time about what is using resources and if we are working efficiency.
    Any other information regarding the Performance Monitor is as well welcome.
    Kind regards,
    Martijn

    Hiya,
    I use the following table as a rule of thumb.
    Objects & Counters
    Issue thresholds
    Processor - % Processor Time
    Above 
    75-85%
    Disk - Avg. Disk Queue Length
    Slowly rising until poor performance is experienced.
    Disk - % Idle Time
    Larger than 90%
    Disk - % Free Space
    Less than 20%
    Memory - Available Mbytes
    Less than 2GB on Web server.
    Memory - Cache Faults/sec
    Larger than 1
    Memory - Pages/sec
    Larger than 10
    Page File - % Used and % Used Peak
    Trend analysis on occurrence. The more often, the worse.
    Network - Total Bytes/sec
    Larger than 40-50% of network capacity.
    Process - Working Set
    Larger than 80% of total memory
    From my own guide:
    https://jesperarnecke.wordpress.com/2014/05/19/sharepoint-infrastructure-design-specification/

  • Performance Monitoring and Profiling

    Hi,
    I am looking for an Opensource or freeware Performance monitoring and profiling tool. Right now we are using Java melody but it is just a monitoring
    tool where it doesnot give much information on the memory leaks, etc. I need to a tool which captures the memory leaks and GC operations in detail.
    Please suggest one.
    Thanks

    rajeev_b wrote:
    You can try Java Monitor eclipse plugin. This gives detailed performance analysis on JVM level.
    More information at http://www.jvmmonitor.org/
    This is opensource plugin.Neat! Thanks for the link.

  • Capturing performance monitor data to a file

    We would like to be able to capture the performance monitoring data, such as the memory
    usage to a file for later use in reports or analysis. I know how to view interactively,
    but cannot figure out a way (if there is one) to capture it to a file.

    >
    I am designing an application which needs audio capturing..Every thing works well except one.. The audio file (with wav format) is created but it does not have any sound recorded..But the size is allocated for the audio file..can anyone provide some solution..>Yeah, sure. Change the char at column 47 of line 356 from a ',' to a '.' and it should work perfectly.
    In case that does not work for you, you might try *showing us your SSCCE that fails!*
    In the meantime, here are two code sources that can save WAVs.
    [Recording to an audio file (simple version)|http://www.jsresources.org/examples/SimpleAudioRecorder.html]
    [Recording to an audio file (advanced version)|http://www.jsresources.org/examples/AudioRecorder.html]
    >
    ...Its urgent..>For urgent matters, I recommend paying a consultant. For forum answers, I recommend being patient.
    >
    ..Thanks in advance..>For my part, thanks is well expressed by adding [Duke stars|http://wikis.sun.com/display/SunForums/Duke+Stars+Program+Overview] to match your interest in getting a solution.
    Edit 1:
    Also note:
    - Java sound has been part of the J2SE since version 1.3, whereas the JMF has been abandoned about as long. The best forum for +(future)+ sound related problems is the [Java Sound forum.|http://forums.sun.com/forum.jspa?forumID=541].
    - I also read another thread you started where a person mentioned the code tags. Not only did you fail to take their advice, but entirely ignored the comment. If you intend ignoring the advice offered, why are you asking? Or perhaps more to the point, why should we answer? If you read anything that you do not understand, please ask what the person means, rather than ignore them and blunder on, as you seem to be intent on doing.
    Edited by: AndrewThompson64 on Dec 8, 2008 6:19 AM

  • 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

  • Livecache Performance Monitoring

    Hello,
    Could you please provide the parameters which requires for Livecache performance  monitoring.
    Thanks,
    Gopi L

    Hello Gopi L,
    1. I agreed with the Markus question :
    u201CWhat "parameters" are you talking about?u201D
    Please let us know the answer on this question first.
    2. What is the version of your system?
    What is the liveCache version on your system?
    What is the SAP Basis SP on your system.
    3. Please review the SAP notes:
    990602     FAQ: CCMS for MaxDB/SAP liveCache technology
    820824     FAQ: SAP MaxDB/liveCache technology
    530394     Using the Database Analyzer for bottleneck analysis
    Thank you and best regards, Natalia Khlopina

  • 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

Maybe you are looking for

  • I want to set up new iPhone correctly when it arrives! Please advise

    I own a 4s. My husband's iPhone arrives in 2 days. We share a Mac book and have a family iPad. I have read all of the posts about the benefits of sharing an apple ID for purchases and apps but that it is best to use different IDs for the iCloud. Our

  • Adobe Acrobat 8 Professional Random Crash (Access Violation)

    hi all. first time poster. long time reader. i have encountered an odd access violation problem - 'ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "blah" referenced memory at "blah". The memory could not be "blah" - in 'acrobat.dll' recently w

  • J2me help

    Hi i am new to the j2me tehnology.But i have been working in the j2ee tehnologies for last one year.In my appliacation we want to have mobile features like if any insertion occuerd in our data base we are showing those appoinments in the jsp.But thos

  • Enhancements from earlier thread

    troach Posts: 15 Registered: 3/16/00 Re: Raptor Wish List Posted: Dec 29, 2005 7:55 PM in response to: bksnyder Reply When invoking the SQLPLUS Worksheet, it would be nice to give it the ability to choose a drop down and work in that schema. (To show

  • Error while building ess/per DC

    Hi,   We need to customize ESS screens in NWDS 7.3, but when we try to sync and create project for ess/per we are getting build errors. Do any one have solution for this? And one more is can't we customize ess screens directly in NWDS 7.3, directly m