PDA

View Full Version : Check FreeBSD Client Progress



Matt
06-29-2004, 04:21 AM
I have the client running but I want to see how far it's got. I can look in the log but all it shows is:



[Mon Jun 28 18:09:53 2004] client process [v1.2.5] invoked
[Mon Jun 28 18:09:53 2004] priority set to idle
[Mon Jun 28 18:09:53 2004] connecting to server
[Mon Jun 28 18:09:53 2004] logging into server
[Mon Jun 28 18:09:54 2004] requesting a block
[Mon Jun 28 18:09:54 2004] got proth test from server (k=10223, n=5928677)
[Mon Jun 28 18:09:54 2004] server packet cached to disk
[Mon Jun 28 18:09:54 2004] AMD Duron(tm) Processor detected. Enabling cpu speci
fic optimizations.


So how do I see how far it's got through the test?

Alien88
06-29-2004, 11:51 PM
Originally posted by Matt
I have the client running but I want to see how far it's got. I can look in the log but all it shows is:



So how do I see how far it's got through the test?

Every 10,000 iterations you'll see something to the extent of in the log file:

[Tue Mar 30 16:48:36 2004] resolving hostname
[Tue Mar 30 16:48:36 2004] opening connection
[Tue Mar 30 16:48:37 2004] logging into server
[Tue Mar 30 16:48:37 2004] login successful
[Tue Mar 30 16:48:38 2004] n.high = # . #blocks left in test
[Tue Mar 30 16:51:25 2004] iteration: 10000/N (0.17%) k = K# n = N#

Matt
06-30-2004, 04:58 AM
Thanks :D