Il link al progetto, per chi ancora non lo conosce è il seguente:
http://klive.cpushare.com/
Utenti di Slacky fatevi sentire e monitorare...

Moderatore: Staff
birg81 ha scritto:Scusate la stupidita' ma che fa sto script??
Codice: Seleziona tutto
*/10 * * * * ps x | grep -q twistd -oy klive.tac || (cd directory_dove_lo_metto && twistd -oy klive.tac)
What is it?
During the 2005 Linux Kernel Developers Summit somebody raised the point that it's not clear how much testing each git/rc/pre kernel gets before the final release, so this project aims to provide kernel live feedback about the usage of every different Linux Kernel version.
It is a client-server model that feeds some kernel related information from volunteer clients into a klive server. The server statistically treats and shows the data in some nice web tables.
The KLive system is used by any volunteer Linux users that wish to contribute and provide statistical information about kernel versions usage. Ultimately, this information helps in the kernel development process.
Andrea Arcangeli wrote both client and server sides of the system and announced the first version on the linux-kernel mailing list on 30 August, 2005. KLive is being developed and extended by it's author with supporting feedback from the klive mailing list.
Codice: Seleziona tutto
twistd -oy klive.tac
sunreal ha scritto:birg81 ha scritto:Scusate la stupidita' ma che fa sto script??
Mi associo.
Mario Vanoni ha scritto:Un metodo piu` semplice:
andate sul sito
http://klive.cpushare.com/
in alto sulla riga "You can find more documentation in the
Klive Wiki
cliccatelo
scendete a "KLive client"
copiate lo scripy "klive.py"
chmod 0755 klive.py
traferitelo dove vi piace, magari /usr/bin
nel crontab di root mettete
* * * * * /usr/bin/klive.py
Secondo Andrea ogni minuto non disturba,
ci pensa lo script "solo quando serve".
Nella statistica compare il kernel usato (uname -v).
d4z_c0nf ha scritto:Mario Vanoni ha scritto:Un metodo piu` semplice:
andate sul sito
http://klive.cpushare.com/
in alto sulla riga "You can find more documentation in the
Klive Wiki
cliccatelo
scendete a "KLive client"
copiate lo scripy "klive.py"
chmod 0755 klive.py
traferitelo dove vi piace, magari /usr/bin
nel crontab di root mettete
* * * * * /usr/bin/klive.py
Secondo Andrea ogni minuto non disturba,
ci pensa lo script "solo quando serve".
Nella statistica compare il kernel usato (uname -v).
Mario scusami, io non ho un crontab. Mi diresti un po' la sintassi? Basta creare un file crontab nella home di root con solo quella riga?
Grazie.
rock
Codice: Seleziona tutto
# crontab -e
conraid ha scritto:d4z_c0nf ha scritto:Mario Vanoni ha scritto:Un metodo piu` semplice:
andate sul sito
http://klive.cpushare.com/
in alto sulla riga "You can find more documentation in the
Klive Wiki
cliccatelo
scendete a "KLive client"
copiate lo scripy "klive.py"
chmod 0755 klive.py
traferitelo dove vi piace, magari /usr/bin
nel crontab di root mettete
* * * * * /usr/bin/klive.py
Secondo Andrea ogni minuto non disturba,
ci pensa lo script "solo quando serve".
Nella statistica compare il kernel usato (uname -v).
Mario scusami, io non ho un crontab. Mi diresti un po' la sintassi? Basta creare un file crontab nella home di root con solo quella riga?
Grazie.
rock
/var/spool/cron/crontabs/root
ma è sconsigliato agire direttamente nel file a cron attivo, usaCodice: Seleziona tutto
# crontab -e
a questo punto ti farà la modifica quando opportuno
Codice: Seleziona tutto
crontab -e
Codice: Seleziona tutto
:wq