Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New Project: Gentoostats
Date: Mon, 02 Jan 2017 17:36:19
Message-Id: a16e4c58-3607-3792-22ab-0bd1a75c8318@gentoo.org
In Reply to: Re: [gentoo-dev] New Project: Gentoostats by Alexander Shorin
1 Alexander Shorin:
2 > Hi!
3 >
4 > Thanks for sharing. Would be nice see updated README file (it contains
5 > outdated links to Not Found pages) and add few notes about comparison
6 > of your solution with collectd, ussd and the rest modern stats
7 > collecting tools.
8 > How better it suites Gentoo machines and why to use it today instead
9 > of any existed and mature tool?
10
11 We are interested in different kinds of stats with gentoostats. The main
12 purpose of gentoostats is to collect package statistics, and currently
13 it does so by utilizing the Portage API. Here's a sample output from the
14 gentoostats-cli tool that may give you a better idea:
15
16 $ gentoostats-cli search --c sys-apps --p portage --v 2.3.0 --r gentoo
17 --min_hosts 4
18 Search results
19 [{'CAT': 'sys-apps',
20 'HOSTS': 5,
21 'PKG': 'portage',
22 'REPO': 'gentoo',
23 'VER': '2.3.0'}]
24
25 There is also other Gentoo-specific information it collects such as this:
26
27 $ gentoostats-cli list arch
28 Arch
29 {'amd64': {'HOSTS': 4}, 'x86': {'HOSTS': 1}}
30
31 > --
32 > ,,,^..^,,,
33 >
34 >
35
36 --
37 gokturk

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] New Project: Gentoostats Mathy Vanvoorden <mathy@××××××××××.be>
Re: [gentoo-dev] New Project: Gentoostats Daniel Campbell <zlg@g.o>