|
Fig 3: Day by Hour report view
Export options are shown at the top of the page and include exporting to text or excel format. To view each hour/days tests in more detail then click the hour/day wanted in the "data/time" column. This will bring up a window like the one shown in fig 4 below:

Fig 4: By hour report.
The by hour report shows extra information such as session ID, ISP, IP address and the number of tests performed. Also, by clicking on the date/time link for a test, a detailed report for that test will be shown. This report is the same as the detailed analysis link that would have been available in the applet when the test was performed (example).
At the top of any report there will be a "To graph all columns click here" link. By clicking this the test parameters will be shown in graph format as shown below in fig 5:
Fig 5: Parameters plotted on a graph
By clicking and dragging on the graph itself details of each test are shown in a yellow tool tip style box on the graph, as shown in fig 5 above.
Note in fig 4 the parameters such as download speed and upload speed are underlined. By clicking these it will plot just that parameter on a graph similar to fig 5 above.
You will see, at the top of each report, an array of data fields that allow you to customize the data you want to see in a report. Whether it be the time interval or the session ID (SID) it can be all be changed from this section, as shown below:

Quick reports
The criteria available to report by is shown in the image above and includes time interval, summarizing
of data, results per page, IP, DNS, SID, Plugins and Advanced.
The advanced text field can take a Boolean expression incorporating any data field which MyConnection Server collects. The full list of fields is provided below:
Examples:
ip=216.55.183.48 and speed.dspeed>=500000
speed.qos<=10 or speed.rtt>=200 or speed.maxpause>=100 or speed.dspeed<=56000 orspeed.uspeed<=56000
(ip!=216* or sid=mycompany or dns=*.visualware.com) and (speed.dspeed>10000000 or speed.uspeed>10000000)
ip=216.55.183.48 and (voip.jitter>10 or voip.loss>0)
Search entry - meaning
ip – IP address of system performing test
dns – host name of system performing test
isp – ISP of system performing test
cc – country code of system performing test
sid – session ID (the session ID is the unique number given to each test performed)
recordid – a specific record ID number
iptv.jitter1 – video jitter
iptv.loss1 – video loss
iptv.order1 – video order
iptv.jitter2 – left audio jitter
iptv.loss2 – left audio loss
iptv.order2 – left audio order
iptv.jitter3 – right audio jitter
iptv.loss3 – right audio loss
iptv.order3 –right audio order
route.hops - number of hops in the route
route.endms - the last hops response time in ms
route.maxms - the max response time in ms
route.endloss - the packet loss to the last hop
route.maxloss - the max packet loss for any hop
route.ipto - the IP address routed to
route.ipfrom - the IP address routed from
route.ipname - the trace name
route.dnstime - the time the DNS lookup took
route.enteredname - the original trace destination as specified by the user.
speed.dspeed - download speed
speed.uspeed - upload speed
speed.qos - quality of service
speed.rtt - round trip time
speed.maxpause - max pause
speed.dtesttype – s/h indicating socket or HTTP download test
speed.utesttype – s/h indicating socket or HTTP upload test
video.ajitter – audio jitter
video.vjitter – video jitter
video.aloss - audio packet loss
video.vloss - video packet loss
video.adiscards - audio packet discards
video.vdiscards - video packet discards
voip.jitter – upstream VoIP jitter
voip.djitter – downstream VoIP jitter
voip.loss - upstream VoIP packet loss
voip.dloss - downstream VoIP packet loss
voip.order – upstream packet order (%)
voip.dorder - downstream packet order (%)
voip.discards – upstream packet discards
voip.mos – MOS score
|