nginx cache 적중률

1036 단어 nginxcache적중률
squid 에 서 는 squid 의 명중률 을 쉽게 볼 수 있 지만, nginx 에 서 는 로그 에 $upstream 을 추가 해 야 합 니 다.cache_status 라 는 매개 변 수 는 cache 상 태 를 표시 할 수 있 습 니 다.
  •  
  • MISS
  •  
  • EXPIRED – expired, request was passed to backend
  •  
  • UPDATING – expired, stale response was used due to proxy/fastcgi_cache_use_stale updating
  •  
  • STALE – expired, stale response was used due to proxy/fastcgi_cache_use_stale
  •  
  • HIT
  •  

  • 총 5 가지 상태.내 로그 파일 의 형식 은:
      1 log_format cache  '$remote_addr - $remote_user [$time_local] - $request ' 'upstream_response_time $upstream_response_time '   'msec $msec request_time $request_time - $upstream_cache_status' ;
     
    내 로그 파일 에서 upstream 의 응답 시간 과 명중 상 태 를 계산 했다.
    이렇게 하면 로그 에서 nginx cache 의 명중률 을 쉽게 계산 할 수 있다.
    다음으로 전송:http://zauc.wordpress.com/2010/08/16/nginx - cache 의 명중률 /

    좋은 웹페이지 즐겨찾기