User Tools

Site Tools


projects:wifi:scan_3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
projects:wifi:scan_3 [2020/04/01 04:55]
admin
projects:wifi:scan_3 [2020/04/01 04:57]
neil
Line 17: Line 17:
 ==== Basic Stats ==== ==== Basic Stats ====
 <code sql> <code sql>
 +select date(seen_time),​ count(mac) from simple_data where date(seen_time) >= '​2020-03-01'​ and seen_time <= '​2020-04-01'​ group by date(seen_time) into outfile '/​tmp/​march-rawdata.csv';​
 </​code>​ </​code>​
 +|Date|Hits|
 +|2020-03-01|119994|
 +|2020-03-02|122174|
 +|2020-03-03|127180|
 +|2020-03-04|138274|
 +|2020-03-05|142102|
 +|2020-03-06|150793|
 +|2020-03-07|142417|
 +|2020-03-08|135554|
 +|2020-03-09|137481|
 +|2020-03-10|125954|
 +|2020-03-11|131901|
 +|2020-03-12|135391|
 +|2020-03-13|127303|
 +|2020-03-14|118234|
 +|2020-03-15|113126|
 +|2020-03-16|106237|
 +|2020-03-17|110425|
 +|2020-03-18|106013|
 +|2020-03-19|108127|
 +|2020-03-20|115171|
 +|2020-03-21|113031|
 +|2020-03-22|108512|
 +|2020-03-23|118570|
 +|2020-03-24|110394|
 +|2020-03-25|109092|
 +|2020-03-26|113263|
 +|2020-03-27|117891|
 +|2020-03-28|114374|
 +|2020-03-29|111808|
 +|2020-03-30|116348|
 +|2020-03-31|119926|
projects/wifi/scan_3.txt ยท Last modified: 2020/04/16 00:09 by neil