Forum Post: RE: Dynamic values for correlation
You can the Print statement to print it on the monitor. Or if you'd rather have it saved, use the Write or WriteLn statements to save to .WRT files.
View ArticleForum Post: RE: insert delay between requests
As an option, you may want to consider using thinktime with the OPT_THINKTIME_FORCEEXACT parameter. There are a few interesting differences between wait and "ThinkTime with OPT_THINKTIME_FORCEEXACT"...
View ArticleForum Post: RE: Dynamic values for correlation
The process is demonstrated in this video: Using the Customize Session Handling Wizard in TrueLog Explorer (video)
View ArticleForum Post: SAM(Server Analysis Module)
Is it possible to use SAM(Server Analysis Module) when silk performer is not used to create load? Our application will be processing large batch files. Is it possible to use SAM to monitor the server...
View ArticleForum Post: RE: SAM(Server Analysis Module)
Hi there. It is quite simple actually provided you have a SAM license. SAM can be launched via Silk Performer Controller Tools | Silk Performance Explorer. You can then connect to whichever server you...
View ArticleForum Post: Shopit Error
Hi All, I have scripted payment flow in shop it application but i am getting session timeout error. Could you please help me to fix it. //program// //...
View ArticleForum Post: RE: Shopit Error
Hi there. Use TrueLog Explorer customize session handling wizard to deal with: "sid" := "831020646"; This is a built-in feature of ShopIt to show how session IDs work and how SP can easily deal with...
View ArticleForum Post: Database Performance Monitoring
Is it possible to use do Performance monitoring on SQLServer 2014 in Silk Performer (either 16.0 or 16.5)?
View ArticleForum Post: Third Party login
Hi, I have recorded one login flow following some actions and finally logout it. The next day i have tried to replay it and getting login failure. Here login is handled by 3rd party calls/application....
View ArticleForum Post: RE: How to disable a new user group from getting added to all the...
Silk Performer 15.5.0 Hotfix 4 solves this problem. Cheers, Thomas
View ArticleForum Post: RE: Database Performance Monitoring
Although there's no built-in data source in Performance Explorer (PE) for SQLServer 2014 yet, you should still be able to read the perfmon counters from the server. In the PE data source wizard,...
View ArticleForum Post: RE: Third Party login
Hi Pradheep. Are there any cookies in your script? Perhaps they are responsible for the session handling / time outs. Either way, record a new identical script and compare it with the previous days...
View ArticleForum Post: RE: Third Party login
Hi Ciaran, I have recorded a new script and checked. Got different form number but there is no difference in the values. But we are not supposed to correlate form number right.
View ArticleForum Post: RE: Third Party login
Form names do not matter, just the values. Are you able to post your scripts here so we can see the types of values you are getting? You can of course remove the username and password field values...
View ArticleForum Post: RE: SAM(Server Analysis Module)
This question was handled through a support case, where we provided some more details of setting up monitors and writers, and save them to the workspace for future reuse.
View ArticleBlog Post: Word Reporting
Word reporting is one of the great new features of Silk Performer 16.5. Besides the well-known HTML Overview Report, Silk Performer now also allows you to create Word Overview Reports. Once you've...
View ArticleForum Post: Functions
Hi, Could you please send me some reference script for functions. I am looking some reference script with using some functions.
View ArticleForum Post: RE: Functions
Hi, You can find full details on all Silk Performer functions in the Silk Performer Help file which you can find by going to HELP | CONTENTS from Silk Performer Workbench. If you want to get an idea...
View ArticleForum Post: RE: Functions
Here's an example of a function. It strips off HTML tags or anything that are enclosed in and . For example, if " h1 Hello World /h1 " is passed to the function, it will return "Hello World". dclfunc...
View Article