首页
归档
日志
相册
友链
1
使用 docker 搭建 gitlab
2
git出现文件夹后面跟@+数字
3
prometheus格式化告警数值
4
Prometheus-Operator监控kube-controller-manager失败
5
内存卡等级划分
seafog
累计撰写
98
篇文章
累计创建
67
个标签
累计收到
13
条评论
导航
首页
归档
日志
相册
友链
目录
搜索
标签搜索
Git
Kube-controller-manager
Proxy
Ploxy
Helm
Windows
Chrome
NetworkPolicy
ENTRYPOINT
Vim
RockyLinux
RabbitMQ
MongoDB
Jenkins
Fail2ban
CentOS
Ubuntu
Resource Quotas
Pod
Filebeat
Controller Manager
Network
Volume
Node mechine
Namespace
LimitRange
Resource QoS
Deployment
ReplicaSet
Replication Controller
Logstash
Elasticsearch
ARP
Pipreqs
Nginx-module-vts
asyncio
TLS
Http2.0
Brotli
Debian
Alpine
ColdKnowledge
TCP/IP
Bash
Flannel
ELK
PHP-FPM
Prometheus
Ingress
Charles
Stream
Redis
Wireshark
Selenium
Etcd
PowerShell
WindowsServer
Supervisor
Linux
MySQL
Python
Yaml
Nginx
AdslProxy
Gitlab
Kubernetes
Docker
标签
Nginx-module-vts
nginx-module-vts模块获取的缓存状态说明
10 个月前
174
0
0
41.4℃
Serveices
通过nginx-module-vts模块中可以得到nginx的8种缓存状态,分别代表的作用说明如下:miss: 未命中的缓存数。响应在缓存中找不到,所以需要在服务器中取得。这个响应之后可能会被缓存起来。bypass: 绕过缓存旁路数。响应来自原始服务器而不是缓存,因为请求匹配了一个proxy_cache_bypass,这个响应之后可能会被缓存起来。expired: 过期的缓存数。缓存中的某一项过期
弹