Hi,

I currently have a custom probe consisting of a VB script that returns three 
variables containing the total number of requests to an application.

What I would like to do is have Intermapper also display the calculated average 
requests/sec over the polling period.

The current display section is as follows:
<command-display>
\b5\Statistics\0p\
  \4\Total req: $w3_t_r
  \4\  GET req: $w3_g_r
  \4\ POST req: $w3_p_r
</command-display>

resulting in:
Statistics
  Total req: 257901
    GET req: 186561
   POST req: 71241

And basically I'm after:
  Total req: 257901 (103 req/s)
    GET req: 186561 (72 req/s)
   POST req: 71241 (31 req/s)

Any thoughts, anyone?

Cheers,

Richard


-------------------- m2f --------------------

Read this topic online here:
http://forums.dartware.com/viewtopic.php?p=2733#2733





____________________________________________________________________
List archives: 
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [email protected]

Reply via email to