Webserver Stress Tool - User Manual

select case statements

Script supports select case statements with following syntax:

SELECT CASE selectorExpression

  CASE caseexpr1

    statement1

  CASE caseexprn

    statementn

  CASE ELSE

    elsestatement

END SELECT

if selectorExpression matches the result of one of caseexprn expressions, the respective statements will be execute. Otherwise, elsestatement will be executed. Else part of case statement is optional.

Example:

SELECT CASE uppercase(Fruit)

  CASE "lime"   (**Some code here**)

  CASE "orange" (**Some code here**)

  CASE "apple"  (**Some code here**)

  CASE ELSE

      (**Some code here**)

END SELECT

 

What is Webserver Stress Tool?

Webserver Stress Tool is a powerful HTTP-client/server test application designed to pinpoint critical performance issues in your web site or web server that may prevent optimal experience for your site's visitors.

Learn more, Freeware Download

 

Webserver Stress Tool - Manual - Table of Content

Welcome

Introduction: Testing Basics

Webserver Stress Tool Features

Installation

Configuring Webserver Stress Tool

Performance Tips&Tricks

Running the Test

Reviewing Logfile Results

Analyzing Graphical Results

Creating Reports

Additional Features

Appendix

Software License and Contact Information

More Information about Paessler Products