Agent plugin to get wifi data from the selected ssid. Modules generated by the plugin: AP_signal –> % signal received from selected ssid (2.4 and 5 ghz) AP_channel –> number of ssid using the same channel as your ssid (2.4 and 5 ghz) APs_channel...
CLI-based speedtest plugin to obtain internet connection performance metrics such as download, upload, latency and packet loss natively without relying on a web browser. To run the plugin it is necessary to install the speedtest CLI: Debian speedtest-cli installation...
Plugin to monitor webpage metrics based on pagespeed google api to monitor the performance of a website. The plugin has 3 different execution options: -Agent plugin execution: ./pandora_pagespeed.pl –type agent -u <url> -r <retry> -Server plugin...
#!/usr/bin/perl -w # calculate the variance over the latency of 5 consecutive measurements to a host, aka jitter # Cor van Wandelen 10-12-2020 use strict; use warnings; if (($#ARGV + 1) != 1) { print “Usage: jitter.pl host or ip address”; exit; } my @rt =...
Plugin Done by Guido De vita. Este plugin mide el packet loss de un enlace. Hint: The script works better with no mtu specification and -c 030 Module data Este plugin mide el packet loss de un enlace. Hint: The script works better with no mtu specification and -c 030...