Software usage analytics in C# [closed]

大憨熊 提交于 2019-12-20 20:41:36

问题


I have a project i am working on currently and would like to implement some sort of software tracking in the code. ideally, stuff like how often its launched. how long it runs for, feature tracking, etc. I already use Exceptioneer for unhandled exceptions, but would like something similar for usage tracking.

this data should all be anonymous and ideally run as a service by someone else. and i would like to give the users the option to turn it off, if they so wish to... So, is this something i should implement myself, or are there third parties out there that do this sort of things? i know it might be a sticky area, but i have seen stats about iPhone app usage. they do it, so why cant we? (if the user agrees, of course)

[Update] Based on the comments, i should have been more clear. this is a Winforms .NET 4. application, though i am thinking of updating it later with WCF. i would only be tracking my own application, though i would also want to know minor information about environment (Windows OS Version, SP, maybe proc and ram...)


回答1:


+1 to deskmetrics. There is an library for .net apps. Check out: https://github.com/deskmetrics/NET

I've heard they're investing pretty hard on others platforms (like Adobe Air and Mac/Cocoa). It is worthy to keep eyes on them.




回答2:


Well, i've seeing watching fantastic user feedback on DeskMetrics, a company that calls itself 'Google Analytics for Desktop Software'. They've been profiled recently on TechCrunch, so i'd recommend to keep an eye at their product.




回答3:


There are several third party products that do this kind of software analytics. One of the better ones is called Aternity.

See: http://www.aternity.com/




回答4:


It seems after a bit more digging, i have found a couple of sites that offer this. any extras, please leave a comment:

Premeptive Runtime Intelligence: Free community version
DeskMetrics: free for one app, $49 for more...

any other suggestions?




回答5:


You can also use google analytics to track your app usage. GaDotNet is a free library to integrate Google analytics tracking in your application:

more info here : http://www.diaryofaninja.com/projects/details/ga-dot-net



来源:https://stackoverflow.com/questions/4799040/software-usage-analytics-in-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!