diff --git a/docs/en/README.md b/docs/en/README.md index e502383e8089db83ee3c711cbab9c274622eed58..b6ad35fb89f885b259c9b402cb06fdb4068e772b 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -35,7 +35,7 @@ JuiceFS can simply and conveniently connect massive cloud storage directly to bi - [Use JuiceFS on macOS](juicefs_on_macos.md) - [Use JuiceFS on Windows](juicefs_on_windows.md) - [Use JuiceFS on Docker](juicefs_on_docker.md) - - [Use JuiceFS on Kubernetes](how_to_use_on_kubernetes.md) + - [Use JuiceFS on Kubernetes](how_to_use_on_kubernetes.md) - [Use JuiceFS on Hadoop](hadoop_java_sdk.md) - [JuiceFS enable S3 Gateway](s3_gateway.md) - [JuiceFS client compilation and upgrade](client_compile_and_upgrade.md) @@ -48,6 +48,7 @@ JuiceFS can simply and conveniently connect massive cloud storage directly to bi - [POSIX Compatibility](posix_compatibility.md) - [JuiceFS cache management](cache_management.md) - [JuiceFS operations profiling](operations_profiling.md) + - [JuiceFS performance statistics watcher](stats_watcher.md) - [JuiceFS fault diagnosis and analysis](fault_diagnosis_and_analysis.md) - [JuiceFS metrics](p8s_metrics.md) - [FUSE mount options](fuse_mount_options.md) diff --git a/docs/zh_cn/README.md b/docs/zh_cn/README.md index 597b7258054dbd54e48a63ea14a0538a1f52b7b0..0d6a6415a764e8e57c94c29ae87acd1d4c2844aa 100644 --- a/docs/zh_cn/README.md +++ b/docs/zh_cn/README.md @@ -46,6 +46,7 @@ JuiceFS 是一款高性能 [POSIX](https://en.wikipedia.org/wiki/POSIX) 文件 - [POSIX 兼容性](posix_compatibility.md) - [JuiceFS 缓存管理](cache_management.md) - [JuiceFS 性能诊断](operations_profiling.md) + - [JuiceFS 性能统计监控](stats_watcher.md) - [JuiceFS 故障诊断和分析](fault_diagnosis_and_analysis.md) - [JuiceFS 监控指标](p8s_metrics.md) - [FUSE 挂载选项](fuse_mount_options.md)