Chat now with support
Chat with 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

Test Info

$BFGetVar

Description:

Retrieves a previously stored value using $BFSetVar.  Allows a value to be passed from one transaction to another in conjunction with $BFSetVar, or when value is used multiple times within a transaction.  Each virtual user has its own variable space, so values are not shared between them.

Parameters:

VarName-An alphanumeric identifier of the value stored.

Syntax:

$BFGetVar("VarName")

Example:

$BFSetVar("Totalrow", "2") $BFGetVar("Totalrow") ; if $BFSetVar sets the variable "Totalrow" to 2, $BFGetVar("Totalrow") returns the number 2.

 

 

$BFMaxNode

Description:

Returns the total number of nodes for all users.  This function is intended only for Oracle clustering.

Parameters:

N/A

Syntax:

$BFMaxNode()

Example:

$BFMaxNode() ; returns: 2.  This is the same value seen in the Number of Nodes field in Clustering tab for an Oracle profile.

 

$BFNode

Description:

Returns the node number of the current user.  This function is intended only for Oracle clustering.

Parameters:

N/A

Syntax:

$BFNode()

Example:

$BFNode() ; returns "1"

 

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating