--- title: Flux system package list_title: system package description: > The Flux `system` package provides functions for reading values from the system. Import the `system` package. aliases: - /influxdb/v2.0/reference/flux/functions/system/ - /influxdb/v2.0/reference/flux/stdlib/system/ - /influxdb/cloud/reference/flux/stdlib/system/ menu: flux_0_x_ref: name: system parent: Standard library weight: 11 flux/v0.x/tags: [system, functions, package] introduced: 0.18.0 --- The Flux `system` package provides functions for reading values from the system. Import the `system` package: ```js import "system" ``` ## Functions {{< children type="functions" show="pages" >}}