Skip to Content.
Sympa Menu

ndt-dev - Re: [ndt-dev] Re: Issue 58 in ndt: Client meta file fields garbled

Subject: NDT-DEV email list created

List archive

Re: [ndt-dev] Re: Issue 58 in ndt: Client meta file fields garbled


Chronological Thread 
  • From: Tiziana Refice <>
  • To:
  • Cc: "<>" <>
  • Subject: Re: [ndt-dev] Re: Issue 58 in ndt: Client meta file fields garbled
  • Date: Tue, 15 Apr 2014 09:22:29 +0100

Some additional info about '9.in-addr.arpa', as I am not sure whether it's a valid value.

SELECT
  connection_spec.client_os,
  connection_spec.client_browser,
  connection_spec.client_hostname,
  connection_spec.client_kernel_version,
  connection_spec.client_version,
  COUNT(*) AS COUNT
FROM
  m_lab.2014_01,
  m_lab.2014_02,
  m_lab.2014_03
WHERE
  connection_spec.client_os == '9.in-addr.arpa'
GROUP BY
  connection_spec.client_os,
  connection_spec.client_browser,
  connection_spec.client_hostname,
  connection_spec.client_kernel_version,
  connection_spec.client_version;

returns:

9.in-addr.arpa BTWebClient/3320 static-199-255-118-34.xsn.net.118.255.199.118.255.199.118.255.199.in-addr.arpa 6.2 3.3.13  3947  


On Tue, Apr 15, 2014 at 9:04 AM, <> wrote:

Comment #2 on issue 58 by : Client meta file fields garbled
http://code.google.com/p/ndt/issues/detail?id=58

The results for the first quarter of 2014 are
Row     connection_spec_client_os       count  
1       Windows 29552877040    
2               24081657251    
3       Linux   66508123        
4       qnx     40946  
5       9.in-addr.arpa  3947    

FYI: The BigQuery query run to get the results above is

SELECT
  connection_spec.client_os, count(*) as count
FROM
  m_lab.2014_01,m_lab.2014_02,m_lab.2014_03
GROUP BY
  connection_spec.client_os;


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




Archive powered by MHonArc 2.6.16.

Top of Page