zendtech / ZendOptimizerPlus

Other
914 stars 142 forks source link

the same cached and misses files bug #223

Open sigaretim opened 8 years ago

sigaretim commented 8 years ago

I have always the same data in these parameters.

number of cached files: 86 number of misses: 86

it means the opcache is not work correctly?

remicollet commented 8 years ago

This just means the first try of each file is a miss. Raher check the number of hits ;)

sigaretim commented 8 years ago

hm, i have 200 user in 1-2 minutes, and these parametr always same. server is up 7 days. yerterday it was 569 cached and misses, today is 723 cached and the same 723 misses. and always show hit rate as 96% and more. is it real? i think anythink works incorrect. it always show the same information. is it normal?

sigaretim commented 8 years ago

hello) please advice about that

sigaretim commented 8 years ago

anybody help with that, please :-(

remicollet commented 8 years ago

Definitively, I don't see any issue.

sigaretim commented 8 years ago

Hi Remi,

This is my statistics

total memory: 256.00MB used memory: 1.66MB free memory: 254.34MB wasted memory: 0.00b (0%) number of cached files: 60 number of hits: 805 number of misses: 64 blacklist misses: 0 number of cached keys: 101 max cached keys: 7,963

issue is a about number of misses. this parametr always the same with "number of cached files". is it normal? is opcache working good?

remicollet commented 8 years ago

Sorry, but I don't known how to explain this differently...

sigaretim commented 8 years ago

I just do not understand what you mean-(

Raher check the number of hits

Is it means, i have to check and correct number of hits? Or this is OKay?

sigaretim commented 8 years ago

dont gooo-)

dstogov commented 8 years ago

when you access file first time, it's not in the cache yet.

It's loaded into cache, but "miss" event is recorded.


From: sigaretim notifications@github.com Sent: Wednesday, March 30, 2016 18:03 To: zendtech/ZendOptimizerPlus Subject: Re: [zendtech/ZendOptimizerPlus] the same cached and misses files bug (#223)

I just do not understand what you mean-(

Raher check the number of hits Is it means, i have to check and correct number of hits? Or this is OKay?

You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHubhttps://github.com/zendtech/ZendOptimizerPlus/issues/223#issuecomment-203478611

sigaretim commented 8 years ago

Yep, good, now I understood-) Thanks dstogov!