Comments
-
Hello Mike, HP EVA can be integrated into Windows Performance Monitor counters using HP Command View EVAPerf service. You can set this up and then use APM to monitor counters for HP EVA as any other Windows Performance Monitor counters. Check this guide: http://h10032.www1.hp.com/ctg/Manual/c00605846.pdf
-
Hello Mike, what kind of application is this? How it reports begin/end of execution? Does it run permanently and just execute transactions or is it spawned for every transaction separately? Is it just process where it's execution time can be measured as a process lifetime? If it's single process that is executed for every…
-
Hello Mike, just to confirm, did windows authentication dialog appear during recording? Do you have "Authenticate" action present in your recording? Can you provide list of steps and actions as you can see it in recorder when you open recording? Screenshot would be sufficient.
-
Hello, You write you use HTTP protocol on port 443. Port 443 is for HTTPS, are you sure that you have plain HTTP on that port? Try to use HTTPS monitor instead of plain HTTP.
-
Hello, what data specifically do you need? * Data for individual page resources from last playback are in SEUM_TransactionStepRequests table. There are timings of individual parts of each request such as Connection time, DNS resolution time etc. * Data for whole step durations are in SEUM_StepResponseTime_Detail table.
-
Hello sotherls, you can try to use custom SQL report. Following script gives you "approximate" number of minutes in month when application was down. Word "approximate" here means that it uses AVG function and calculates with percentage for one day so result is not very precise. declare @minutesInMonth numericset…
-
Hello Sonja, do you know what exactly happens when you click on "X"? How is redirect triggered? Javascript, direct link, ...? It looks that WPM action does not properly trigger the redirect. I would suggest to try XY mode to click on that "X". * Record to the point when you are going to click on "X" * Edit -> Toggle XY…
-
Hello Randall, what do you mean by "false positive". Do you have content check like "page does NOT contain XYZ" and you sometimes get alert that page does contain XYZ, or do you have check "page DOES contain XYZ" and you get alert that page doesn't contain XYZ? Where exactly did you put wait actions? Screenshot logic takes…
-
Hello, some monitors (such as TCP port monitor) don't require credentials. However if you are assigning application to node, you have to specify credentials for whole application, even if it doesn't contain any monitor that requires them. If you know that monitors in application don't require credentials, just assign any…
-
Hello Jerry, there is no out-of-the-box monitor for this in APM but you can easily use Windows Script Monitor for this. You can either look at content exchange here, for example on this File and Folder Size Template, or you can write your own script for that. It would be just simple VBscript that may look like this one.…
-
Hello, our process monitor can give you only information you see now. However you can use Linux Script Monitor to run any custom script that can give you additional data. You can keep process monitor to get CPU and memory and additional Linux Script Monitor to get any required additional data such as command line…
-
Hello, custom application views are created using standard view limitations. In case of IIS limitation it is "ApplicationName = "*Internet Information*". Just go to IIS view, click on "Customize Page" in upper right corner of the page and at the bottom there are limitations for this view. Click on "Edit" next to the…
-
Hello Simon, APM can give you historical data from statistic. Just open APM Application detail (clicking on application) and there click on component you are interested in (in Components table). It opens APM Component Detail where you should see chart with statistic history. If it is not there, click "Customize Page" in…
-
Hello, unfortunately that is not possible. WPM is running as 32bit process and is using built-in web control that is based on IE so the UA string is representing 32bit IE.
-
Hello Brandon, your assumption is correct, graph uses all samples and counts their average for specified time interval. Unfortunately, there is no way how to get 1 minute raw data for graph.
-
Hello Paul, unfortunately there is currently no way how to achieve this with Event log monitor in APM. Event log name is trimmed to remove any white characters for beginning and end of log name so you can't query event logs that starts or ends with space. However you can try to make a custom windows script where you can…
-
Hello Erik, Regarding static page for the transaction - this page does not have to be on target server, it can be simple .html file on machine where WPM Player is installed and that would be accessed via file:// protocol. Regarding session ID in playback even after you modified recording XML - WPM player has whole…
-
Hello Donald, You mean add another components besides those two that you already have there? You can go to Admin->APM Settings->Manage Application Monitor Templates. There you can select your template and click "Edit" button to open template for edit. There you can add more components using "Add Component Monitor" button…
-
Hello, can you check the server CPU and memory directly using Task Manager to see which process/processes cause high memory and CPU consumption? Agent itself adds some overhead to the monitored node based on number of things you monitor there. If it's just CPU&memory is should be negligible but if you also monitor some…
-
Click on "Edit" button on resource and look into "Unit" field. Is there "1" in it? Try to remove it or change it to something meaningful.
-
Hello sotherls, Filtering by Tag is possible, although syntax is little more complicated than Application.Tag = 'something'. You can use subselect for that. Put this into filter field: Application.ApplicationTemplateID IN (SELECT TemplateId FROM Orion.APM.Tag WHERE TagName LIKE 'YOUR_TAG') As you can see, tags are in…
-
Hello Andrew, you can use "Custom SQL Alert" for this. Just select "Custom SQL Alert" in "Type of property to monitor" on "Trigger Condition", select "SEUM: Transaction" as object and enter following query to alert: WHERE (SEUM_TransactionsAlertsData.RecordingId IN ( SELECT r.RecordingId FROM SEUM_Recordings r JOIN…
-
Hello Mac, player load tells if player is able to play transactions on time. If it's over 100% it means that some transactions are delayed because player runs on full capacity and they have to wait. How many transactions do you have assigned to single player? We have seen few cases when relatively simple transaction was…
-
Hello, this is a known issue and it should be fixed in some of next releases.
-
Hello, here is a simple VBscript that should do what you need. Dim folderPath, maxFileAge, countFilesfolderPath = Wscript.Arguments(0)maxFileAge = Wscript.Arguments(1)countFiles = 0Set fs = WScript.CreateObject ("Scripting.FileSystemObject")Set folder = fs.GetFolder(folderPath)For Each file In folder.Files If file.Size = 0…
-
Hello sotherls, Currently it is not possible to specify port for SQL UE monitor in APM. However you can create alias for instance you want to monitor and monitor this alias instead. Creating aliases is described here: www.mssqltips.com/tip.asp
-
Hello Philip, have you tried XY recording mode? Some JS frameworks are not handled properly by WPM so they sometimes don't "see" all the actions WPM does. This look like this, the form does not see value that WPM writes so it appends default. If you use XY mode it should work.
-
Hello Derek, WPM is able to inspect only standard web pages in HTML. XML is rendered by IE as text but internally it does not have a structure that we can inspect in the same way as standard web page. This means that you can't match text in XML. What you can try is to use Image Match action instead. As long as XML is…
-
Hello, you have two options how to set up your environment. 1) Use default settings - passive player: With these settings connection is made from server to player on port 17781. If your server is in intranet and player is outside, you just need to allow outgoing traffic on port 17781 and server will be able to communicate…
-
Hello mmedwid, To check if specific process is running there are two ways (I suppose that you already have specific host added in Orion): Use wizard: 1. Go to Admin->APM Settings 2. Click "Find Processes, Services, and Performance Counters". 3. Select "Process Monitor - ####". If you have SNMP enabled on target machine, I…