Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This guide presents the commands required to install the WTS in a Debian-based distribution (Debian, Ubuntu, etc.). Other distributions may also be considered by adjusting the following commands appropriately.

1. WiFiMon Test Server (WTS) Installation

The WTS may be installed along with the WAS using the Ansible playbook that is described in the WAS documentation.

2. Embed Scripts in your Website



The following paragraphs show the lines that should be included in the HTML code of the frequently-visited websites for each testtool. The FQDN of the WiFiMon Test Server (WTS) is denoted as WTSas WTS_FQDN, the FQDN of the WiFiMon Analysis Server (WAS) is denoted as WAS_FQDN and the name of the utilized testtool should be included in the testtool attribute.


2.1:  Measurements test tools



Example pages for each test tool are available in the "measurements" folder of the "wifimon" directory that was downloaded in the previous section.

2.1.1: NetTest

NetTest measurements require embedding the following lines of code in your website:

...

  • agentIP (required): Replace "WAS_FQDN" with the IP address (or domain name) of the WiFiMon Analysis Server.
  • Replace "WTS_FQDN" with the IP address (or domain name) of the WiFiMon Test Server.
  • imagesLocation (required): Public link to the folder where the images are downloaded to perform the NetTest measurements.
  • testtool (required): With this attribute, you specify a name for the testtool. WiFiMon Analysis Server relies on the value of this attribute to visualize measurements. The following assumptions are made: (i) for websites visited by WiFiMon Software Probes the value of the testtool attribute should be specified as "NetTest", while (ii) for websites visited by WiFiMon Hardware Probes the testtool attribute should be specified as "NetTest-x" where x is the description assigned to a particular WiFiMon Hardware Probe. Description can be a number, e.g. "5" or short text, e.g. "wifimon-5". Note that you must use separate websites for WiFiMon Software Probes and WiFiMon Hardware Probes.
  • testServerLocation (optional): This attribute specifies the location (or name) of the WiFiMon Test Server within the monitored network.
  • cookieTimeInMinutes (optional): Duration time (in minutes) to set the cookie in order to prevent repeated measurements and overload the WiFiMon Analysis Server. If empty, "1.5" is assumed, i.e. 90 seconds.
  • If your website already included the jquery.min.js, you have to delete the first line.
  • It is assumed that these lines are embedded in pages supporting HTTPS.

NOTE: Except for the 4th bullet, the rest of the bullets apply for both subsections 2.2 and 2.3. Thus, they will not be included in the following subsections.

2.1.2: Boomerang

Triggering boomerang measurements requires embedding the following lines of code in your website:
boomerang.html

...

  • testtool (required): With this attribute, you specify a name for the testtool. WiFiMon Analysis Server relies on the value of this attribute to visualize measurements. The following assumptions are made: (i) for websites visited by WiFiMon Software Probes the value of the testtool attribute should be specified as "boomerang", while (ii) for websites visited by WiFiMon Hardware Probes the testtool attribute should be specified as "boomerang-x" where x is the description assigned to a particular WiFiMon Hardware Probe. Description can be a number, e.g. "5" or short text, e.g. "wifimon-5". Note that you must use separate websites for WiFiMon Software Probes and WiFiMon Hardware Probes.

2.1.3: LibreSpeed Speedtest

Speedtest requires two steps.

...

  • testtool (required): With this attribute, you specify a name for the testtool. WiFiMon Analysis Server relies on the value of this attribute to visualize measurements. The following assumptions are made: (i) for websites visited by WiFiMon Software Probes the value of the testtool attribute should be specified as "speedtest", while (ii) for websites visited by WiFiMon Hardware Probes the testtool attribute should be specified as "speedtest-x" where x is the description assigned to a particular WiFiMon Hardware Probe. Description can be a number, e.g. "5" or short text, e.g. "wifimon-5". Note that you must use separate websites for WiFiMon Software Probes and WiFiMon Hardware Probes.

2.2: Combining Measurements in the Same Page

Including all three types of testtools (NetTest, Akamai Boomerang, LibreSpeed Speedtest) in your measurements requires injecting the following HTML lines in the "head" section of the website that is monitored by WiFiMon:

...