This message looks weird to me:
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as threads_created/Connections. If this value is red you should raise your thread_cache_size.';
Seems to me that the second part is an explanation for Threads_cache_hitrate_%
Marc
On Fri 14. 10. 2005 20:28, Marc Delisle wrote:
This message looks weird to me:
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as threads_created/Connections. If this value is red you should raise your thread_cache_size.';
Seems to me that the second part is an explanation for Threads_cache_hitrate_%
It seemed same to be, but I didn't write about it :-).
Marc Delisle schrieb:
This message looks weird to me:
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as threads_created/Connections. If this value is red you should raise your thread_cache_size.';
Seems to me that the second part is an explanation for Threads_cache_hitrate_%
the second ... possible ... but the third belongs to Threads_cached (its red if Threads_cached is equal to Thread_cache_size)
Sebastian