<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Desktop Analytics Platforms: Version 1</title>
	<atom:link href="http://benjismith.net/index.php/2008/06/19/desktop-analytics-platforms-version-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://benjismith.net/index.php/2008/06/19/desktop-analytics-platforms-version-1/</link>
	<description>Benji Smith, Software Research</description>
	<lastBuildDate>Tue, 08 May 2012 19:24:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: casper</title>
		<link>http://benjismith.net/index.php/2008/06/19/desktop-analytics-platforms-version-1/comment-page-1/#comment-109407</link>
		<dc:creator>casper</dc:creator>
		<pubDate>Sun, 22 Jun 2008 13:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://benjismith.net/index.php/2008/06/19/desktop-analytics-platforms-version-1/#comment-109407</guid>
		<description>Our customers utilize a Win32 (C++) application that we provide...it&#039;s distributed to about 2000 desktops around the country.  Because our application already communicates back to our servers to perform its work, we have some of this kind analytics built in.  For example, each login provides us with a couple of dozen stats like OS, memory, CPU, browser info (just like you are intending) and several other &#039;accumulation&#039; stats like the number of times a specific function has been executed or option has been chosen.  While we have found this info to be valuable, MORE valuable was a feature our lead developer added that we call the FDR (flight data recorder).  As our application runs, we produce a binary logfile of each action the user performed (and every action each worker thread performs including local database calls).  Upon a client crash, the latest FDR file(s) are uploaded to our server where they can be viewed with a special viewer (with filters to isolate just UI interactions or specific worker threads specific threads or database layer).  These FDR logs have become INVALUABLE to troubleshooting exactly what steps took place that led up to an issue (much more valuable than a stack trace).   
     I think that providing simple API hooks to allow for that level of logging would greatly enhance your product offering....
That kind of functionality has allowed us to track down many obscure and rare bugs that would otherwise have gone unresolved.

Good luck with your product!!</description>
		<content:encoded><![CDATA[<p>Our customers utilize a Win32 (C++) application that we provide&#8230;it&#8217;s distributed to about 2000 desktops around the country.  Because our application already communicates back to our servers to perform its work, we have some of this kind analytics built in.  For example, each login provides us with a couple of dozen stats like OS, memory, CPU, browser info (just like you are intending) and several other &#8216;accumulation&#8217; stats like the number of times a specific function has been executed or option has been chosen.  While we have found this info to be valuable, MORE valuable was a feature our lead developer added that we call the FDR (flight data recorder).  As our application runs, we produce a binary logfile of each action the user performed (and every action each worker thread performs including local database calls).  Upon a client crash, the latest FDR file(s) are uploaded to our server where they can be viewed with a special viewer (with filters to isolate just UI interactions or specific worker threads specific threads or database layer).  These FDR logs have become INVALUABLE to troubleshooting exactly what steps took place that led up to an issue (much more valuable than a stack trace).<br />
     I think that providing simple API hooks to allow for that level of logging would greatly enhance your product offering&#8230;.<br />
That kind of functionality has allowed us to track down many obscure and rare bugs that would otherwise have gone unresolved.</p>
<p>Good luck with your product!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sohail</title>
		<link>http://benjismith.net/index.php/2008/06/19/desktop-analytics-platforms-version-1/comment-page-1/#comment-109093</link>
		<dc:creator>Sohail</dc:creator>
		<pubDate>Sat, 21 Jun 2008 00:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://benjismith.net/index.php/2008/06/19/desktop-analytics-platforms-version-1/#comment-109093</guid>
		<description>As others have done, you could have also chosen to use a web service for the desktop apps to use but I think people would be very pissed if their desktop app hit the network for every operation so I think in the end your choice is a good one.</description>
		<content:encoded><![CDATA[<p>As others have done, you could have also chosen to use a web service for the desktop apps to use but I think people would be very pissed if their desktop app hit the network for every operation so I think in the end your choice is a good one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Smith</title>
		<link>http://benjismith.net/index.php/2008/06/19/desktop-analytics-platforms-version-1/comment-page-1/#comment-108968</link>
		<dc:creator>James Smith</dc:creator>
		<pubDate>Fri, 20 Jun 2008 10:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://benjismith.net/index.php/2008/06/19/desktop-analytics-platforms-version-1/#comment-108968</guid>
		<description>Good luck with your product.

I&#039;m curious, have you done any market research as to whether this product is viable? I mean, do you have an estimate of whether people will want to use it?</description>
		<content:encoded><![CDATA[<p>Good luck with your product.</p>
<p>I&#8217;m curious, have you done any market research as to whether this product is viable? I mean, do you have an estimate of whether people will want to use it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

