Re: [gentoo-dev] New Project: Gentoostats

2017-01-06 Thread Daniel Campbell
On 01/06/2017 08:08 AM, Gokturk Yuksek wrote:
> Hi,
> 
> Daniel Campbell:
>> On 01/02/2017 09:27 AM, Gokturk Yuksek wrote:
>>> Alexander Shorin:
 Hi!

 Thanks for sharing. Would be nice see updated README file (it contains
 outdated links to Not Found pages) and add few notes about comparison
 of your solution with collectd, ussd and the rest modern stats
 collecting tools.
 How better it  suites Gentoo machines and why to use it today instead
 of any existed and mature tool?
>>>
>>> We are interested in different kinds of stats with gentoostats. The main
>>> purpose of gentoostats is to collect package statistics, and currently
>>> it does so by utilizing the Portage API. Here's a sample output from the
>>> gentoostats-cli tool that may give you a better idea:
>>>
>>> $ gentoostats-cli search --c sys-apps --p portage --v 2.3.0 --r gentoo
>>> --min_hosts 4
>>> Search results
>>> [{'CAT': 'sys-apps',
>>>   'HOSTS': 5,
>>>   'PKG': 'portage',
>>>   'REPO': 'gentoo',
>>>   'VER': '2.3.0'}]
>>>
>>> There is also other Gentoo-specific information it collects such as this:
>>>
>>> $ gentoostats-cli list arch
>>> Arch
>>> {'amd64': {'HOSTS': 4}, 'x86': {'HOSTS': 1}}
>>>
 --
 ,,,^..^,,,


>>>
>>> --
>>> gokturk
>>>
>>>
>> Is it too late to suggest more standard flags? `--c` for example doesn't
>> make sense to me since '--' is used more for GNU long options. So it
>> should be '--category' and '-c' instead. Of course that's just my
>> opinion, so take it with salt as usual. :)
>>
> 
> That's a typo on my part, thanks for pointing it out :) It's
> '-c/--category', '-p/--package', '-v/--version' and '-r/--repo'. I used
> the long options, then decided to go with the short ones to increase
> readability, forgot to remove extra '-'.
> 
>> Still, interesting project and I might run it on a machine if it can
>> help us out.
>>
> 
> 
I guess we can ignore that little nitpick then. :P

I'll check it out when I get some time to spare.
-- 
Daniel Campbell - Gentoo Developer
OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
fpr: AE03 9064 AE00 053C 270C  1DE4 6F7A 9091 1EA0 55D6



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] New Project: Gentoostats

2017-01-05 Thread Brian Dolbec
On Thu, 5 Jan 2017 22:06:23 -0800
Daniel Campbell  wrote:

> Still, interesting project and I might run it on a machine if it can
> help us out.
> 

What do you mean "if"...

You __WILL__ run it!!

;)
-- 
Brian Dolbec 



pgpVwdxfQbgPH.pgp
Description: OpenPGP digital signature


Re: [gentoo-dev] New Project: Gentoostats

2017-01-05 Thread Daniel Campbell
On 01/02/2017 09:27 AM, Gokturk Yuksek wrote:
> Alexander Shorin:
>> Hi!
>>
>> Thanks for sharing. Would be nice see updated README file (it contains
>> outdated links to Not Found pages) and add few notes about comparison
>> of your solution with collectd, ussd and the rest modern stats
>> collecting tools.
>> How better it  suites Gentoo machines and why to use it today instead
>> of any existed and mature tool?
> 
> We are interested in different kinds of stats with gentoostats. The main
> purpose of gentoostats is to collect package statistics, and currently
> it does so by utilizing the Portage API. Here's a sample output from the
> gentoostats-cli tool that may give you a better idea:
> 
> $ gentoostats-cli search --c sys-apps --p portage --v 2.3.0 --r gentoo
> --min_hosts 4
> Search results
> [{'CAT': 'sys-apps',
>   'HOSTS': 5,
>   'PKG': 'portage',
>   'REPO': 'gentoo',
>   'VER': '2.3.0'}]
> 
> There is also other Gentoo-specific information it collects such as this:
> 
> $ gentoostats-cli list arch
> Arch
> {'amd64': {'HOSTS': 4}, 'x86': {'HOSTS': 1}}
> 
>> --
>> ,,,^..^,,,
>>
>>
> 
> --
> gokturk
> 
> 
Is it too late to suggest more standard flags? `--c` for example doesn't
make sense to me since '--' is used more for GNU long options. So it
should be '--category' and '-c' instead. Of course that's just my
opinion, so take it with salt as usual. :)

Still, interesting project and I might run it on a machine if it can
help us out.

-- 
Daniel Campbell - Gentoo Developer
OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
fpr: AE03 9064 AE00 053C 270C  1DE4 6F7A 9091 1EA0 55D6



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] New Project: Gentoostats

2017-01-02 Thread Francesco Riosa
2017-01-02 17:36 GMT+01:00 M. J. Everitt :

> On 02/01/17 11:40, Francesco Riosa wrote:
>
> l'ho fatto con un utente diverso (pnp_RSIFNC), per ora sto prendendo
> quelle che avrei dovuto comunque prendere, poi forzo le altre
>
> 2017-01-02 10:29 GMT+01:00 Gokturk Yuksek :
>
>> Hi everyone,
>>
>> I'm happy to announce the launch of the Gentoostats project.
>>
>> Gentoostats is a client-server software that collects various statistics
>> from Gentoo machines. It's been written as part of the Google Summer of
>> Code 2011 but unfortunately wasn't deployed. The main intention of this
>> project is to take over the development of gentoostats, have it deployed
>> on Gentoo infra and maintain it.
>>
>> Despite the 5 years of inactivity, the software remains surprisingly
>> functional. The source code is located here[0]. The ebuilds are located
>> in my overlay[1] currently but I'm hoping to make a release and move the
>> package to the tree in the coming days.
>>
>> I invite anyone who is interested to add themselves to the project.
>>
>> Best Regards,
>>
>> --
>> gokturk
>>
>> [0] https://gitweb.gentoo.org/proj/gentoostats.git/
>> [1] https://github.com/gktrk/kpanicd-overlay
>>
>>
> I thought this was an English list .. with respect :] ...
>

oops, that's an answer for a total different email in a different timeline
in a far far away universe.

apologies


Re: [gentoo-dev] New Project: Gentoostats

2017-01-02 Thread Mathy Vanvoorden
If you need a hand testing, let me know, I'm willing to run it on my box.

--
Met vriendelijke groeten,
Best regards,

Mathy Vanvoorden

2017-01-02 18:27 GMT+01:00 Gokturk Yuksek :

> Alexander Shorin:
> > Hi!
> >
> > Thanks for sharing. Would be nice see updated README file (it contains
> > outdated links to Not Found pages) and add few notes about comparison
> > of your solution with collectd, ussd and the rest modern stats
> > collecting tools.
> > How better it  suites Gentoo machines and why to use it today instead
> > of any existed and mature tool?
>
> We are interested in different kinds of stats with gentoostats. The main
> purpose of gentoostats is to collect package statistics, and currently
> it does so by utilizing the Portage API. Here's a sample output from the
> gentoostats-cli tool that may give you a better idea:
>
> $ gentoostats-cli search --c sys-apps --p portage --v 2.3.0 --r gentoo
> --min_hosts 4
> Search results
> [{'CAT': 'sys-apps',
>   'HOSTS': 5,
>   'PKG': 'portage',
>   'REPO': 'gentoo',
>   'VER': '2.3.0'}]
>
> There is also other Gentoo-specific information it collects such as this:
>
> $ gentoostats-cli list arch
> Arch
> {'amd64': {'HOSTS': 4}, 'x86': {'HOSTS': 1}}
>
> > --
> > ,,,^..^,,,
> >
> >
>
> --
> gokturk
>
>
>


Re: [gentoo-dev] New Project: Gentoostats

2017-01-02 Thread Gokturk Yuksek
Alexander Shorin:
> Hi!
> 
> Thanks for sharing. Would be nice see updated README file (it contains
> outdated links to Not Found pages) and add few notes about comparison
> of your solution with collectd, ussd and the rest modern stats
> collecting tools.
> How better it  suites Gentoo machines and why to use it today instead
> of any existed and mature tool?

We are interested in different kinds of stats with gentoostats. The main
purpose of gentoostats is to collect package statistics, and currently
it does so by utilizing the Portage API. Here's a sample output from the
gentoostats-cli tool that may give you a better idea:

$ gentoostats-cli search --c sys-apps --p portage --v 2.3.0 --r gentoo
--min_hosts 4
Search results
[{'CAT': 'sys-apps',
  'HOSTS': 5,
  'PKG': 'portage',
  'REPO': 'gentoo',
  'VER': '2.3.0'}]

There is also other Gentoo-specific information it collects such as this:

$ gentoostats-cli list arch
Arch
{'amd64': {'HOSTS': 4}, 'x86': {'HOSTS': 1}}

> --
> ,,,^..^,,,
> 
> 

--
gokturk




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] New Project: Gentoostats

2017-01-02 Thread Alexander Shorin
Hi!

Thanks for sharing. Would be nice see updated README file (it contains
outdated links to Not Found pages) and add few notes about comparison
of your solution with collectd, ussd and the rest modern stats
collecting tools.
How better it  suites Gentoo machines and why to use it today instead
of any existed and mature tool?
--
,,,^..^,,,


On Mon, Jan 2, 2017 at 12:29 PM, Gokturk Yuksek  wrote:
> Hi everyone,
>
> I'm happy to announce the launch of the Gentoostats project.
>
> Gentoostats is a client-server software that collects various statistics
> from Gentoo machines. It's been written as part of the Google Summer of
> Code 2011 but unfortunately wasn't deployed. The main intention of this
> project is to take over the development of gentoostats, have it deployed
> on Gentoo infra and maintain it.
>
> Despite the 5 years of inactivity, the software remains surprisingly
> functional. The source code is located here[0]. The ebuilds are located
> in my overlay[1] currently but I'm hoping to make a release and move the
> package to the tree in the coming days.
>
> I invite anyone who is interested to add themselves to the project.
>
> Best Regards,
>
> --
> gokturk
>
> [0] https://gitweb.gentoo.org/proj/gentoostats.git/
> [1] https://github.com/gktrk/kpanicd-overlay
>



Re: [gentoo-dev] New Project: Gentoostats

2017-01-02 Thread M. J. Everitt
On 02/01/17 11:40, Francesco Riosa wrote:
> l'ho fatto con un utente diverso (pnp_RSIFNC), per ora sto prendendo
> quelle che avrei dovuto comunque prendere, poi forzo le altre
>
> 2017-01-02 10:29 GMT+01:00 Gokturk Yuksek  >:
>
> Hi everyone,
>
> I'm happy to announce the launch of the Gentoostats project.
>
> Gentoostats is a client-server software that collects various
> statistics
> from Gentoo machines. It's been written as part of the Google
> Summer of
> Code 2011 but unfortunately wasn't deployed. The main intention of
> this
> project is to take over the development of gentoostats, have it
> deployed
> on Gentoo infra and maintain it.
>
> Despite the 5 years of inactivity, the software remains surprisingly
> functional. The source code is located here[0]. The ebuilds are
> located
> in my overlay[1] currently but I'm hoping to make a release and
> move the
> package to the tree in the coming days.
>
> I invite anyone who is interested to add themselves to the project.
>
> Best Regards,
>
> --
> gokturk
>
> [0] https://gitweb.gentoo.org/proj/gentoostats.git/
> 
> [1] https://github.com/gktrk/kpanicd-overlay
> 
>
>
I thought this was an English list .. with respect :] ...


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] New Project: Gentoostats

2017-01-02 Thread Francesco Riosa
l'ho fatto con un utente diverso (pnp_RSIFNC), per ora sto prendendo quelle
che avrei dovuto comunque prendere, poi forzo le altre

2017-01-02 10:29 GMT+01:00 Gokturk Yuksek :

> Hi everyone,
>
> I'm happy to announce the launch of the Gentoostats project.
>
> Gentoostats is a client-server software that collects various statistics
> from Gentoo machines. It's been written as part of the Google Summer of
> Code 2011 but unfortunately wasn't deployed. The main intention of this
> project is to take over the development of gentoostats, have it deployed
> on Gentoo infra and maintain it.
>
> Despite the 5 years of inactivity, the software remains surprisingly
> functional. The source code is located here[0]. The ebuilds are located
> in my overlay[1] currently but I'm hoping to make a release and move the
> package to the tree in the coming days.
>
> I invite anyone who is interested to add themselves to the project.
>
> Best Regards,
>
> --
> gokturk
>
> [0] https://gitweb.gentoo.org/proj/gentoostats.git/
> [1] https://github.com/gktrk/kpanicd-overlay
>
>