Skip to content

Commit 1e99dc7

Browse files
committed
Remove description about RPC
We ended up removing RPC dump function. See also: fluent/fluentd#3680 Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
1 parent 487946b commit 1e99dc7

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

deployment/command-line-option.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ Then Fluentd dumps files as following. Each process id is automatically added to
210210

211211
As for non-Windows, you don't have to use this function because you can manually send SIGCONT to each process. Although you can use this function on non-Windows, this just sends SIGCONT to the supervisor process, so you can get only the status of the supervisor process.
212212

213-
The same feature is available in [RPC](rpc.md). On non-Windows, You can use this to easily get all processes' status.
214-
215213
## `fluent-cap-ctl`
216214

217215
Control Linux Capability for Fluentd. See [Linux Capability](linux-capability.md) article.

deployment/rpc.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ As evident from the output above, each endpoint returns a JSON object as its res
3030
| `/api/processes.interruptWorkers` | [SIGINT](signals.md#sigint-or-sigterm) | Stops the daemon. |
3131
| `/api/processes.killWorkers` | [SIGTERM](signals.md#sigint-or-sigterm) | Stops the daemon. |
3232
| `/api/processes.flushBuffersAndKillWorkers` | [SIGUSR1](signals.md#sigusr1) and [SIGTERM](signals.md#sigint-or-sigterm) | Flushes buffer and stops the daemon. |
33-
| `/api/processes.dump` | [SIGCONT](signals.md#sigcont) | Make all Fluentd processes dump their status. |
3433
| `/api/plugins.flushBuffers` | [SIGUSR1](signals.md#sigusr1) | Flushes the buffered messages. |
3534
| `/api/config.gracefulReload` | [SIGUSR2](signals.md#sigusr2) | Reloads configuration. |
3635
| `/api/config.reload` | [SIGHUP](signals.md#sighup) | Reloads configuration. |

deployment/trouble-shooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $ fluentd .. -vv
6565

6666
Fluentd uses [SIGDUMP](https://github.com/frsyuki/sigdump) for dumping fluentd internal information to a local file, e.g. thread dump, object allocation, etc. If you have a problem with fluentd like process hang, please send `SIGCONT` to fluentd parent and child processes.
6767

68-
On Windows, you can use [fluent-ctl](command-line-option.md#fluent-ctl) or [RPC](rpc.md).
68+
On Windows, you can use [fluent-ctl](command-line-option.md#fluent-ctl).
6969

7070
## High CPU Usage Issue
7171

0 commit comments

Comments
 (0)