JMeter Cookbook
上QQ阅读APP看书,第一时间看更新

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Open the add_cookie_manager.jmx test script."

A block of code is set as follows:

    JMeterVariables:
    JMeterThread.last_sample_ok=true
    JMeterThread.pack=org.apache.jmeter.threads.SamplePackage@2ae97e14
    START.HMS=053854
    START.MS=1396517934834
    START.YMD=20140403
    TESTSTART.MS=1396702498383
    speed=7.7
    speed_g=1
    speed_g0="speed":7.7
    speed_g1=7.7
    sunrise=1396694648
    sunrise_g=1
    sunrise_g0="sunrise":1396694648
    sunrise_g1=1396694648
    sunset=1396740883
    sunset_g=1
    sunset_g0="sunset":1396740883
    sunset_g1=1396740883

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

<body>
Posted by
<a href='/login'>login</a>
<a href='/register'>register</a>

Any command-line input or output is written as follows:

 Adding newrelic:stark on frozen-headland-2987... done, v7 (free)
 Use `heroku addons:docs newrelic` to view documentation.

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Press the Record button."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.