Skip to main content

plugin_proval_speedtest_audit

Purpose

Stores results from speed tests run by the script EPM - Network - Script - Internet Speed - Audit.

Dependencies

EPM - Network - Script - Internet Speed - Audit.

Tables

plugin_proval_speedtest_audit

ColumnTypeExplanation
ComputerIDINTThe ID of the audited agent.
TimestampDATETIMEThe time of the audit.
JitterFLOATAmount of jitter detected.
LatencyFLOATAmount of latency detected.
DLBandwidthBIGINTThe measured bandwidth for download speed.
DLBytesBIGINTThe total number of bytes received in the audit.
DLElapsedINTThe total time taken to receive the bytes.
ULBandwidthBIGINTThe measured bandwidth for upload speed.
ULBytesBIGINTThe total number of bytes sent in the audit.
ULElapsedINTThe total time taken to send the bytes.
PacketLossTINYINTAmount of packet loss detected.
ISPVARCHARThe name of the ISP.
InternalIPVARCHARThe internal IP of the audited agent.
MACAddressVARCHARThe MAC address of the audited agent.
IsVPNTINYINT1 if the speed test was run on a detected VPN connection.
ExternalIPVARCHARThe external IP of the audited agent.
ServerHostVARCHARThe server host that the speed test was performed against.
ServerNameVARCHARThe name of the server host that the speed test was performed against.
ServerLocationVARCHARThe location of the server host that the speed test was performed against.
ServerCountryVARCHARThe country of the server host that the speed test was performed against.
ServerIPVARCHARThe IP address of the server host that the speed test was performed against.
ResultIDVARCHARThe GUID of the speed test result.
ResultURLVARCHARThe URL of the speed test result.
DownloadMbpsFLOATThe download speed detected in Mbps.
UploadMbpsFLOATThe upload speed detected in Mbps.