Skip to Content.
Sympa Menu

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

Subject: NDT-DEV email list created

List archive

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


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Re: Issue 58 in ndt: Client meta file fields garbled
  • Date: Tue, 15 Apr 2014 08:04:01 +0000


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