min - Find the smallest value in a set of numbers
The min
function will return the smallest number in the set of numbers it receives.
Syntax
Arguments
Name | Type | Required | Description |
---|---|---|---|
value | number | true | The first numerical value to test |
...values | number | true | All subsequent numerical values |
Example - Quickest latency
Consider the following document:
We want to understand the fastest latency per page. We can do this using the bottom
command, and the min
function.
This will give the 20 pages that had the single fastest response, as they appear in the log.
Theme
Light