ADC CLI Commands

feo

The following operations can be performed on “feo”:

stat feo

Shows front end optimization performance statistics.

Synopsis

stat feo [-detail] [-fullValues] [-ntimes ] [-logFile ] [-clearstats ( basic | 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

Optimized cache objects (VcDn) Total number of optimized cache objects ready to be served.

Original cache objects (OcDn) Total number of original cache objects ready to be served.

Domain Sharded (DmShd) Total no of images whose domain has been set from shards.

Images lazy loaded (ImLzLd) Total number of images modified for lazy loading.

URI Replaced (UrRep) Total number of URI replaced.

Inlined Imgs in CSS (InCsIm) Total number of images inlined in CSS.

Inlined JS (InJs) Total number of inlined JS files.

Inlined CSS (InCs) Total number of inlined CSS files.

Inlined images (InIm) Total number of inlined images in HTML.

Data Savings in KB (DatSav) Total data savings in bytes.

HTML comments removed (HtmCmtR) The total number of HTML comments removed.

Cache extended (CacExt) The total number of objects cache extended.

CSS combined (CssComb) The total number of CSS combined.

Import to Links (ImpToLink) The total number of CSS imports converted to links

JS moved to end (JsMoved) The total number of JS moved to end.

CSS moved to head (CssMoved) The total number of CSS moved to head.

JS Minifed (JsMin) The total number of JS files minified.

CSS Minifed (CssMin) The total number of CSS files minified.

Images to Jpegxr (ImgToJxr) The total number of images converted to JPEGXR format.

Images to WebP (ImgToWebP) The total number of images converted to WEBP format.

JPEGs Optimized (JpegsOpt) The total number of JPEG format images optimized.

Gif to PNGs (GifToPng) The total number of images converted from GIF to PNG format.

Images Resized (ImgResz) The total number of images resized to dimensions in the tag.

feo