UA Counter Tool
UA Counter is a Java application that measures the types of browsers that hit a web site by reading through its web server log. In regions where there are multiple browsers in the market, this is a handy tool to check whether you are writing your application to run well on the browser that most of your customers are using. The program outputs the result in simple text format with:
Number of Mobile Browser hits
Number of non-Mobile Browser hits
Number of Desktop WAP Browser hits
Number of HTML browser hits
For a complete description of UA Counter, please refer to the README document in the download zip file.