Folks -
Attached is a basic estimation template for performance testing project. The document is a simple excel template which can be used to measure project estimates.
If you have similer documentation, please share it at admin@speforums.com
SPEforums team
anmoldubey submitted a new resource:
Estimation Matrix For Performance Testing Projects - Basic project estimation matrix for performance testing projects
Read more about this resource...
This resource is a tutorial on how can you define modular code blocks in your loadrunner script. This can have multiple uses like
Writing common code blocks into functions which can be easily mananged
Placing file writing code into a function, which can be called throughout the test script...
anmoldubey submitted a new resource:
Defining and Calling functions in loadrunner Vugen - Make Your Loadrunner Script More Modular
Read more about this resource...
This blog is for those who is trying to create a jmeter performance test for GWT based application.
The examples are captured when application was running in Jboss server. There could be a variation in the results when different app server is used.
GWT generates a payload which is pretty...
anmoldubey submitted a new resource:
Use Jmeter for performance testing GWT based application - Complete Guide For Performance Testing GWT Apps using Jmeter
Read more about this resource...
What is filesystem Benchmarking?
•FileSystem benchmarking is a process to measure the I/O of Storage Device.
•FileSystem benchmarking is a process to evaluate the performance of storage device.
•In any DBMS environment the factors that affect the performance of the Database are I/O performance...
anmoldubey submitted a new resource:
IOZONE - File System Bench-marking Tool - Complete guide to file system benchmarking using iozone
Read more about this resource...
1 Introduction
Network plays an important role in the performance intensive enterprise application. Data transfer from one server to other plays significant role in the performance of application. Moreover, these operations are large in number on the all tiers of application. Sometime, it might...
anmoldubey submitted a new resource:
TTCP Analysis For Network Monitoring - Network Bandwith Analysis Between Two Nodes
Read more about this resource...
1 Introduction
Static code analysis is the analysis of computer software that is performed without actually executing programs. It can help to ensure that code meets uniform expectations around security, reliability, performance, and maintainability
Done properly, this static code analysis...
anmoldubey submitted a new resource:
Hammurapi for java static code anaysis - Complete guide to Hammurapi for static code analysis
Read more about this resource...
What is Profiling?
Profiling is a technique of investigating the programs behavior and estimating the amount of time spent in various sections of a program.
Profilers provide vital performance statistics such as time taken in each function, functions trace, statistics on number of times each...
Some more questions – Primarily on loadrunner
1. What is the difference in running the Vuser as a process and as a thread? Which is more advantageous way of running Vuser?
Answer – Vuser as a process consumes a lot of memory and is heavier to rum –Vuser as thread is lighter and can help...
Some questions from my experience - hopefully will help someone
Scripting Skills
1. What is Think Time, Pacing – Easy Difficulty
How do you decide upon think time/pacing values.
Possible Answers –
Ø Using Littles Law formula - Number of users = Response Time * Transaction Per Second...
Understand Performance Objectives:
Gather information about the level of activity expected on your server, the anticipated number of users, the number of requests, acceptable response time, and an optimal hardware configuration (e.g., fast CPU, disk size vs. speed, sufficient memory, and so...
anmoldubey submitted a new resource:
Tuning WebLogic Server For Best Performance - A Complete guide to optimise weblogic for optimum performance
Read more about this resource...
The following steps are used to improve the performance of the tomcat server,
Increase JVM heap memory
Resolve JRE memory leaks
Connector setting
Compression
Database performance tuning
Tomcat Native Library
Other options
Tuning JVM:
If your JVM supports both green and native threads, you...
anmoldubey submitted a new resource:
Performance Tuning A Tomcat Server - A complete guide to optimize your tomcat server for best performance
Read more about this resource...