Chat now with support
Chat mit Support

Benchmark Factory for Database 8.4 - User Guide

Welcome to Benchmark Factory What's New in Benchmark Factory Additional Resources Overview of Benchmark Factory Benchmark Factory Components Licensing Getting Started - the Benchmark Factory Workflow Agents Create and Edit Connections Create and Edit Tests and Jobs
Jobs View Pane Job Wizards Quickstart: Create a New Job Edit a Job Industry Standard Benchmark Tests Capture and Replay a Workload Artificial Test for Desired Effect Scalability Tests Custom Tests Create/Delete Benchmark Objects Execute External File Test Options for Create Objects Test Options for Transactions Job Setup Options Use Global Search/Replace Save Job as BMF Script Copy Test to Replay, Mix, Goal, or Scalability Test
Benchmarks How Do I... Settings Test Results and Run Reports BFScripts Repository Troubleshooting The Benchmark Factory REST API Appendix About Us Adding Virtual Users System/Upgrade Requirements/Supported Databases Shortcut Keys

$BFAsc

Description:

Returns the ANSI value of the first character of a string.

Parameters:

String-Characters enclosed in quotation marks.

Syntax:

$BFAsc(string)

Example:

$BFAsc("George") ; Returns  "71"

 

$BFChr

Description:

Returns the character associated with the specified ANSI code.

Parameters:

n-An integer representing an ANSI code.

Syntax:

$BFChr(n)

Example:

$BFChr(68) ; returns "D"

 

$BFConcat

Description:

Returns a string containing two or more strings.

Parameters:

string1-The first string to return.

 

string2-The second string to return.

 

stringN-The last string to return.

Syntax:

$BFConcat("string1", "string2", …, stringN)

Example:

$BFConcat ("The connection  interval ", "determines how often an ", "agent  attempts to connect to the Benchmark Factory Console.") ; returns "The connection  interval determines how often an agent attempts to connect to the Benchmark Factory Console"

 

 

$BFLeft

Description:

Returns the first n character of a string.

Parameters:

String-Characters enclosed in quotation marks.

 

nLength-The length of the string to return.

Syntax:

$BFLeft(string,length)

Example:

$BFLeft("Benchmark Factory", 5) ; returns  "Bench"

 

 

 

 

Verwandte Dokumente

The document was helpful.

Bewertung auswählen

I easily found the information I needed.

Bewertung auswählen