Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
telemeter
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Dutch
View previous topic :: View next topic  
Author Message
no-use
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2004
Posts: 76
Location: Belgium

PostPosted: Thu Aug 19, 2004 10:15 am    Post subject: telemeter Reply with quote

Is er iemand die een script of tool heeft/weet om de percentages en logs van de telemeter op te vragen ?
Back to top
View user's profile Send private message
disturbed
Apprentice
Apprentice


Joined: 18 May 2003
Posts: 216
Location: Belgium , Antwerp

PostPosted: Thu Aug 19, 2004 11:38 am    Post subject: Reply with quote

www.telemeter.be
ook voor linux ;)

grtz
_________________
A computer is like airconditioning. When you open windows, it doesn't work.
Back to top
View user's profile Send private message
no-use
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2004
Posts: 76
Location: Belgium

PostPosted: Thu Aug 19, 2004 12:16 pm    Post subject: Reply with quote

gebruik je deze linux telemeter versie zelf ? want ik krijg een fout en aangezien het een versie is van 2002 denk ik dat het nog niet werkt met de verandering naar mijn.telenet ...

tnx anyway :)
Back to top
View user's profile Send private message
disturbed
Apprentice
Apprentice


Joined: 18 May 2003
Posts: 216
Location: Belgium , Antwerp

PostPosted: Thu Aug 19, 2004 12:38 pm    Post subject: Reply with quote

no-use wrote:
gebruik je deze linux telemeter versie zelf ? want ik krijg een fout en aangezien het een versie is van 2002 denk ik dat het nog niet werkt met de verandering naar mijn.telenet ...

tnx anyway :)

wel ja ik heb het net gecompiled en het werkt hier ook niet hoor.
ik heb die mens wel een emailke gestuurd mss da die mij verder kan helpen.
als het werkt laat ik het zeker nog weten

grtz

Disturbed
_________________
A computer is like airconditioning. When you open windows, it doesn't work.
Back to top
View user's profile Send private message
Traffixxx
n00b
n00b


Joined: 27 Mar 2004
Posts: 46

PostPosted: Thu Aug 19, 2004 10:52 pm    Post subject: Reply with quote

idd die werkt ni geeft steeds segment fault

mor ik heb ergens een scriptje die da wel doet


mor ik weet ni of ik da mag geven

Code:

bash-2.05b$ telemeter
Downloaded: 58% Uploaded: 55%
Back to top
View user's profile Send private message
garo
Bodhisattva
Bodhisattva


Joined: 15 Jul 2002
Posts: 860
Location: Edegem,BELGIUM

PostPosted: Fri Aug 20, 2004 10:19 am    Post subject: Reply with quote

Ik heb ooit eens een perl scriptje geschreven die dat kon door het voor mij te gaan opzoeken op de website, ik zal wel iets gelijkaardig schrijven binnen een paar dagen het op de wiki plaatsen.
_________________
My favorite links this month:
- Surf Random
- Web-based SSH
- Stop Spam
Back to top
View user's profile Send private message
no-use
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2004
Posts: 76
Location: Belgium

PostPosted: Fri Aug 20, 2004 11:14 am    Post subject: Reply with quote

tnx garo :D

btw je kan het dan ineens in verband brengen met die 'citaten bij login' howto zodat de telemeter getoont wordt bij het inloggen :lol:
maar dan werk je best wel met een cron-job die 1 keer per dag website gaat uitlezen denk ik
Back to top
View user's profile Send private message
Traffixxx
n00b
n00b


Joined: 27 Mar 2004
Posts: 46

PostPosted: Fri Aug 20, 2004 1:25 pm    Post subject: Reply with quote

Code:


#!/usr/bin/perl -w
$uid          = "???"; #VERVANG DE VRAAGTEKENS DOOR JE LOGIN
$pwd          = "????"; #VERVANG DE VRAAGTEKENS DOOR JE PASSWOORD
open( TELESLET,
"curl -c - -sLe ';auto' -k -d 'uid=$uid' -d 'pwd=$pwd' -d 'submit=Aanmelden'  'https://www.telenet.be/sys/sso/exec_login.php'|"
) || die "blah $!";
($sossis) = map { /SSOSID(.*)/ ? $1 : () } <TELESLET>;
$sossis =~ s/\s+//g;
close TELESLET;

open( TELESLET,
"curl -sLe ';auto' 'https://services.telenet.be/isps/MainServlet?ACTION=TELEMTR&SSOSID=$sossis' |"
);
( $down, $up ) = map { /(\d+%)/ ? $1 : () } <TELESLET>;
close TELESLET;
print "Downloaded: $down Uploaded: $up\n";



Installeer wel eerst curl en vergeet je login en pass niet in te vullen.
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sat Aug 21, 2004 3:05 am    Post subject: Reply with quote

nog niet getest maar ziet er goed uit:
http://pytelemeter.sourceforge.net/#start
of nog één:
http://sourceforge.net/projects/telemon/
Back to top
View user's profile Send private message
garo
Bodhisattva
Bodhisattva


Joined: 15 Jul 2002
Posts: 860
Location: Edegem,BELGIUM

PostPosted: Sat Aug 21, 2004 5:56 pm    Post subject: Reply with quote

En ? Werkt het scriptje van Traffixxx en dat van polle ?
Ik zal zelf niks meer moeten schrijven, zeker ?
_________________
My favorite links this month:
- Surf Random
- Web-based SSH
- Stop Spam
Back to top
View user's profile Send private message
no-use
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2004
Posts: 76
Location: Belgium

PostPosted: Sat Aug 21, 2004 7:29 pm    Post subject: Reply with quote

bedankt allemaal voor de antwoorden

ik gebruik nu pytelemeter, vooral de command line versie ervan vind ik zeer nuttig
alleen jammer dat het niet via een cronjob 1 keer per dag kan updaten en de resultaten onthouden
Back to top
View user's profile Send private message
klavrynd
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jul 2004
Posts: 98

PostPosted: Sat Aug 21, 2004 9:00 pm    Post subject: Reply with quote

gaat toch wel, gewoon pytelemeter > <path_to_logfile>

en dan gewoon met root-tail of xrootconsole op de desktop :)

http://users.pandora.be/babelicious/pandoos-util.png
Back to top
View user's profile Send private message
no-use
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2004
Posts: 76
Location: Belgium

PostPosted: Sat Aug 21, 2004 9:02 pm    Post subject: Reply with quote

inderdaad :D
daar had ik nog niet aan gedacht
tnx alot !
Back to top
View user's profile Send private message
klavrynd
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jul 2004
Posts: 98

PostPosted: Sat Aug 21, 2004 9:11 pm    Post subject: Reply with quote

pytelemeter-cli -s > [file] dus
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sun Aug 29, 2004 10:23 pm    Post subject: Reply with quote

voor wie nog wat anders wil hier nog een versie:
http://www.x-a.be/index.php?page=17
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Dutch All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum