[Orca-users] data not displayed on plot
Attila Mezei-Horvati
attila_mh at yahoo.com
Wed Jan 25 13:58:55 PST 2006
Hello All,
I am trying to create a configuration file for some performance metrics for an application. The metrics is extracted from the apache log file.
I have two information I would like to see on the plot. One is the service time and other is request time. In the apache log I have something like this:
(col description: ID, Type, Timestamp, Duration )
1063,qt:metrics:reqprc,1138079062,0.072014
1063,qt:metrics:service,1138079072,0.074892
Since they are not executing at the same time I created my orca log file as:
timestamp, reqprc, service
1138079062,0.072014,-1
1138079072,-1,1138079072
...
In order to ignore the -1 I have set min_data to 0. The plot looks like this:
{
data service_am_fbpk
data reqprc_am_fbpk
color 00ff00
color 0000ff
line_type LINE1
line_type LINE2
legend Service Processing
legend Request Processing
y_legend Seconds
data_min 0
data_max 100000000
}
My problem is that only one line is visible - the second one (Request Processing).
I cannot figure it out why. Would anybody have any idea?
thanks,
Attila
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20060125/df6be806/attachment.html>
More information about the Orca-users
mailing list