Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add uastats, a tool to summarise user agents. (avct#31)
* Add uastats, a tool to summarise user agents. uastats reads from stdin expecting one useragent per line. When the input finishes it will print a summary similar to the following: Read 319356 useragents Browsers BrowserChrome 183682 (57.52%) BrowserSafari 64062 (20.06%) BrowserIE 38184 (11.96%) BrowserFirefox 25561 (8.00%) BrowserSilk 3541 (1.11%) BrowserOpera 2543 (0.80%) BrowserAndroid 954 (0.30%) BrowserUnknown 625 (0.20%) BrowserBlackberry 132 (0.04%) BrowserSpotify 69 (0.02%) BrowserUCBrowser 3 (0.00%) Operating Systems OSWindows 143500 (44.93%) OSAndroid 84930 (26.59%) OSiOS 56519 (17.70%) OSMacOSX 24116 (7.55%) OSKindle 3878 (1.21%) OSChromeOS 2804 (0.88%) OSLinux 1629 (0.51%) OSWindowsPhone 1206 (0.38%) OSPlaystation 262 (0.08%) OSUnknown 262 (0.08%) OSXbox 125 (0.04%) OSBlackberry 118 (0.04%) OSNintendo 7 (0.00%) Device Types DeviceComputer 170833 (53.49%) DevicePhone 114783 (35.94%) DeviceTablet 32994 (10.33%) DeviceConsole 393 (0.12%) DeviceUnknown 246 (0.08%) DeviceTV 107 (0.03%) * Remove Go 1.7 from Travis.
- Loading branch information