Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions manifests/deepflow-docker-compose/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# DeepFlow STANDALONE mode docker-compose deployment package

## System Requirements

Before deploying DeepFlow using Docker Compose, ensure your system meets the following minimum requirements:

| Resource | Minimum | Recommended |
|----------|---------|-------------|
| CPU | 4 cores | 8+ cores |
| Memory | 8 GB | 16+ GB |
| Disk | 100 GB | 200+ GB |

### Disk Space Details

DeepFlow stores data in the following directories under `/opt/deepflow/`:

- `/opt/deepflow/mysql/` - MySQL database files
- `/opt/deepflow/clickhouse/` - ClickHouse metadata and indexes
- `/opt/deepflow/clickhouse_storage/` - ClickHouse data storage (primary data location)
- `/opt/deepflow/grafana/` - Grafana dashboards, plugins, and provisioning

The actual disk usage depends on:
- Data retention period
- Traffic volume being monitored
- Number of agents reporting data

For production environments with high traffic volumes, consider allocating 500+ GB of disk space.

## Usage

```console
Expand Down