This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
cache
The following operations can be performed on “cache”:
stat cache
Shows Integrated Cache performance statistics.
Synopsis
stat cache [-detail] [-fullValues] [-ntimes |
full )] |
Arguments
detail Specifies detailed output (including more statistics). The output can be quite voluminous. Without this argument, the output will show only a summary.
fullValues Specifies that numbers and strings should be displayed in their full form. Without this option, long strings are shortened and large numbers are abbreviated
ntimes The number of times, in intervals of seven seconds, the statistics should be displayed. Default value: 1 Minimum value: 0
logFile The name of the log file to be used as input.
clearstats Clear the statsistics / counters
Possible values: basic, full
Output
Counters
Maximum memory(KB) Deprecated (MaxMem) Largest amount of memory the Citrix ADC can dedicate to caching, up to 50% of available memory. A 0 value disables caching, but the caching module continues to run.
Recent successful reval ratio(%) (RPSucRev) Recently recorded percentage of times stored content was successfully revalidated by a 304 response rather than by a full response
Recent storable miss ratio(%) (RPctStMis) Recently recorded ratio of store-able misses to all misses expressed as percentage.
Recent parameterized 304 hit ratio(%) (RPPHit) Recently recorded ratio of parameterized 304 hits to all parameterized hits expressed as a percentage
Recent origin bandwidth saved(%) (RPOrBan) Bytes served from cache divided by total bytes served to client. This ratio can be greater than 1 because of the assumption that all compression has been done in the Citrix ADC.
Recent hit ratio(%) (RPctHit) Recently recorded cache hit ratio expressed as percentage
Recent byte hit ratio(%) (RPcByHit) Recently recorded cache byte hit ratio expressed as percentage. Here we define byte hit ratio as ((number of bytes served from the cache)/(total number of bytes served to the client)). This is the standard definition of Byte Hit Ratio. If compression is turned ON in NS then this ratio doesn’t mean much. This might under or over estimate the origin-to-cache bandwidth saving (depending upon whether bytes served by CMP in Citrix ADC are more or less than compressed bytes served from the cache). If CMP is turned OFF in NS then this ratio is same as cacheRecentPercentOriginBandwidthSaved.
Recent 304 hit ratio(%) (RPct304Hit) Recently recorded ratio of 304 hits to all hits expressed as percentage
Utilized memory(KB) (UtiMem) Amount of memory the integrated cache is currently using.
Maximum memory active value(KB) (MaxMemActive) Currently active value of maximum memory
Maximum memory(KB) (Max64Mem) Largest amount of memory the Citrix ADC can dedicate to caching, up to 50% of available memory. A 0 value disables caching, but the caching module continues to run.
Poll every time hit ratio(%) (PPeHit) Percentage of cache hits in content groups that have Poll Every Time enabled, relative to all searches of content groups with Poll Every Time enabled.
Poll every time hits (PeHit) Number of times a cache hit was found during a search of a content group that has Poll Every Time enabled.
Parameterized 304 hit ratio(%) (PP304Hit) Percentage of parameterized 304 hits relative to all parameterized hits.
Total parameterized hits (PHit) Parameterized requests resulting in either a 304 or non-304 hit.
Successful reval ratio(%) (PSucRev) Percentage of times stored content was successfully revalidated by a 304 (Object Not Modifed) response rather than by a full response
Storable miss ratio(%) (PStrMiss) Responses that were fetched from the origin, stored in the cache, and then served to the client, as a percentage of all cache misses.
Conversions to conditional req (FuToCon) Number of user-agent requests for a cached Poll Every Time (PET) response that were sent to the origin server as conditional requests.
Successful revalidations (TSucRev) Total number of times stored content was successfully revalidated by a 304 Not Modified response from the origin.
Revalidations (Reval) Responses that an intervening cache revalidated with the integrated cache before serving, as determined by a Cache-Control: Max-Age header configurable in the integrated cache
Non-storable misses (NStrMiss) Cache misses for which the fetched response is not stored in the cache. These responses match policies with a NOCACHE action or are affected by Poll Every Time.
Storable misses (StrMiss) Cache misses for which the fetched response is stored in the cache before serving it to the client. Storable misses conform to a built-in or user-defined caching policy that contains a CACHE action.
Compressed bytes from cache (CmpBySer) Number of compressed bytes served from the cache
Byte hit ratio(%) (PByHit) Bytes served from the cache divided by total bytes served to the client. If compression is On in the Citrix ADC, this ratio may not reflect the bytes served by the compression module. If the compression is Off, this ratio is the same as cachePercentOriginBandwidthSaved.
Bytes served by cache (BySer) Total number of bytes served from the integrated cache
Bytes served by NetScaler (RespBy) Total number of HTTP response bytes served by Citrix ADC from both the origin and the cache
304 hit ratio(%) (Pct304Hit) 304 responses as a percentage of all responses that the Citrix ADC served.
Marker objects (NumMark) Marker objects created when a response exceeds the maximum or minimum size for entries in its content group or has not yet received the minimum number of hits required for items in its content group.
Origin bandwidth saved(%) (POrBan) Percentage of origin bandwidth saved, expressed as number of bytes served from the integrated cache divided by all bytes served. The assumption is that all compression is done in the Citrix ADC.
Hit ratio(%) (PctHit) Cache hits as percentage of the total number of requests
Misses (TotMiss) Intercepted HTTP requests requiring fetches from origin server.
Hits (TotHit) Responses served from the integrated cache. These responses match a policy with a CACHE action.
Requests (CacReq) Total cache hits plus total cache misses.
Cached objects (NumCac) Responses currently in integrated cache. Includes responses fully downloaded, in the process of being downloaded, and expired or flushed but not yet removed.
Hits being served (CacHit) This number should be close to the number of hits being served currently.
Misses being handled (CurMiss) Responses fetched from the origin and served from the cache. Should approximate storable misses. Does not include non-storable misses.
Non-304 hits (Non304Hit) Total number of full (non-304) responses served from the cache. A 304 status code indicates that a response has not been modified since the last time it was served
304 hits (304Hit) Object not modified responses served from the cache. (Status code 304 served instead of the full response.)
sql hits (sqlHit) sql response served from cache
Expire at last byte (ExpLa) Instances of content expiring immediately after receiving the last body byte due to the Expire at Last Byte setting for the content group.
Flashcache misses (FlMi) Number of requests to a content group with flash cache enabled that were cache misses. Flash cache distributes the response to all the clients in aqueue.
Flashcache hits (FlHi) Number of requests to a content group with flash cache enabled that were cache hits. The flash cache setting queues requests that arrive simultaneously and distributes the response to all the clients in the queue.
Parameterized inval requests (PInReq) Requests matching a policy with an invalidation (INVAL) action and a content group that uses an invalidation selector or parameters.
Full inval requests (NPInReq) Requests that match an invalidation policy where the invalGroups parameter is configured and expires one or more content groups.
Inval requests (INStrMis) Requests that match an invalidation policy and result in expiration of specific cached responses or entire content groups.
Parameterized requests (PReq) Total number of requests where the content group has hit and invalidation parameters or selectors.
Parameterized non-304 hits (PN304Hit) Parameterized requests resulting in a full response (not status code 304: Object Not Updated) served from the cache.
Parameterized 304 hits (P304Hit) Parameterized requests resulting in an object not modified (status code 304) response.
Poll every time requests (PeReq) Requests that triggered a search of a content group that has Poll Every Time (PET) enabled (always consult the origin server before serving cached data).
Memory allocation failures (ErrMem) Total number of times the cache failed to allocate memory to store responses.
Largest response so far(B) (LarResp) Size, in bytes, of largest response sent to client from the cache or the origin server.
Compressed bytes transmitted Number of bytes the Citrix ADC sends to the client after compressing the response from the server.
Compressible bytes received Number of bytes that can be compressed, which the Citrix ADC receives from the server. This gives the content length of the response that the Citrix ADC receives from server.
Response bytes received (HTRspbRx) Total number of bytes of HTTP response data received.
Related Commands
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.