...
* in log.access | count , avg Bytes Sent | group by url | display avg as Average Bytes in volume format
For each URL in the access log events, show the number of log events and the average of the Bytes Sent column. In the table, replace replaces the avg header with Average Bytes, and show shows the values in volume format in Bytes (default).
...
* in log.access | avg time taken | display avg in time format(“SEC”,”MIN”)
In the access log events, calculate calculates the average of the time taken column values, assume assumes that the input value is in seconds, and convert converts and display displays it in minutes.