Y-lib
Loadrunner libraries
Data Fields
y_browser Struct Reference

Internal browser structure, describing a browser as an entity. More...

Data Fields

char * name
 The name of the browser, as you wish to refer to it. More...
 
int chance
 The odds that said browser will be chosen. This is actually a weight, meaning you could use anything you want, including percentages. More...
 
void * next
 Pointer to the next element in the single-linked list of browsers. More...
 
int max_connections_per_host
 The maximum number of connections per host to emulate for this browser. More...
 
int max_connections
 The maximum number of connections to emulate for this browser. More...
 
char * user_agent_string
 The browser's user agent string. More...
 

Detailed Description

Internal browser structure, describing a browser as an entity.

See also
y_browseremulation.c

Definition at line 80 of file y_browseremulation.c.

Field Documentation

int y_browser::chance

The odds that said browser will be chosen. This is actually a weight, meaning you could use anything you want, including percentages.

Definition at line 85 of file y_browseremulation.c.

int y_browser::max_connections

The maximum number of connections to emulate for this browser.

See also
web_set_sockets_option()

Definition at line 92 of file y_browseremulation.c.

int y_browser::max_connections_per_host

The maximum number of connections per host to emulate for this browser.

See also
web_set_sockets_option()

Definition at line 90 of file y_browseremulation.c.

char* y_browser::name

The name of the browser, as you wish to refer to it.

Definition at line 83 of file y_browseremulation.c.

void* y_browser::next

Pointer to the next element in the single-linked list of browsers.

Definition at line 87 of file y_browseremulation.c.

char* y_browser::user_agent_string

The browser's user agent string.

Definition at line 94 of file y_browseremulation.c.


The documentation for this struct was generated from the following file: