Gentoo Archives: gentoo-dev

From: Sebastian Pipping <webmaster@××××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Stats test server running, please check it out
Date: Mon, 10 Aug 2009 20:46:26
Message-Id: 4A80871F.1040004@hartwork.org
In Reply to: [gentoo-dev] Stats test server running, please check it out by Sebastian Pipping
1 Sebastian Pipping wrote:
2 > 3) Run the client (which asks and shows details before submission)
3 > # python sendProfile.py \
4 > --server=http://smolt.hartwork.org:45678/
5
6 I forgot to mention you need to create a random machine id one way or
7 another before you can submit data. An easy and transparent way to do
8 that would be running this command:
9
10 # sudo sh -c 'cat /proc/sys/kernel/random/uuid > /etc/smolt/hw-uuid'
11
12 The smolt ebuild is doing the very same.
13
14
15 We have data from 8 machines so far, you can be number 9.
16 http://smolt.hartwork.org:45678/static/stats/gentoo.html
17
18
19
20
21 Sebastian