Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NginxVTS ¶
type Server ¶
type Server struct {
RequestCounter int64 `stm:"requestcounter"`
InBytes int64 `stm:"inbytes"`
OutBytes int64 `stm:"outbytes"`
Responses struct {
Resp1xx int64 `stm:"responses_1xx" json:"1xx"`
Resp2xx int64 `stm:"responses_2xx" json:"2xx"`
Resp3xx int64 `stm:"responses_3xx" json:"3xx"`
Resp4xx int64 `stm:"responses_4xx" json:"4xx"`
Resp5xx int64 `stm:"responses_5xx" json:"5xx"`
Miss int64 `stm:"cache_miss"`
Bypass int64 `stm:"cache_bypass"`
Expired int64 `stm:"cache_expired"`
Stale int64 `stm:"cache_stale"`
Updating int64 `stm:"cache_updating"`
Revalidated int64 `stm:"cache_revalidated"`
Hit int64 `stm:"cache_hit"`
Scarce int64 `stm:"cache_scarce"`
} `stm:""`
}
Server is for total Nginx server
Click to show internal directories.
Click to hide internal directories.