You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2019/04/02 13:42:12 UTC

[GitHub] [incubator-pagespeed-ngx] dennisjac opened a new issue #1639: Values on statistics page not updated

dennisjac opened a new issue #1639: Values on statistics page not updated
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1639
 
 
   I've enabled the file and lru caches but it seems the values on the statistic page are not updated:
   ```
   cache_time_us:                                46517690574
   cache_hits:                                       1004351
   cache_misses:                                      168951
   cache_backend_hits:                               1058961
   cache_backend_misses:                              114341
   cache_fallbacks:                                     3028
   cache_expirations:                                   9816
   cache_inserts:                                     376839
   cache_deletes:                                          0
   ...
   file_cache_bytes_freed_in_cleanup:                      0
   file_cache_cleanups:                                    0
   file_cache_disk_checks:                                 0
   file_cache_evictions:                                   0
   file_cache_skipped_cleanups:                            0
   file_cache_started_cleanups:                            0
   file_cache_write_errors:                                0
   file_cache_deletes:                                     0
   file_cache_hits:                                        0
   file_cache_inserts:                                     0
   file_cache_misses:                                      0
   lru_cache_deletes:                                      0
   lru_cache_hits:                                         0
   lru_cache_inserts:                                      0
   lru_cache_misses:                                       0
   ```
   As a result I have no idea if the LRU cache even works. (I'm trying to debug an issue with pagespeed generating large amount of write IOPS for no apparent reason)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services