Would profiling be a feature that is either on or off, or would it 
support something annalogous to log levels?

Our current product has several runtime meters where we keep track of 
things like the number of queries to our server per second, the maximum 
and average query times, maximum connection counts, memory usage, etc. 
 Then we enable the user to see graphs of this information with a 10 
minute window at 1 second intervals, a 1 day window at 10 minute 
intervals, or a 30 day window at 1 hour intervals.  (See image)

The graphs would obviously just be a consumer of the profiled data, but 
is allowing collection of this kind of run-time performance data 
something that you had in mind?

The meter that we use to collect the data behind these graphs takes an 
interval in seconds.  Then it can opperate in one of 3 modes.  1) is to 
record the total count over an interval.  2) is to record the average 
value of points capured during a specific interval, and 3) is to record 
the maximum value of the points capured during an interval.

Leif

PNG image

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to