Triode Wrote: 
> Richard,
> 
> If you try the next nightly or subversion after 8323, you there is a
> performance graph for database access time in the server statistics
> page.  If you set a high warning for this of 0.01, it will add an entry
> to the log each time a database access takes over 0.01 seconds.  For
> your test web page I get one database access of 0.016 to 0.03 sec and
> all the rest are less than this - what do you see?
> 
> Adrian

Thanks, I've now installed that.

With just that turned on I see this when selecting "All Songs":


Code:
--------------------
    
  2006-07-08 11:05:45.9803 Database Access > 0.01 : 0.234630823135376
  2006-07-08 11:05:45.9809   select_single
  2006-07-08 11:05:46.2885 Database Access > 0.01 : 0.0127701759338379
  2006-07-08 11:05:46.2891   select_single
  2006-07-08 11:05:46.8958 Database Access > 0.01 : 0.0128169059753418
  2006-07-08 11:05:46.8963   select_single
  2006-07-08 11:05:50.8092 Database Access > 0.01 : 0.0219011306762695
  2006-07-08 11:05:50.8097   select_single
  2006-07-08 11:05:52.0139 Database Access > 0.01 : 0.0137569904327393
  2006-07-08 11:05:52.0144   select_single
  
--------------------



The first one seems reasonably high, though I guess not high (or
frequent) enough to explain my massive wait times...

Would you like to see that with some other warnings on at the same
time?

Cheers,

Richard


-- 
SadGamerGeek
------------------------------------------------------------------------
SadGamerGeek's Profile: http://forums.slimdevices.com/member.php?userid=6145
View this thread: http://forums.slimdevices.com/showthread.php?t=25173

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to