---
title: oee package
description: The oee package provides functions for calculating overall equipment effectiveness (OEE).
url: https://docs.influxdata.com/flux/v0/stdlib/experimental/oee/
estimated_tokens: 264
product: Flux
version: v0
---

# oee package

-   Flux 0.112.0+
-   View InfluxDB support

The `oee` package is experimental and [subject to change at any time](/flux/v0/stdlib/experimental/#experimental-packages-are-subject-to-change).

The `oee` package provides functions for calculating overall equipment effectiveness (OEE). Import the `experimental/oee` package:

```js
import "experimental/oee"
```

## Functions

-   [oee.APQ()](/flux/v0/stdlib/experimental/oee/apq/)
-   [oee.computeAPQ()](/flux/v0/stdlib/experimental/oee/computeapq/)
