In
this guide we will demonstrate how to remotely monitor tomcat jvm via a remote jmx connection with Jconsole.
For enabling remote monitoring follow below steps:
Enable JMX port on remote tomcat.
Open Jconsole and connect
We will cover both of the above steps in detail in the following...
Often times after executing long duration soak tests we end up in a situation where the loadrunner results files are inconsistent and throws error. This is usually due to improper results collation which can be due to improper connectivity, huge log files, and many other factors.
The Fix :: The...
admin submitted a new resource:
How to manually collate load test results for HP Performance Center - Resolve inconsistent data in loadrunner analysis file
Read more about this resource...
We recently encountered a situation where we were expected to simulate a forgot password retrieval functionality. Application used to send an email to registered user id and user was expected to click on link in the email to reset the password.
To avoid the hassle of retrieving email we went...
admin submitted a new resource:
Generating java hashcode equivalant in loadrunner (C Language) - Hash multiple strings in loadrunner
Read more about this resource...
In the following tutorial, we will demonstrate how to convert a simple fiddler recording into a vugen script. This is useful when
Loadrunner is not able to record
Loadrunner is not capturing a few requests
you just like fiddler !!
So lets begin by downloading the Fiddler From Here , You can...
admin submitted a new resource:
Converting Fiddler Session To Loadrunner VuGen Script - Using fiddeler for creating loadrunner scripts
Read more about this resource...
We were recently given a requirement to generate an obfuscated OTP value which gets generated by using a SHA1 hashing algorithm progmatically in Java code.
Upon googling we came across a free and opensource implementation which was tested and verified.
Follow following steps to generate hash...
We will be posting some real life correlation problems for users to crack.
Problem Statement 1:
Want to pick up a random code value, where status is LOP Available. See in red below.
Note -there are two code values and we need to pick up first value.
Server Response...
Example 1: Breaking the string into multiple parts as specified by a delimiter. See the following example where we are breaking the string by a delimiter ":"
Action()
{
char str[80] = "We love: SPEForums.com";
const char s[2] = ":";
char *token;
/* get the first...
admin submitted a new resource:
String Manipulation in loadrunner Using Strtok - Breaking strings into multiple parts separated by delimiter
Read more about this resource...
Hey Tanuj - Modelling usage of a live application is easy as we just need to capture current traffic and then extrapolate to growth numbers.
For any of the application you can follow below approach
Use analytics tools for capturing current load
Use web server access logs to capture the load...