Forum Post: RE: Enabling/Configuring Server Analysis Module(SAM)in Silk...
Hi Ghiraldelli, Thanks for your reply. We have SAM licences bought. We want to monitor our Application and DB server health mainly CPU Utilization, Memory consumption, Thread Count, DB Response Time,...
View ArticleForum Post: RE: Enabling/Configuring Server Analysis Module(SAM)in Silk...
Hello. Have a look to community.microfocus.com/.../23084.6-configuring-server-monitoring-video.aspx . HTH.
View ArticleForum Post: RE: Enabling/Configuring Server Analysis Module(SAM)in Silk...
Hey Jeang, I have referred this video before. But my Application is hosted on Unix/Linux OS so, Not sure what changes/configurations I need to make it on JVMs w.r.t. Unix/Linux system. Thanks, Harshal
View ArticleForum Post: RE: Enabling/Configuring Server Analysis Module(SAM)in Silk...
Please check the Performance Explorer User Guide documentation at Start | All Programs | Silk | Silk Performer xx.x | Documentation. It contains helpful information on how to monitor Unix systems by...
View ArticleForum Post: RE: Automate Time Sheet in Performance
You could use a global variable to check which iteration of transaction you are in. Something like: benchmark WebBenchmarkName use "WebAPI.bdh" var iTransactionCount : NUMBER init 0; dcluser...
View ArticleWiki Page: Silk Performer cannot record applications when secure boot is...
The secure boot security standard found in some Windows 8 and Windows Server 2012 machines will prevent the Silk Performer drivers that control recording from loading during system startup. On a...
View ArticleWiki Page: How do I set up an application profile to record my Java application?
When deciding what type of application profile to setup it is important to determine if the application communicates with the Java runtime at TCP/IP level or uses Java RMI. Java at RMI If your Java...
View ArticleForum Post: exporting and importing agents
I notice that upon exporting and importing agents - something I plan to do more of as we have 2 computer labs with 20 pc's/agents, that the current ip address is exported/imported. Given a DHCP...
View ArticleForum Post: Silk Performer 15.5 Page Speed
In Silk Performer 15.5 Help it states: "The PageSpeed functionality in TrueLog Explorer is currently only available for web protocol TrueLogs." Does this mean both HTML/HTTP and BDLT? 'web protocol'...
View ArticleForum Post: RE: Silk Performer 15.5 Page Speed
For experienced Silk Performer users "web protocol" is a synonym for the "Web business transaction (HTML/HTTP)" project type. Maybe for new users this might not be as obvious. HTML and HTTP are both...
View ArticleForum Post: RE: exporting and importing agents
In an DHCP environment it is recommended to use host names instead of IP addresses.
View ArticleForum Post: RE: exporting and importing agents
I was using host names, in the post above I was talking about the IP addresses that are exported (and subsequently imported) as part of the XML file.
View ArticleForum Post: RE: exporting and importing agents
Are you using "Silk Central Agent Clusters"? Can you describe the workflow and how you do export and import your agent XML?
View ArticleForum Post: SP10 - unable to click a checkbox because of unique id.
I'm using SilkPerformer 10, IE9, I'm recording a browser driven test on a website using Ajax. When I record a script the I have the following code BrowserCheckBoxSelect("//INPUT[@id='userid_38223']",...
View ArticleForum Post: RE: SP10 - unable to click a checkbox because of unique id.
Hi Sfeger and welcome to the Silk Performer forum. The XPath locator string which you highlighted, would not be recognised as a valid XPath locator to uniquely identify the element on the page....
View ArticleForum Post: functions
hello all, i wanted to create a function say login and wanted the login function to be called in all the scripts ... is it possible and can anybody help me ???
View ArticleForum Post: function
hello all, i wanted to create a function say login and wanted the login function to be called in different scripts ... is it possible and can anybody help me ???
View ArticleForum Post: RE: function
Hi, You can create an include file: File | New | Include File (.bdh). Declare your function(s) in the new bdh file. The scripts calling the function(s) should have a "use" declaration and the full...
View Article