is there any way to get realpath cache hit ratio of php?
am 12.08.2009 04:39:53 von Peter Wanghi,
Is there any way to get realpath cache hit ratio of php?
realpath_cache_size integer
Determines the size of the realpath cache to be used by PHP. This
value should be increased on systems where PHP opens many files, to
reflect the quantity of the file operations performed.
realpath_cache_ttl integer
Duration of time (in seconds) for which to cache realpath information
for a given file or directory. For systems with rarely changing files,
consider increasing the value.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php