WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TC user profile reporting tool  (Read 4228 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
TC user profile reporting tool
« on: May 06, 2012, 02:38:01 PM »
As an extension creator I miss information how often they are used, which one is the most popular and which is not used at all. We do not have repo download stats unfortunately and while download stat doesn't give exact number, for sure would provide some useful picture specially when you have no any idea as it is now.

Also, would be good to know the configuration of PC's, localization languages, TC version, Xservers, desktops used and installed extensions.

Let's use a reporting tool which collects such information and sends report to a central site online. This tool may send report automatically when installed, when system started or manually up to the user. Of course report is anonym, do not contain any personal information (well, report delivery mechanism may uncover client IP) and its usage is optional.

For demonstration I wrote a simple program to make such report, see attached file. Client machine is identified with UUID so multiple reports can be assigned to client. It contains info on hardware (CPU, RAM), TC version and configuration, extensions, etc. Of course it can be extended with more info.

http://www.hasix.org/tc/tcprof.txt
« Last Edit: May 06, 2012, 02:40:53 PM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: TC user profile reporting tool
« Reply #1 on: May 06, 2012, 03:32:51 PM »
Great idea bmarkus, I think you could add list of ondemand and onboot software in this report.

Offline solorin

  • Full Member
  • ***
  • Posts: 184
Re: TC user profile reporting tool
« Reply #2 on: May 06, 2012, 05:56:20 PM »
b(o.o)d

is there any way you would make it so that it would only gather the information manually and we have the option to post it manually?

I for one would rather not have my UUID linked to an I.P.

If not & the language is ash, I wouldn't mind hacking on it.
. . . if you don't know, now you know. . .
        ----- R.I.P. Biggie Smalls -----

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: TC user profile reporting tool
« Reply #3 on: May 06, 2012, 06:25:52 PM »
jeez big brother is here... :P


sorry couldn't resist..
« Last Edit: May 06, 2012, 06:27:25 PM by coreplayer2 »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: TC user profile reporting tool
« Reply #4 on: May 07, 2012, 01:53:44 AM »
b(o.o)d

is there any way you would make it so that it would only gather the information manually and we have the option to post it manually?

I for one would rather not have my UUID linked to an I.P.

If not & the language is ash, I wouldn't mind hacking on it.

For sure it is possible to have the report tex file in plain and you can choose how to submit. Also, it is possible to configure that certain information is not part of the report. Client side is not an issue. Main question is the central site infrastrtructure and whether collected information would be used by anyone or not. Well, statistics can be made available on a WEB for public use anyhow.


Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: TC user profile reporting tool
« Reply #5 on: May 07, 2012, 02:07:50 AM »
Quote
For sure it is possible to have the report tex file in plain and you can choose how to submit. Also, it is possible to configure that certain information is not part of the report.

You could create a checklist with the marked information that are displayed instantly on the other side?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: TC user profile reporting tool
« Reply #6 on: May 07, 2012, 02:30:15 AM »
Well, verything is possible. Please consider, that I just opened a topic and created a demo report creator in Python, no any central site or database exists yet. At the moment I'm collecting feedback.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline solorin

  • Full Member
  • ***
  • Posts: 184
Re: TC user profile reporting tool
« Reply #7 on: May 07, 2012, 02:52:56 AM »
There's no question in my mind, it's useful.
At the very least, even if it was just put up on the wiki,
it would let extension maintainers prioritize extensions by # of users.

If you went with a database, there could be a field in the per package view marked active, inactive or orphan. If a package is orphaned and has 0 users, it could be dropped when migrating to the 5.x repo.

There are many ways these statistics would be of use to community.
Kudos, Markus.

I will gladly contribute to info gathering so long as it respected everyone's privacy.
« Last Edit: May 07, 2012, 02:54:50 AM by solorin »
. . . if you don't know, now you know. . .
        ----- R.I.P. Biggie Smalls -----

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: TC user profile reporting tool
« Reply #8 on: May 07, 2012, 06:47:01 AM »
Hi bmarkus
Since there seems to be some concern about using a disks UUID, would an MD5 hash of the UUID be enough
to obscure it while still providing a unique identifier?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: TC user profile reporting tool
« Reply #9 on: May 07, 2012, 07:02:19 AM »
Hi bmarkus
Since there seems to be some concern about using a disks UUID, would an MD5 hash of the UUID be enough
to obscure it while still providing a unique identifier?

UUID has nothing to do with disks, it is a standard UUID v1 derived from the machine ID based on MAC address. It can be replaced with UUID v3 which adds MD5 or use UUID v5 wih SHA-1, etc. any time. What is sure that a one-way algorithm can be used, it is not a problem.
« Last Edit: May 07, 2012, 07:06:24 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: TC user profile reporting tool
« Reply #10 on: May 07, 2012, 07:33:59 AM »
Hi bmarkus
My mistake. Thanks for the clarification.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: TC user profile reporting tool
« Reply #11 on: May 07, 2012, 07:39:10 AM »
Hi bmarkus
My mistake. Thanks for the clarification.

No problem :)

A good reading on UUID:

http://en.wikipedia.org/wiki/Uuid

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."