From bc03ab6688e152e575267e5700613ac05997846f Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 7 Jan 2022 01:17:30 +0200 Subject: [PATCH] docs/vmctl.md: `make docs-sync` --- docs/vmctl.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/vmctl.md b/docs/vmctl.md index fd332ad8a..b1df62e8a 100644 --- a/docs/vmctl.md +++ b/docs/vmctl.md @@ -564,6 +564,15 @@ results such as `average`, `rate`, etc. If multiple labels needs to be added, set flag for each label, for example, `--vm-extra-label label1=value1 --vm-extra-label label2=value2`. If timeseries already have label, that must be added with `--vm-extra-label` flag, flag has priority and will override label value from timeseries. +### Rate limiting + +Limiting the rate of data transfer could help to reduce pressure on disk or on destination database. +The rate limit may be set in bytes-per-second via `--vm-rate-limit` flag. + +Please note, you can also use [vmagent](https://docs.victoriametrics.com/vmagent.html) +as a proxy between `vmctl` and destination with `-remoteWrite.rateLimit` flag enabled. + + ## How to build It is recommended using [binary releases](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) - `vmctl` is located in `vmutils-*` archives there.