> ## Documentation Index
> Fetch the complete documentation index at: https://docs.incredibuild.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Analytics

The **Analytics** page gives an aggregate view of your builds over time - cache efficiency, build
duration, failures, compute time provided, and your longest tasks and builds.

<Frame>
  <img src="https://mintcdn.com/incredibuild-docs-migrated/PrV_Bzi7ghyoB_0s/images/ica/analytics/analytics.png?fit=max&auto=format&n=PrV_Bzi7ghyoB_0s&q=85&s=bc1294b35edd38d6a24300efeed2c274" alt="Analytics page with vCPU time, cache hit rate, build duration, failure trend, and longest tasks and builds" width="1412" height="942" data-path="images/ica/analytics/analytics.png" />
</Frame>

## Total vCPU time provided

The total compute time Incredibuild provided through distributed processing and cached results,
measured in virtual CPU hours. It breaks down into:

* **Remote cores** - processing time distributed to remote agents in your network.
* **From cache** - processing time saved by reusing previously computed results from Build Cache.
* **Avg. initiator cores** - the average number of cores on your initiating machines.

## Build Cache Hit Rate

How much cacheable work was served from cache over time - **Hit %** (green) versus **Miss %** (red).

## Avg. build duration

The average build duration over time.

## Failure trend

The build failure rate over time. The tooltip shows the failed-vs-total build counts behind each point.

## Longest tasks

The tasks that consumed the most time - with the task, its build, the agent that ran it, and how long
it took (including its share of the build's total duration).

## Longest builds

Your longest-running builds - with status, build title, initiator, and total duration.
