You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<select id="op" onchange="updateCompareMode(); updateChart()" title="Comparison operation: + (sum both sites), / (ratio of first ÷ second), % (first as percentage of total)">
<label title="Data aggregated per day (USA Central time zone), with no smoothing."><input type="radio" id="time-daily" name="timeWindow" value="daily" onchange="updateChart()"> Daily</label>
75
+
<label title="Daily data smoothed with 7-day rolling average. Eliminates weekend/weekday noise since fewer people use Fiji on weekends. Recommended for cleaner trend visualization."><input type="radio" id="time-daily-avg" name="timeWindow" value="daily-avg" checked onchange="updateChart()"> Daily (7-day avg)</label>
76
+
<label title="Data aggregated per month, with no smoothing."><input type="radio" id="time-monthly" name="timeWindow" value="monthly" onchange="updateChart()"> Monthly</label>
77
+
<label title="Data aggregated per year, with no smoothing."><input type="radio" id="time-yearly" name="timeWindow" value="yearly" onchange="updateChart()"> Yearly</label>
78
+
<label title="Running total over time. For Unique IPs: cumulative count of all IPs ever seen. For Total Checks: running sum of all checks since the update site was created."><input type="radio" id="time-ever" name="timeWindow" value="ever" onchange="updateChart()"> Ever/Cumulative</label>
<label><input type="radio" id="count-total" name="countType" value="total" onchange="updateChart()"> Total Checks</label>
83
+
<label title="Number of distinct IP addresses seen during the chosen window of time.
84
+
85
+
Note:
86
+
* Multiple users at one organization may share the same public IP due to NAT.
87
+
* Many wireless users may have different IPs daily due to DHCP.
88
+
* Therefore, this value should not be construed as an accurate unique user count."><inputtype="radio"id="count-unique"name="countType"value="unique"checkedonchange="updateChart()"> Unique IPs</label>
89
+
<labeltitle="Total update checks performed, regardless of IP address. Each time the Updater checks for updates (not downloads), it's counted. For most users, this check happens once daily when launching Fiji the first time within a 24-hour period."><inputtype="radio"id="count-total"name="countType"value="total"onchange="updateChart()"> Total Checks</label>
0 commit comments