Page 1 of 1

Last complete walk

Posted: Sun May 07, 2006 8:44 pm
by john208
I am trying to copy the "last complete walk" summary from the dowalk Basic Walk Settings page for a single profile, and add it to the dowalk Profiles page. I think it should be put below this line.

<readln max=1 rev $sumfile><sandr ">><BR>=" "" $ret><fmt %s $ret></readln></f></td>

Something like this:

<td nowrap>Last complete walk: <fmt "%at " "%Y-%m-%d %H:%M:%S" "now"><$x=($stop-$start)>(took <hms secs=$x>)<br> </td>

But this repeats the statistics for the very last walk, not for each walk. How do I do this?

Thanks, John

Last complete walk

Posted: Wed May 10, 2006 11:18 am
by mark
Only information for the last walk is available. No history is kept.

Last complete walk

Posted: Wed May 10, 2006 12:27 pm
by john208
No I don't want the history.

When I browse to the Webinator admin dowalk page, I get a list of my profiles with some statistics about each profile.

Success. 100 pages (300,000 bytes) (10 errors) (100 duplicates)

When I click on the profile, I get more statistics about that specific profile.

Walk Summary ? Last complete walk: 2006-05-10 05:13:08 (took 15 seconds)
Success. 100 pages (300,000 bytes) (10 errors) (100 duplicates)

I would like to add "Last complete walk: 2006-05-10 05:13:08 (took 15 seconds)" to the first page. Right now I have to click on each profile to see when it was last walked.

Thanks, John

Last complete walk

Posted: Wed May 10, 2006 2:26 pm
by mark
Try
<readln max=1 $sumfile><sandr ">><BR>=" "" $ret><fmt %s $ret></readln>

Or just replace the abbreviated summary with the whole thing:
<read $sumfile><send $ret>