Last complete walk

Post Reply
john208
Posts: 86
Joined: Sat Aug 14, 2004 12:56 pm

Last complete walk

Post 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
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Last complete walk

Post by mark »

Only information for the last walk is available. No history is kept.
john208
Posts: 86
Joined: Sat Aug 14, 2004 12:56 pm

Last complete walk

Post 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
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Last complete walk

Post 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>
Post Reply