Gentoo Stats

About

I've always been interested to see what packages are common among users. A good statistics database could help out in a few interesting ways.

I eventually would like to add one for what users have in package.keywords as well.

And yes, this page is ugly.

Results

For now, I'm just keeping results stored, and will get some reporting done once there is enough data to look at (hopefully a couple hundred or so).

Upload

To get a list of packages installed, you can use eix (app-portage/eix) or qlist (app-portage/portage-utils). Either one will work:
  • $ eix -I --only-names
  • $ qlist -CI You can upload the data directly using curl (net-misc/curl):

    curl -d "arch=$(uname -m)&packages=$(eix -I --only-names)" http://stats.larrythecow.org/

    or, if you want to use qlist:

    curl -d "arch=$(uname -m)&packages=$(qlist -CI)" http://stats.larrythecow.org/

    Thanks for helping out. :)

  • Total entries: 1651

    $Id: index.php,v 1.1 2008/11/07 19:40:58 steve Exp steve $