OEM Monitoring for PHP Applications

Hi,
Does OEM Grid Control has any pack or plugin available for PHP based web applications, deployed at standard Apache web server?
Regards.

It depends on what you are trying to monitor. You could use Apache to monitor the server that your PHP code runs on, host monitoring plug-in to monitor the server box and any log file that you output. You could also use synthetic service test as part of the standalone Service Level Management Pack to ping the various web pages that your PHP app exposes. Beyond that, if your app outputs specific statistics, you could create a plug-in using our Plug-in Development Kit, and have your PHP program shows up as target(s) within EM.
Our other products that are applicable to monitoring PHP-based web applications are Oracle Real User Experience Insight, and Oracle Application Testing Suite.
<br>
<br>
Chung
<br>
<br>
Application Management Blog<br><br>

Similar Messages

  • Monitor usage of Webdynpro for Abap Application

    Dear all,
    How does one monitor how many times a Webdynpro for Abap application is called by users? We have an i-view in the portal that calls a WD4A program in  the back-end system. Is there anything in the portal or back-end that will give us the usage information?
    Thanks, Neeta

    Hi Thomas,
    We are not necessarily looking for performance data but how many times a bsp and/or function module is called. The idea is to try and determine how many calls are made to SWN_WIEXECUTE BSP via a URL (http://<hostname>:xxxx/bc/bsp/sap/SWN_WIEXECUTE/MAIN.DO to track a usage of a new workflow approval/rejection process.
    We also want track how many calls are made to SAP_WAPI_WORKITEM_COMPLETE function module to track approval/rejection of a workflow process via Portal UWL.
    Best Regards, Neeta

  • Error while creating application for PHP in eclipse plug-in

    Hi,
    I am trying to create an application for PHP but got an error " Template creation failed". It used to be working before. Can anyone help?
    http://uploadpic.org/v.php?img=9FmTmCZNWM
    Thank.
    Regards,
    Hardik

    Hi Hardik,
    According to the log file, the service proxy generation failed, since the command execution for calling the OData SDK proxy generation was failed.
    As a first step I would suggest verifying that the PHP server is properly configured with the OData SDK library (as explained in the SDK's user guide).
    There is also an explanation in our documentation troubleshooting section (PHP Toolkit Troubleshooting - Proxy Generation Failed).
    Then a PHP proxy can be generated for the service using our PHP plugin, as a simple check that the problem was solved.
    If the problem continues, I would suggest saving the service metadata into a local xml file and try executing the proxy generation command directly (using command-line):
    C:\xampp\php\php C:\OData_PHP_SDK\framework\PHPDataSvcUtil.php /metadata=<Absolute-Path-To-Metadata-XML-File> /out=<Absolute-Path-To-Desired-PHP-Output-File>
    The command output printed to console may help us understanding more regarding what causes the problem.
    Thanks,
    Rotem

  • SCOM 2012 R2 - How to create a Web Application Monitor for an URL requiring certificate authentication

    Hi All,
    It looks like in SCOM 2012 there are two ways to monitor a web application (URL monitoring):
    Way no 1: (Using the Web Application Transaction Monitoring template)
    Way no 2: (Using the Web
    Application Availability Monitoring template)
    We have created some monitors using
    Web Application Availability Monitoring to check if URL is up without any authentication method.
    However, we have few URLs for which we need Client Certificates to be used for accessing them but found no option in SCOM 2012 to configured the certificates. 
    I have searched a lot on the Tech Net library but no clue.  Does anyone know how to successfully monitor an URL requiring certificate authentication on SCOM 2012 ? or, at least, using no matter which method?
    Thanks.
    Regards,
    Raju.

    Hi,
    Based on my research, it is not possible by using the built-in monitoring templates. Both of them handles “normal”, server-side, SSL-certs, and the transaction monitor handles basic/digest/NTLM authentication, but client certificate based authentication
    is not a configurable option.
    Regards,
    Yan Li
    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 Subscriber Support, contact [email protected]

  • What application do I use to do coding for PHP?

    Ok i am going to start learning some PHP coding etc
    I have Apple Mac Computer
    What application is best to download or use for PHP?
    What do you all recommend?
    thanks

    For simple stuff TextWrangler would be a good choice,
    But if you plan on doing more (and the etc after some PHP coding etc seems to indicate that you might) then you might as well jump into Xcode.
    Besides getting you up to speed on Xcode so if you make the jump into OS X and/or IOS programming you'll be ready, you'll have source code control from the start, which is part of Xcode. SCC can be a huge help when learning a language, try what you like, totally screw up, no problem you can always go back to what worked.
    It;s a real benefit to learning.

  • Microsoft vista OEM Test Case-5 failing for java application

    The launcher exe for my application is built in C++ that load the jvm and then the control is passed to the java class through JNI.
    My problem is that my application exe is not passing the Microsoft Vista OEM Ready Test Case Number- 5 which specifies
    Application Verifier Checks:
    Tests for app failures from common coding errors: exceptions, handles, heaps, locks, memory, thread local storage.      
    App failures, crashes, and hangs are some of the top negative factors for customers. Eliminating such failures improves app stability and responsiveness.App verifier catches common coding errors and prevents heap corruption, the cause of more than 15% of application failures.
    Interestingly..! Even a simple Hello World program is failing this test...!

    Open [http://msdn.microsoft.com/en-us/windows/cc721647.aspx] and search for the word "Java".

  • Free web hosting for PHP Oracle 10g XE applications

    Hi guys
    I am a student currently completing my final year project of a BSc Information Systems / Computer Science programme. I am using PHP and Oracle 10g XE and I was hoping that someone could advise me on a good web hosting site for student applications that is available at no cost, since I can't afford to pay for hosting. It is important that I host my site because my university tutor (in the UK) needs to access my site and provide feedback at this point in the project. Any assistance will be very much appreciated.

    Just to let everyone know, i will do free hosting for students needing it for there projects, i will need an academic email address for corespodence, so thats a .edu or .ac.uk for example.
    I have just relaunched the website and slashed my prices, so starter packages are from 2.99 a month for oracle and php. www.phporaclehosting.com
    Any questions reply to this thread

  • Possible for JRockit Mission Control to Monitor Multiple Web Applications

    I have some questions regarding JRockit and Weblogic Server.
    The JRockit Mission Control allows users to monitor JRockit JVMs.
    If a JVM runs a Weblogic server instance which runs a couple of web aplications, is it possible to monitor individual web applications separately?
    If it's possible, is there any kind soul who can guide me through the process in setting up.
    Please assist. Many Thanks!
    Thanks,
    Benjamin

    Hi,
    You can use *"wlnav.war"* which is freely available on net. to monitor Servers along with some of the Application attributes like application state/ Session count/ ...etc
    "wlnav.war" actually uses WebLogic MBeans to get the details of the Server and Applications...Same thing we can do using our own MBean JMX Codes as well... But still these JMX codes will not be able to tell exactly that which object belongs to which Application.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic/jmx_weblogic/  (WebLogic Wonders Are Here)

  • Alert monitor in PHP

    Hi
    I've been trying to build an alert monitor in PHP that gets data from the CCMS. I'm new to SAP but not to PHP.
    The saprfc works just fine and I'm able to test function modules with the saprfc_test.php. I've seen the tutorial on how to get alert data (CPU utilization) from the CCMS. And it works fine. So what's the problem you ask?
    If anyone here have tried the SAP CCMS plugin for Nagios they know that all you need (almost all you need) is to provide the long name of the MTE e.g SID\system_SID_01\R3Services\Background\AbortedJobs and you get the alert message that you see in RZ20.
    I've found several function modules that gives me the value of a monitor leaf node, but only the ones with a number as a value (percent CPU usage, MB disk space left +++). If I try to get data from e.g AbortedJobs i get nothing.
    I've found one function module that gives me the data that e.g AbortedJobs shows (SALR_MTE_STAT_MSG_READ_CUR_VAL) but this one won't of course show leaf nodes with numbers...
    The nagios plugin uses:
    BAPI_SYSTEM_MON_GETTREE
    BAPI_SYSTEM_MTE_GETMLCURVAL
    BAPI_SYSTEM_MTE_GETPERFCURVAL
    BAPI_SYSTEM_MTE_GETSMVALUE and
    BAPI_SYSTEM_MTE_GETTXTPROP
    I'm having trouble trying any of these in my test application. The return array is:
    Array
        [TYPE] => E
        [ID] => RA
        [NUMBER] => 346
        [MESSAGE] => Problems accessing database (function 'BAPI_SYSTEM_MTE_GETMLCURVAL')
        [LOG_NO] =>
        [LOG_MSG_NO] => 0
        [MESSAGE_V1] => BAPI_SYSTEM_MTE_GETMLCURVAL
        [MESSAGE_V2] =>
        [MESSAGE_V3] =>
        [MESSAGE_V4] =>
        [PARAMETER] =>
        [ROW] => 0
        [FIELD] =>
        [SYSTEM] =>
    Someone have to have tried to build a custom CCMS monitor of some sort?
    My idea is that the leaf nodes I want to pull from the CCMS is defined in an XML file:
    <SYSTEM>SolMan</SYSTEM>
    <MONITOR>Aborted Jobs</MONITOR>
    <MEASUREMENT>-</MEASUREMENT>
    <MTSYSID>SID</MTSYSID>
    <MTMCNAME>system_SID_01</MTMCNAME>
    <MTNUMRANGE>032</MTNUMRANGE>
    <MTUID>0000000003</MTUID>
    <MTCLASS>102</MTCLASS>
    <MTINDEX>0000002308</MTINDEX>
    <EXTINDEX>0000000050</EXTINDEX>
    and then I can list them as I want on the screen.
    I really hope someone can come with some pointers and shed some light on this. It would be much appreciated.

    Ok, at least now I have something working. But it has its limitations. This could probably be written as a wiki entry, but I don't feel that the code is ready for the public yet. This is used against our Solution Manager which monitors all other systems.
    This is how I have build it:
    Everything I want to monitor is defined in an XML file
    <monitor>
      <System>
       <SID>
         <set>
           <MONITOR>Shortdumps</MONITOR>
           <TYPE>alert</TYPE>
           <MTSYSID>SID</MTSYSID>
           <MTMCNAME>system_SID_01</MTMCNAME>
           <MTNUMRANGE>010</MTNUMRANGE>
           <MTUID>0000001797</MTUID>
           <MTCLASS>102</MTCLASS>
           <MTINDEX>0000000174</MTINDEX>
           <EXTINDEX>0000000008</EXTINDEX>
          </set>
        </SID>
      </System>
    </monitor>
    where you have as many customers as you want, each customer has of course several systems (CRM, ERP, BW) and within each system everything that should be monitored is defined within the <set> tag. <MONITOR> is a label defined by the user, <TYPE> can be alert, disk or availability. This is only for grouping similar monitors together and list them as I want.
    The rest inside the <set> is information SAP needs.
    If a monitor set is disk or availability I call the
    BAPI_SYSTEM_MTE_GETPERFCURVAL
    to get the integer value (e.g. 3454, as in 3454MB free disk space).
    No mater what kind of type the monitor is I call
    BAPI_SYSTEM_MTE_GETGENPROP
    to get the alert value (1,2 or 3).
    For now I'm only interested in yellow or red alerts so if the alert level is >1 I call
    BAPI_SYSTEM_MTE_GETALERTS
    to get the alert data I need to look up the alert message.
    The alert message is taken from
    BAPI_SYSTEM_ALERT_GETDETAILS
    The results are written to an XML file with the same structure as the input XML file except the data inside the <set> contains the data I want to show.
    <monitor>
      <System>
        <SID>
          <set>
            <MONITOR>Free Data Space</MONITOR>
            <TYPE>alert</TYPE>
            <ALERT>3</ALERT>
            <MSG>Some message from SAP CCMS here</MSG>
            <ALRELEVVAL>the integer value if type is disk or availability</ALRELEVVAL>
          </set>
        </SID>
      </System>
    </monitor>
    Now that I have the data I can list it any way I want. E.g. grouping everything with type disk together to have an own place on the screen with disk monitoring or listing all alerts within the same System and SID.
    This is of course not an optimal solution. Right now I have 56 monitor sets which takes about 20 seconds to check even though the SAP system is on the local network. There are also no alerts in the system right now so none of the function modules within the IF alert > 1 are checked either. If there are a lot of alerts the time will increase drastically. Guess I need to ask an ABAP person...
    Any ideas / improvements are appreciated

  • What is the best Monitor for Video editing & Graphic Design?

    Hi every one,
    I would like to find out what is the best monitor for video editing and graphic design that you recomend, I am trying to buy one but not sure which one is good and not expansive.
    Thanks very much

    I don't want 2 monitors, so a single 27inch model just what I need... plenty of room for PPro, or I can have a Word document and a Text file open and side by side
    John,
    That is personal taste and there is no discussing taste. However, from my perspective, and that is personal, I prefer 3840 x 1080 resolution with dual monitors over 1920 x 1080 with a single monitor, but that is because I very often have Firefox, Filezilla, Dreamweaver and some other applications open at the same time, switching between the Adobe forums, Gmail accounts, Notebook results from the PPBM5 data submissions, PPBM5 form submissions, MySQL access, phpadmin pages to update the database, the PPBM5 results pages and various DW .php pages for the maintenance of our database and switching back and forth between various versions of PR. I occasionally really run out of real estate with all these applications and could not consider a single monitor with only 1920 x 1080 resolution, even if it were a 105" screen. In the future I would even like to have a four monitor setup (with MPE hardware support) in a two by two configuration, so that I can freely move my application screens around.
    If that happens, notice I say if and not when, my preference for a monitor would be something like 4 Samsung F2380 monitors. Small bezel, great display and panel, affordable.

  • Can I use My Ibook G4 as a Second Monitor For My Mac Mini G4

    Hi
    I wonderd if theres any way of being able to use my 14'' Ibook G4 as a second monitor for my Mac Mini G4? I already have a Samsung SyncMaster 913n. Is there any way of doing this by firewire using both monitors, if not what cables would I need?
    Thanks

    There is a application called Synergy which you may find useful. It allows the keyboard, mouse and clipboard to be shared across computers, and even different operating systems. It's not strictly what you have asked for as each computer still runs it's applications (and operating system) separately, meaning you can not drag windows between the screens, but by allowing you to copy and paste between the computers, and seamlessly slide your mouse and keyboard input between them you may get the effect you desire. Oh, and it is free and open-source, so why not give it a whirl?
    You will need to connect the machines with a TCP/IP network, which can be done either with an ethernet patch cable, or alternatively as you suggest, using FireWire - these two articles may assist you in setting that up: IP over FireWire in Panther and Tiger.
    As a point of note, a commercial program, MaxiVista allows exactly what you are looking for under Microsoft Windows.
    Hope that helps.
    Jason

  • My HD TV as NTSC Monitor for secondary color correction

    Can I use my new Panasonic HD TV model TH-42PX80U as a NTSC monitor for secondary color correction using both Final Cut Pro out of a Macbook Pro intel? What cable I can use to conect via HDMI? Will the color acuracy will be similar to that of a NTSC color correction monitor? will my TV do a decent job for NTSC? THANK YOU FOR YOUR HELP!
    I am not sure I have this HDMI cable to be use in my macbook pro does it comes with it?

    Can I use my new Panasonic HD TV model TH-42PX80U as a NTSC monitor for secondary color correction using both Final Cut Pro out of a Macbook Pro intel?
    Yes, but I would only trust it if you are going to be making DVDs, and ONLY if you properly set it up. I would not rely on it for broadcast color correction. The reason broadcast monitors exist is to have a standard...HDTVs don't have a standard. Go to best buy and look at all of them....none of them match. BUT, as a nice simple solution for DVD, I'd use it.
    But the only way you are going to get a signal to it is with the Matrox MXO. It will do component to the monitor, or you can get a DVI to HDMI adapter...if you do that the MXO software will allow you to set the monitor up to color bars. That option is only available from of the DVI out of the box.
    Will the color acuracy will be similar to that of a NTSC color correction monitor?
    No...it would be similar to color correcting NTSC on your home television...because that it what it is.
    will my TV do a decent job for NTSC?
    I doubt it. Taking an SD image and blowing it up huge on this HD TV...scaled up. I wouldn't think so. I wouldn't use it for SD color correction.
    I am not sure I have this HDMI cable to be use in my macbook pro does it comes with it?
    You have a DVI port on your MacBook Pro. And they make DVI to HDMI cable adapters I'm sure.
    http://library.creativecow.net/articles/ross_shane/MXO.php
    Shane

  • How do I set-up my TV as a dual monitor for my MacBook Pro?

    Hi
    I have a mid-2009 MacBook Pro running (OS X 10.8.2) Mountain Lion, and recently I rearranged my home workspace so that I can view my TV from my desk while I work.
    I would like to set-up my TV as a dual monitor for my MacBook Pro, so I can stream videos on my TV screen and have the whole screen to do work on my MacBook Pro at the same time.
    Is this possible? I've seen people use TVs as a mirror display (where it works as their main and only monitor), but never as a fully operational dual display.
    As an example, I would like to have my MacBook screen showing a desktop with the whole screen devoted to Photoshop, while I have another desktop running on my TV, which shows an internet browser or other application.
    If this is possible, what cords/hardware would I need, and what are the settings that will enable me to do this?
    - My TV is a modern flatscreen LCD, and it has two HDMI ports in the back.
    - It's about 9-10 feet from my desk.
    If anyone could help, that'd be awesome!
    Thanks.

    Yes, you can do that.
    You'll need a mini displayport to HDMI adaptor:
    http://store.apple.com/us/product/H1824ZM/A/moshi-mini-dp-to-hdmi-adapter-with-a udio-support
    and an HDMI cable long enough to reach your TV
    (look on Amazon or Monoprice for the best price on any of those parts)
    In your display options, you will just choose extended desktop vs mirrored display.

  • How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    If the data is on a remote server (for example, PHP running on a web server, talking to a MySQL server) then you do this in an AIR application the same way you would do it with any Flex application (or ajax application, if you're building your AIR app in HTML/JS).
    That's a broad answer, but in fact there are lots of ways to communicate between Flex and PHP. The most common and best in most cases is to use AMFPHP (http://amfphp.org/) or the new ZEND AMF support in the Zend Framework.
    This page is a good starting point for learning about Flex and PHP communication:
    http://www.adobe.com/devnet/flex/flex_php.html
    Also, in Flash Builder 4 they've added a lot of remote-data-connection functionality, including a lot that's designed for PHP. Take a look at the Flash Builder 4 public beta for more on that: http://labs.adobe.com/technologies/flashbuilder4/

  • How can i use two monitors in my application?

    Hello,
    Background
    I have a dual monitor card and two monitors which I want to use in my LabView application. The application gathers data from a complex sensor and calculates a number of results which need to be displayed graphically, this happens every 10 seconds or so. There is an awful lot of graphs which may be needed to be seen at some time but not routinely. The idea is that one monitor will display all the standard routinely displayed things and will not have any user input whilst the second monitor will display a tab control which has all the other graphs pickable.
    Question
    What I want to know is how I can programmatically tell labVIEW to put one vi up in one monitor and another vi in the other. I would then have them both maximised (which I know how to do). I would rather have the monitors set up as individual and that way I could keep the windows control bar on one monitor only. Thus one monitor would be a true user interface and the other simply a display.
    Basically how do I tell LabVIEW to use one monitor for a specific vi and not the other.
    The card I have is a matrox p650. Any comments would be appreciated.
    Regards
    Kevin

    Hallo,
    with new version of LV its more easy, but it also hasn't any troubles with LabVIEW 6.x or 7.x.
    Especially with Matrox P650 you will get no any problems (we using
    exactly this card together with G550 and our application supported
    three monitors at the same time.).
    I recommend to you following sequence:
    - After installing driver turn on option for supporting different
    resoluton on different monitors. As result you will get two absolutely
    separate monitors.
    - In Windows define which one is primary and which one is secondary.
    (On primary monitor located taskbar and all messages dialog boxes will
    appear.).
    - Arrange secondary monitor in display properties - where he located (left from primary, or right)
    - In your VI (which must appear on second monitor) use
    FrontPanel.PanelBounds Property Node for positioning. You must set four
    values for two corners. Easiest way to found right values is following:
    read this property node in while loop and put indicator on front panel.
    Then run VI, drag front panel onto second monitor and resize if
    necessary, and then you will see right values for PanelBounds. You can
    write this property node programmatically in run-time too.
    hope it help,
    good luck.

Maybe you are looking for

  • Faster way to search linked list?

    I'm pretty new to programming and I have to write a kind of psuedo implementation of a cache using a linked list (has to be a linked list). The problem is when I'm setting the maximum size of the linked list to a high number (like 2000), it goes incr

  • How many number of input/output arguments allowed in Stored procedure

    Please let me know how may input and output arguments are allowed in Oracle stored procedure. I wan't to writer one generic SP and for that I need to know the limitation on the number of arguments. I am using Oracle 8.0.5.

  • OFM certification question -- partners only ?   What's up with that?

    1. Please explain why OFM 11 certification is only available to Partners. The way it reads right now, to simply look at the certification path for Oracle Fusion Middleware, one has to pay a minimum of $500 to join the Partner Network. 2. It also appe

  • Face Time on iTouch & iMac

    I have an iMac and iTouch both with Face Time.  How do I enable both devices to ring when someone is calling me?

  • Login to Mail from one computer but not another.

    I'm actually posting this on behalf of a senior Gent. We can login to his account from his main computer but not from his 'new' laptop. I've been helping him set it up (win7). Message says wrong password and try again in 15 mins. I logged into my acc