Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorluke
    • CommentTimeDec 22nd 2010
     
    In the 'top queries' view, could we get a count of the number of times that particular query has been executed?
  1.  
    Jet Profiler does not collect all traffic to the database server, it
    only polls every x milliseconds. So it sees all queries that are
    executing at the time of polling. But any queries that are executed between
    two samples are missed. Therefore Jet Profiler cannot tell how many
    times the query has run during a time frame.

    For this reason we have the thread load measure, where we try to
    visualize the observed frequency, expressed by how many threads are
    observed running the query at every sample time. A value of 1 means the
    query is always running (by one thread on average).