I am using apc.php to check the PHP APC's stats (http://svn.php.net/viewvc/pecl/apc/trunk/apc.php)
I have the following stats on a fairly busy server
Cached Files 317 ( 26.3 MBytes)
Hits 51483
Misses 6814
The problem is the Misses is always increasing (given a limited number of files), are there any way to check which files are missed?
Another question is: The Cached Files is total consuming 26.3MBytes, does it mean every Apache child process is using 26.3MBytes?