This is an automated email from the ASF dual-hosted git repository.

zhengqiwei pushed a commit to branch i18n_japanese_redis_cluster
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/i18n_japanese_redis_cluster by 
this push:
     new 93e45e3e8 [doc] add japanese i18n in app-redis_cluster.yml
93e45e3e8 is described below

commit 93e45e3e81b315bab984b736a7df90f1903bcbb0
Author: Calvin <[email protected]>
AuthorDate: Sun Aug 17 11:55:37 2025 +0800

    [doc] add japanese i18n in app-redis_cluster.yml
---
 .../main/resources/define/app-redis_cluster.yml    | 221 +++++++++++++++++++++
 1 file changed, 221 insertions(+)

diff --git a/hertzbeat-manager/src/main/resources/define/app-redis_cluster.yml 
b/hertzbeat-manager/src/main/resources/define/app-redis_cluster.yml
index a998e899b..b41f2c4ed 100644
--- a/hertzbeat-manager/src/main/resources/define/app-redis_cluster.yml
+++ b/hertzbeat-manager/src/main/resources/define/app-redis_cluster.yml
@@ -21,11 +21,13 @@ app: redis_cluster
 name:
   zh-CN: Redis Cluster
   en-US: Redis Cluster
+  ja-JP: Redis クラスター
 # The description and help of this monitoring type
 help:
   zh-CN: Hertzbeat 对 Redis 集群 的通用指标进行采集监控。<br>您可以点击 “<i>新建 Redis Cluster</i>” 
并进行配置,或者选择“<i>更多操作</i>”,导入已有配置。
   en-US: Hertzbeat monitors Redis Database Cluster's general performance 
metrics. You could click the "<i>New Redis Cluster</i>" button and proceed with 
the configuration or import an existing setup through the "<i>More Actions</i>" 
menu.
   zh-TW: Hertzbeat 對 Redis 集群 的通用指標進行采集監控。<br>您可以點擊 “<i>新建 Redis Cluster</i>” 
並進行配置,或者選擇“<i>更多操作</i>”,導入已有配置。
+  ja-JP: Hertzbeat は Redis クラスターの一般的なパフォーマンスのメトリクスを監視します。<br>「<i>新規 Redis 
クラスター</i>」をクリックしてパラメタを設定した後、新規することができます。
 helpLink:
   zh-CN: https://hertzbeat.apache.org/zh-cn/docs/help/redis_cluster
   en-US: https://hertzbeat.apache.org/docs/help/redis_cluster
@@ -37,6 +39,7 @@ params:
     name:
       zh-CN: 目标Host
       en-US: Target Host
+      ja-JP: 目標ホスト
     # type-param field type(most mapping the html input type)
     type: host
     # required-true or false
@@ -47,6 +50,7 @@ params:
     name:
       zh-CN: 端口
       en-US: Port
+      ja-JP: ポート
     # type-param field type(most mapping the html input type)
     type: number
     # when type is number, range is required
@@ -61,6 +65,7 @@ params:
     name:
       zh-CN: 查询超时时间(ms)
       en-US: Query Timeout(ms)
+      ja-JP: クエリタイムアウト(ms)
     # type-param field type(most mapping the html input type)
     type: number
     # when type is number, range is required
@@ -75,6 +80,7 @@ params:
     name:
       zh-CN: 用户名
       en-US: Username
+      ja-JP: ユーザー名
     # type-param field type(most mapping the html input type)
     type: text
     # when type is text, use limit to limit string length
@@ -87,6 +93,7 @@ params:
     name:
       zh-CN: 密码
       en-US: Password
+      ja-JP: パスワード
     # type-param field type(most mapping the html input tag)
     type: password
     # required-true or false
@@ -97,6 +104,7 @@ params:
     name:
       zh-CN: 模式
       en-US: Pattern
+      ja-JP: パターン
     # type-param field type(most mapping the html input type)
     type: number
     # required-true or false
@@ -109,6 +117,7 @@ params:
     name:
       zh-CN: 是否启用SSH隧道
       en-US: Enable SSH Tunnel
+      ja-JP: SSHトンネルの有効化
     type: boolean
     required: true
     hide: true
@@ -116,6 +125,7 @@ params:
     name:
       zh-CN: SSH Host
       en-US: SSH Host
+      ja-JP: SSHホスト
     type: text
     required: false
     placeholder: 'When Enable SSH Tunnel'
@@ -124,6 +134,7 @@ params:
     name:
       zh-CN: SSH端口
       en-US: SSH Port
+      ja-JP: SSHポート
     type: number
     range: '[0,65535]'
     required: false
@@ -134,6 +145,7 @@ params:
     name:
       zh-CN: SSH超时时间(ms)
       en-US: SSH Timeout(ms)
+      ja-JP: SSHタイムアウト(ms)
     type: number
     required: false
     range: '[400,200000]'
@@ -143,6 +155,7 @@ params:
     name:
       zh-CN: SSH用户名
       en-US: SSH Username
+      ja-JP: SSHユーザー名
     type: text
     required: false
     placeholder: 'When Enable SSH tunnel'
@@ -151,6 +164,7 @@ params:
     name:
       zh-CN: SSH密码
       en-US: SSH Password
+      ja-JP: SSHパスワード
     type: password
     required: false
     hide: true
@@ -158,6 +172,7 @@ params:
     name:
       zh-CN: 是否共享SSH连接
       en-US: Share SSH Connection
+      ja-JP: SSH接続共有
     type: boolean
     required: true
     defaultValue: true
@@ -166,6 +181,7 @@ params:
     name:
       zh-CN: SSH私钥
       en-US: SSH PrivateKey
+      ja-JP: SSH秘密鍵
     type: textarea
     placeholder: -----BEGIN RSA PRIVATE KEY-----
     required: false
@@ -174,6 +190,7 @@ params:
     name:
       zh-CN: SSH密钥短语
       en-US: SSH PrivateKey PassPhrase
+      ja-JP: SSH秘密鍵フレーズ
     type: password
     required: false
     hide: true
@@ -182,6 +199,10 @@ metrics:
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 0
+    i18n:
+      zh-CN: 服务器信息
+      en-US: Server
+      ja-JP: サーバー情報
     fields:
       # field-metric name, type-metric type(0-number,1-string), unit-metric 
unit('%','ms','MB'), label-whether it is a metrics label field
       - field: identity
@@ -189,121 +210,145 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: redis_version
         type: 1
         i18n:
           zh-CN: Redis 版本
           en-US: Redis Version
+          ja-JP: Redisバージョン
       - field: redis_git_sha1
         type: 0
         i18n:
           zh-CN: Redis Git SHA1
           en-US: Redis Git SHA1
+          ja-JP: Redis Git SHA1
       - field: redis_git_dirty
         type: 0
         i18n:
           zh-CN: Redis Git Dirty
           en-US: Redis Git Dirty
+          ja-JP: RedisサーバーのGitリポジトリ状態
       - field: redis_build_id
         type: 1
         i18n:
           zh-CN: Redis 构建 ID
           en-US: Redis Build ID
+          ja-JP: Redis ビルド Id
       - field: redis_mode
         type: 1
         i18n:
           zh-CN: Redis 模式
           en-US: Redis Mode
+          ja-JP: Redis モード
       - field: os
         type: 1
         i18n:
           zh-CN: 操作系统
           en-US: Operating System
+          ja-JP: オーエス
       - field: arch_bits
         type: 0
         i18n:
           zh-CN: 架构位数
           en-US: Architecture Bits
+          ja-JP: アーキテクチャ
       - field: multiplexing_api
         type: 1
         i18n:
           zh-CN: 多路复用 API
           en-US: Multiplexing API
+          ja-JP: IO多重化API
       - field: atomicvar_api
         type: 1
         i18n:
           zh-CN: 原子变量 API
           en-US: Atomicvar API
+          ja-JP: 原子操作API
       - field: gcc_version
         type: 1
         i18n:
           zh-CN: GCC 版本
           en-US: GCC Version
+          ja-JP: GCC バージョン
       - field: process_id
         type: 0
         i18n:
           zh-CN: 进程 ID
           en-US: Process ID
+          ja-JP: プロセスID
       - field: process_supervised
         type: 1
         i18n:
           zh-CN: 进程监控
           en-US: Process Supervised
+          ja-JP: プロセスの監視方法
       - field: run_id
         type: 1
         i18n:
           zh-CN: 运行 ID
           en-US: Run ID
+          ja-JP: Run ID
       - field: tcp_port
         type: 0
         i18n:
           zh-CN: TCP 端口
           en-US: TCP Port
+          ja-JP: TCP ポート
       - field: server_time_usec
         type: 0
         i18n:
           zh-CN: 基于纪元的系统时间
           en-US: Server Time Usec
+          ja-JP: サーバーのタイムスタンプ
       - field: uptime_in_seconds
         type: 0
         i18n:
           zh-CN: 启动时间(秒)
           en-US: Uptime In Seconds
+          ja-JP: アップタイム(秒)
       - field: uptime_in_days
         type: 0
         i18n:
           zh-CN: 启动时间(天)
           en-US: Uptime In Days
+          ja-JP: アップタイム(日)
       - field: hz
         type: 0
         i18n:
           zh-CN: 定时器频率
           en-US: HZ
+          ja-JP: イベントの実行頻度
       - field: configured_hz
         type: 0
         i18n:
           zh-CN: 配置的定时器频率
           en-US: Configured HZ
+          ja-JP: 設定されたイベントの実行頻度
       - field: lru_clock
         type: 0
         i18n:
           zh-CN: LRU 时钟
           en-US: LRU Clock
+          ja-JP: LRU クロック
       - field: executable
         type: 1
         i18n:
           zh-CN: 可执行文件
           en-US: Executable
+          ja-JP: サーバーの実行パス
       - field: config_file
         type: 1
         i18n:
           zh-CN: 配置文件
           en-US: Config File
+          ja-JP: 設定されたサーバーの実行ファイル
       - field: io_threads_active
         type: 0
         i18n:
           zh-CN: IO 线程活跃数
           en-US: IO Threads Active
+          ja-JP: 活動中のスレッド数
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: redis
     # the config content when protocol is redis
@@ -335,6 +380,7 @@ metrics:
     i18n:
       zh-CN: 客户端
       en-US: Clients
+      ja-JP: クライアント情報
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 1
@@ -345,46 +391,55 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: connected_clients
         type: 0
         i18n:
           zh-CN: 已连接客户端
           en-US: Connected Clients
+          ja-JP: 現在接続されているクライアントの数
       - field: cluster_connections
         type: 0
         i18n:
           zh-CN: 集群连接数
           en-US: Cluster Connections
+          ja-JP: クラスター内の接続数
       - field: maxclients
         type: 0
         i18n:
           zh-CN: 最大客户端数
           en-US: Maxclients
+          ja-JP: 最大クライアント数
       - field: client_recent_max_input_buffer
         type: 0
         i18n:
           zh-CN: 客户端最近最大输入缓冲区
           en-US: Client Recent Max Input Buffer
+          ja-JP: クライアントの最近の最大入力バッファサイズ
       - field: client_recent_max_output_buffer
         type: 0
         i18n:
           zh-CN: 客户端最近最大输出缓冲区
           en-US: Client Recent Max Output Buffer
+          ja-JP: クライアントの最近の最大出力バッファサイズ
       - field: blocked_clients
         type: 0
         i18n:
           zh-CN: 阻塞客户端
           en-US: Blocked Clients
+          ja-JP: ブロックされたクライアント数
       - field: tracking_clients
         type: 0
         i18n:
           zh-CN: 跟踪客户端
           en-US: Tracking Clients
+          ja-JP: トラッキングを使用するクライアントの数
       - field: clients_in_timeout_table
         type: 0
         i18n:
           zh-CN: 超时表中的客户端
           en-US: Clients In Timeout Table
+          ja-JP: タイムアウトテーブル内のクライアント数
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: redis
     # the config content when protocol is redis
@@ -415,6 +470,7 @@ metrics:
     i18n:
       zh-CN: 内存
       en-US: Memory
+      ja-JP: メモリ情報
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 2
@@ -425,220 +481,262 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: used_memory
         type: 0
         i18n:
           zh-CN: 已使用内存
           en-US: Used Memory
+          ja-JP: 使用したメモリ(バイト)
       - field: used_memory_human
         type: 0
         i18n:
           zh-CN: 已使用内存 (人类可读)
           en-US: Used Memory Human
+          ja-JP: 使用したメモリ
         unit: MB
       - field: used_memory_rss
         type: 0
         i18n:
           zh-CN: 已使用内存 RSS
           en-US: Used Memory RSS
+          ja-JP: 使用した物理メモリ(バイト)
       - field: used_memory_rss_human
         type: 0
         i18n:
           zh-CN: 已使用内存 RSS (人类可读)
           en-US: Used Memory RSS Human
+          ja-JP: 使用した物理メモリ
         unit: MB
       - field: used_memory_peak
         type: 0
         i18n:
           zh-CN: 内存使用峰值
           en-US: Used Memory Peak
+          ja-JP: 使用したメモリの最大値(バイト)
       - field: used_memory_peak_human
         type: 0
         i18n:
           zh-CN: 内存使用峰值 (人类可读)
           en-US: Used Memory Peak Human
+          ja-JP: 使用したメモリの最大値
         unit: MB
       - field: used_memory_peak_perc
         type: 0
         i18n:
           zh-CN: 内存使用峰值百分比
           en-US: Used Memory Peak Perc
+          ja-JP: メモリの最大使用率
         unit: '%'
       - field: used_memory_overhead
         type: 0
         i18n:
           zh-CN: 内存开销
           en-US: Used Memory Overhead
+          ja-JP: オーバーヘッドのメモリ使用量
       - field: used_memory_startup
         type: 0
         i18n:
           zh-CN: 启动时内存使用
           en-US: Used Memory Startup
+          ja-JP: 起動時に使用したメモリ量
       - field: used_memory_dataset
         type: 0
         i18n:
           zh-CN: 数据集内存使用
           en-US: Used Memory Dataset
+          ja-JP: データセットが使用中のメモリ量
       - field: used_memory_dataset_perc
         type: 0
         i18n:
           zh-CN: 数据集内存使用百分比
           en-US: Used Memory Dataset Perc
+          ja-JP: データセットが使用中のメモリ率
         unit: '%'
       - field: allocator_allocated
         type: 0
         i18n:
           zh-CN: 分配器已分配内存
           en-US: Allocator Allocated
+          ja-JP: 実際に割り当てられたメモリ量
       - field: allocator_active
         type: 0
         i18n:
           zh-CN: 分配器活跃内存
           en-US: Allocator Active
+          ja-JP: メモリ割り当て器がオーエスに要求したメモリ量
       - field: allocator_resident
         type: 0
         i18n:
           zh-CN: 分配器驻留内存
           en-US: Allocator Resident
+          ja-JP: メモリ割り当て器が実際に使用中のメモリ量
       - field: total_system_memory
         type: 0
         i18n:
           zh-CN: 系统总内存
           en-US: Total System Memory
+          ja-JP: 使用可能なシステムメモリの合計(バイト)
       - field: total_system_memory_human
         type: 0
         i18n:
           zh-CN: 系统总内存 (人类可读)
           en-US: Total System Memory Human
+          ja-JP: 使用可能なシステムメモリの合計
         unit: GB
       - field: used_memory_lua
         type: 0
         i18n:
           zh-CN: Lua 脚本内存使用
           en-US: Used Memory Lua
+          ja-JP: Luaスクリプトが使用中のメモリの量(バイト)
       - field: used_memory_lua_human
         type: 0
         i18n:
           zh-CN: Lua 脚本内存使用 (人类可读)
           en-US: Used Memory Lua Human
+          ja-JP: Luaスクリプトが使用しているメモリの量
         unit: KB
       - field: used_memory_scripts
         type: 0
         i18n:
           zh-CN: 脚本内存使用
           en-US: Used Memory Scripts
+          ja-JP: キャッシュされたLuaスクリプトのメモリ量(バイト)
       - field: used_memory_scripts_human
         type: 0
         i18n:
           zh-CN: 脚本内存使用 (人类可读)
           en-US: Used Memory Scripts Human
+          ja-JP: キャッシュされているLuaスクリプトのメモリ量
         unit: KB
       - field: number_of_cached_scripts
         type: 0
         i18n:
           zh-CN: 缓存脚本数
           en-US: Number Of Cached Scripts
+          ja-JP: キャッシュされたLuaスクリプトの数
       - field: maxmemory
         type: 0
         i18n:
           zh-CN: 最大内存
           en-US: Maxmemory
+          ja-JP: メモリの最大容量(バイト)
       - field: maxmemory_human
         type: 0
         i18n:
           zh-CN: 最大内存 (人类可读)
           en-US: Maxmemory Human
+          ja-JP: メモリの最大容量
         unit: MB
       - field: maxmemory_policy
         type: 1
         i18n:
           zh-CN: 最大内存策略
           en-US: Maxmemory Policy
+          ja-JP: キーの削除ポリシー
       - field: allocator_frag_ratio
         type: 0
         i18n:
           zh-CN: 分配器碎片率
           en-US: Allocator Frag Ratio
+          ja-JP: メモリ割り当て器のメモリ断片化の比率
       - field: allocator_frag_bytes
         type: 0
         i18n:
           zh-CN: 分配器碎片字节
           en-US: Allocator Frag Bytes
+          ja-JP: メモリ割り当て器のメモリ断片化のバイト数
       - field: allocator_rss_ratio
         type: 0
         i18n:
           zh-CN: 分配器驻留内存比率
           en-US: Allocator Rss Ratio
+          ja-JP: メモリ割り当て器の物理メモリの比率
       - field: allocator_rss_bytes
         type: 0
         i18n:
           zh-CN: 分配器驻留内存字节
           en-US: Allocator Rss Bytes
+          ja-JP: メモリ割り当て器の実際に使用中の物理メモリのバイト数
       - field: rss_overhead_ratio
         type: 0
         i18n:
           zh-CN: RSS 开销比率
           en-US: Rss Overhead Ratio
+          ja-JP: 物理メモリオーバーヘッドの比率
       - field: rss_overhead_bytes
         type: 0
         i18n:
           zh-CN: RSS 开销字节
           en-US: Rss Overhead Bytes
+          ja-JP: 物理メモリオーバーヘッドのバイト数
       - field: mem_fragmentation_ratio
         type: 0
         i18n:
           zh-CN: 内存碎片率
           en-US: Mem Fragmentation Ratio
+          ja-JP: メモリ断片化の比率
       - field: mem_fragmentation_bytes
         type: 0
         i18n:
           zh-CN: 内存碎片字节
           en-US: Mem Fragmentation Bytes
+          ja-JP: メモリ断片化によって発生したバイト数
       - field: mem_not_counted_for_evict
         type: 0
         i18n:
           zh-CN: 不计入驱逐的内存
           en-US: Mem Not Counted For Evict
+          ja-JP: 強制抽出の対象ではないメモリの量
       - field: mem_replication_backlog
         type: 0
         i18n:
           zh-CN: 复制积压内存
           en-US: Mem Replication Backlog
+          ja-JP: 複製バックログが使用中のメモリの量
       - field: mem_clients_slaves
         type: 0
         i18n:
           zh-CN: 从节点客户端数
           en-US: Mem Clients Slaves
+          ja-JP: スレーブクライアントが使用中のメモリの量
       - field: mem_clients_normal
         type: 0
         i18n:
           zh-CN: 普通客户端数
           en-US: Mem Clients Normal
+          ja-JP: クライアントが使用中のメモリの量
       - field: mem_aof_buffer
         type: 0
         i18n:
           zh-CN: AOF 缓冲区内存
           en-US: Mem Aof Buffer
+          ja-JP: AOFバッファで使用中のメモリ量
       - field: mem_allocator
         type: 1
         i18n:
           zh-CN: 内存分配器
           en-US: Mem Allocator
+          ja-JP: メモリ割り当て器
       - field: active_defrag_running
         type: 0
         i18n:
           zh-CN: 活跃碎片整理运行中
           en-US: Active Defrag Running
+          ja-JP: アクティブなデフラグ操作のステータス
       - field: lazyfree_pending_objects
         type: 0
         i18n:
           zh-CN: 懒惰释放待处理对象
           en-US: Lazyfree Pending Objects
+          ja-JP: Lazyfree作業が保留中のオブジェクトの数
       - field: lazyfreed_objects
         type: 0
         i18n:
           zh-CN: 懒惰释放对象
           en-US: Lazyfreed Objects
+          ja-JP: Lazyfre作業で解除されたオブジェクトの数
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: redis
     # the config content when protocol is redis
@@ -669,6 +767,7 @@ metrics:
     i18n:
       zh-CN: 持久化
       en-US: Persistence
+      ja-JP: 永続化情報
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 3
@@ -679,121 +778,145 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: loading
         type: 0
         i18n:
           zh-CN: 加载中
           en-US: Loading
+          ja-JP: データロード有無
       - field: current_cow_size
         type: 0
         i18n:
           zh-CN: 当前 COW 大小
           en-US: Current Cow Size
+          ja-JP: 現在COWのサイズ
       - field: current_cow_size_age
         type: 0
         i18n:
           zh-CN: 当前 COW 大小年龄
           en-US: Current Cow Size Age
+          ja-JP: 現在COWのサイズスパン
       - field: current_fork_perc
         type: 0
         i18n:
           zh-CN: 当前 Fork 百分比
           en-US: Current Fork Perc
+          ja-JP: 現在のフォーク作業の進行率
       - field: current_save_keys_processed
         type: 0
         i18n:
           zh-CN: 当前保存键处理
           en-US: Current Save Keys Processed
+          ja-JP: 現在の保存作業で処理されたキーの数
       - field: current_save_keys_total
         type: 0
         i18n:
           zh-CN: 当前保存键总数
           en-US: Current Save Keys Total
+          ja-JP: 現在の保存作業で処理するキー数の合計
       - field: rdb_changes_since_last_save
         type: 0
         i18n:
           zh-CN: 上次保存后的更改
           en-US: Rdb Changes Since Last Save
+          ja-JP: RDBファイルを最後に保存して以来、入力されたデータ件数
       - field: rdb_bgsave_in_progress
         type: 0
         i18n:
           zh-CN: RDB 后台保存中
           en-US: Rdb Bgsave In Progress
+          ja-JP: バックグラウンドRDBの保存作業が進行中
       - field: rdb_last_save_time
         type: 0
         i18n:
           zh-CN: RDB 上次保存时间
           en-US: Rdb Last Save Time
+          ja-JP: 最後のRDB保存時刻
       - field: rdb_last_bgsave_status
         type: 1
         i18n:
           zh-CN: RDB 上次后台保存状态
           en-US: Rdb Last Bgsave Status
+          ja-JP: 最後のRDB保存ステータス
       - field: rdb_last_bgsave_time_sec
         type: 0
         i18n:
           zh-CN: RDB 上次后台保存时间
           en-US: Rdb Last Bgsave Time
+          ja-JP: 最後のバックグラウンドRDB保存にかかった時間(秒)
       - field: rdb_current_bgsave_time_sec
         type: 0
         i18n:
           zh-CN: RDB 当前后台保存时间
           en-US: Rdb Current Bgsave Time
+          ja-JP: 現在バックグラウンドでRDBを保存している場合、保存開始から現在までの所要時間(秒)
       - field: rdb_last_cow_size
         type: 0
         i18n:
           zh-CN: RDB 上次 COW 大小
           en-US: Rdb Last Cow Size
+          ja-JP: 最後のRDB保存時点のCOWのサイズ
       - field: aof_enabled
         type: 0
         i18n:
           zh-CN: AOF 启用
           en-US: Aof Enabled
+          ja-JP: AOFの活性化状態の有無
       - field: aof_rewrite_in_progress
         type: 0
         i18n:
           zh-CN: AOF 重写中
           en-US: Aof Rewrite In Progress
+          ja-JP: バックグラウンドAOFの保存作業が進行中
       - field: aof_rewrite_scheduled
         type: 0
         i18n:
           zh-CN: AOF 重写周期
           en-US: Aof Rewrite Scheduled
+          ja-JP: AOF rewriteを実行する予定
       - field: aof_last_rewrite_time_sec
         type: 0
         i18n:
           zh-CN: AOF 上次重写时间
           en-US: Aof Last Rewrite Time
+          ja-JP: 最後のAOF rewriteにかかった時間(秒)
       - field: aof_current_rewrite_time_sec
         type: 0
         i18n:
           zh-CN: AOF 当前重写时间
           en-US: Aof Current Rewrite Time
+          ja-JP: 現在AOF rewriteにかかった時間(秒)
       - field: aof_last_bgrewrite_status
         type: 1
         i18n:
           zh-CN: AOF 上次后台重写状态
           en-US: Aof Last Bgrewrite Status
+          ja-JP: 最後のAOF rewriteのステータス
       - field: aof_last_write_status
         type: 1
         i18n:
           zh-CN: AOF 上次写入状态
           en-US: Aof Last Write Status
+          ja-JP: 最後のAOF書き込みのステータス
       - field: aof_last_cow_size
         type: 0
         i18n:
           zh-CN: AOF 上次 COW 大小
           en-US: Aof Last Cow Size
+          ja-JP: 最後のAOF rewrite時点のCOWのサイズ
       - field: module_fork_in_progress
         type: 0
         i18n:
           zh-CN: 模块 Fork 中
           en-US: Module Fork In Progress
+          ja-JP: モジュールフォークの進行有無
       - field: module_fork_last_cow_size
         type: 0
         i18n:
           zh-CN: 模块 Fork 上次 COW 大小
           en-US: Module Fork Last Cow Size
+          ja-JP: 最後のモジュールフォーク時点のCOWのサイズ
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: redis
     # the config content when protocol is redis
@@ -824,6 +947,7 @@ metrics:
     i18n:
       zh-CN: 统计
       en-US: Stats
+      ja-JP: 統計情報
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 4
@@ -834,196 +958,235 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: total_connections_received
         type: 0
         i18n:
           zh-CN: 收到总连接数
           en-US: Total Connections Received
+          ja-JP: サーバーの起動後に受信された合計接続数
       - field: total_commands_processed
         type: 0
         i18n:
           zh-CN: 处理总命令数
           en-US: Total Commands Processed
+          ja-JP: サーバーの起動後に処理した総コマンド数
       - field: instantaneous_ops_per_sec
         type: 0
         i18n:
           zh-CN: 每秒操作数
           en-US: Instantaneous Ops Per Sec
+          ja-JP: 1秒当たりに処理されたコマンドの数
       - field: total_net_input_bytes
         type: 0
         i18n:
           zh-CN: 网络总输入字节数
           en-US: Total Net Input Bytes
+          ja-JP: 受信されたネットワークバイトの合計数
       - field: total_net_output_bytes
         type: 0
         i18n:
           zh-CN: 网络总输出字节数
           en-US: Total Net Output Bytes
+          ja-JP: 転送されたネットワークバイトの合計数
       - field: instantaneous_input_kbps
         type: 0
         i18n:
           zh-CN: 瞬时的每秒输入 KB
           en-US: Instantaneous Input KB
+          ja-JP: 瞬間入力速度(kbps)
       - field: instantaneous_output_kbps
         type: 0
         i18n:
           zh-CN: 瞬时的每秒输出 KB
           en-US: Instantaneous Output KB
+          ja-JP: 瞬間出力速度(kbps)
       - field: rejected_connections
         type: 0
         i18n:
           zh-CN: 拒绝连接数
           en-US: Rejected Connections
+          ja-JP: maxclients制限で拒否された接続数
       - field: sync_full
         type: 0
         i18n:
           zh-CN: 同步全量
           en-US: Sync Full
+          ja-JP: 完全同期の回数
       - field: sync_partial_ok
         type: 0
         i18n:
           zh-CN: 同步部分成功
           en-US: Sync Partial Ok
+          ja-JP: 部分同期の回数
       - field: sync_partial_err
         type: 0
         i18n:
           zh-CN: 同步部分失败
           en-US: Sync Partial Err
+          ja-JP: 部分同期のエラー回数
       - field: expired_keys
         type: 0
         i18n:
           zh-CN: 过期键
           en-US: Expired Keys
+          ja-JP: expireコマンドで削除されたキーの数
       - field: expired_stale_perc
         type: 0
         i18n:
           zh-CN: 过期陈旧百分比
           en-US: Expired Stale Perc
+          ja-JP: 期限切れのステイルキーの比率
       - field: expired_time_cap_reached_count
         type: 0
         i18n:
           zh-CN: 达到过期时间上限计数
           en-US: Expired Time Cap Reached Count
+          ja-JP: 満了時間の制限に達した回数
       - field: expire_cycle_cpu_milliseconds
         type: 0
         i18n:
           zh-CN: 过期周期 CPU 毫秒
           en-US: Expire Cycle CPU Milliseconds
+          ja-JP: 満了サイクルでかかったCPU時間(ms)
       - field: evicted_keys
         type: 0
         i18n:
           zh-CN: 驱逐键
           en-US: Evicted Keys
+          ja-JP: メモリ不足で追放されたキーの数
       - field: keyspace_hits
         type: 0
         i18n:
           zh-CN: 命中键空间
           en-US: Keyspace Hits
+          ja-JP: キースペースのヒット数
       - field: keyspace_misses
         type: 0
         i18n:
           zh-CN: 未命中键空间
           en-US: Keyspace Misses
+          ja-JP: キースペースのミス数
       - field: pubsub_channels
         type: 0
         i18n:
           zh-CN: 发布订阅频道
           en-US: Pubsub Channels
+          ja-JP: 有効になっているPub/Subチャネルに接続されているチャネルの数
       - field: pubsub_patterns
         type: 0
         i18n:
           zh-CN: 发布订阅模式
           en-US: Pubsub Patterns
+          ja-JP: 有効になっているPub/Subパターンで接続されたパターンチャネルの数
       - field: latest_fork_usec
         type: 0
         i18n:
           zh-CN: 最新 Fork 微秒
           en-US: Latest Fork Usec
+          ja-JP: 最後のフォーク作業にかかった時間
       - field: total_forks
         type: 0
         i18n:
           zh-CN: 总 Fork 数
           en-US: Total Forks
+          ja-JP: 実行されたフォーク作業の合計数
       - field: migrate_cached_sockets
         type: 0
         i18n:
           zh-CN: 迁移缓存套接字
           en-US: Migrate Cached Sockets
+          ja-JP: マイグレーションされたソケット数
       - field: slave_expires_tracked_keys
         type: 0
         i18n:
           zh-CN: 从节点过期跟踪键
           en-US: Slave Expires Tracked Keys
+          ja-JP: スレーブで満了した、トラッキングされたキーの数
       - field: active_defrag_hits
         type: 0
         i18n:
           zh-CN: 活跃碎片整理命中
           en-US: Active Defrag Hits
+          ja-JP: アクティブなデフラグ操作中に発生したヒットの数
       - field: active_defrag_misses
         type: 0
         i18n:
           zh-CN: 活跃碎片整理未命中
           en-US: Active Defrag Misses
+          ja-JP: アクティブなデフラグ操作中に見逃したヒットの数
       - field: active_defrag_key_hits
         type: 0
         i18n:
           zh-CN: 活跃碎片整理键命中
           en-US: Active Defrag Key Hits
+          ja-JP: デフラグ操作でヒットしたキーの数
       - field: active_defrag_key_misses
         type: 0
         i18n:
           zh-CN: 活跃碎片整理键未命中
           en-US: Active Defrag Key Misses
+          ja-JP: デフラグ操作で見逃したキーの数
       - field: tracking_total_keys
         type: 0
         i18n:
           zh-CN: 跟踪键总数
           en-US: Tracking Total Keys
+          ja-JP: トラッキングされたキーの合計数
       - field: tracking_total_items
         type: 0
         i18n:
           zh-CN: 跟踪项总数
           en-US: Tracking Total Items
+          ja-JP: トラッキングされたアイテムの合計数
       - field: tracking_total_prefixes
         type: 0
         i18n:
           zh-CN: 跟踪前缀总数
           en-US: Tracking Total Prefixes
+          ja-JP: トラッキングされたプレフィックスの合計数
       - field: unexpected_error_replies
         type: 0
         i18n:
           zh-CN: 意外错误回复
           en-US: Unexpected Error Replies
+          ja-JP: 予期しないエラー応答の数
       - field: total_error_replies
         type: 0
         i18n:
           zh-CN: 总错误回复
           en-US: Total Error Replies
+          ja-JP: 発生したエラーの合計応答の数
       - field: dump_payload_sanitizations
         type: 0
         i18n:
           zh-CN: 转储有效负载深度完整性验证的总数
           en-US: Dump Payload Sanitizations
+          ja-JP: ダンプペイロードで実行された整理作業の数
       - field: total_reads_processed
         type: 0
         i18n:
           zh-CN: 总读取处理
           en-US: Total Reads Processed
+          ja-JP: 処理された読み取り作業の合計数
       - field: total_writes_processed
         type: 0
         i18n:
           zh-CN: 总写入处理
           en-US: Total Writes Processed
+          ja-JP: 処理された書き込み作業の合計数
       - field: io_threaded_reads_processed
         type: 0
         i18n:
           zh-CN: IO 线程读取处理
           en-US: Io Threaded Reads Processed
+          ja-JP: I/Oスレッドで処理された読み取り作業の数
       - field: io_threaded_writes_processed
         type: 0
         i18n:
           zh-CN: IO 线程写入处理
           en-US: Io Threaded Writes Processed
+          ja-JP: I/Oスレッドで処理された書き込み作業の数
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: redis
     # the config content when protocol is redis
@@ -1054,6 +1217,7 @@ metrics:
     i18n:
       zh-CN: 副本
       en-US: Replication
+      ja-JP: レプリケーション情報
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 5
@@ -1064,61 +1228,73 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: role
         type: 1
         i18n:
           zh-CN: 角色
           en-US: Role
+          ja-JP: ノード役割
       - field: connected_slaves
         type: 0
         i18n:
           zh-CN: 已连接从节点
           en-US: Connected Slaves
+          ja-JP: 接続されたスレーブの数
       - field: master_failover_state
         type: 1
         i18n:
           zh-CN: 主节点故障转移状态
           en-US: Master Failover State
+          ja-JP: マスターノードのフェイルオーバー処理の状態
       - field: master_replid
         type: 1
         i18n:
           zh-CN: 主节点复制 ID
           en-US: Master Replid
+          ja-JP: マスターノードのレプリケーションID
       - field: master_replid2
         type: 0
         i18n:
           zh-CN: 主节点复制 ID2
           en-US: Master Replid2
+          ja-JP: マスターノードのレプリケーションID2
       - field: master_repl_offset
         type: 0
         i18n:
           zh-CN: 主节点复制偏移量
           en-US: Master Repl Offset
+          ja-JP: マスターノードの複製におけるオフセット値
       - field: second_repl_offset
         type: 0
         i18n:
           zh-CN: 第二复制偏移量
           en-US: Second Repl Offset
+          ja-JP: マスタとセカンダリ間の複製におけるオフセット値
       - field: repl_backlog_active
         type: 0
         i18n:
           zh-CN: 复制积压活跃
           en-US: Repl Backlog Active
+          ja-JP: 複製バックログの状態
       - field: repl_backlog_size
         type: 0
         i18n:
           zh-CN: 复制积压大小
           en-US: Repl Backlog Size
+          ja-JP: 複製バックログのバイト数
       - field: repl_backlog_first_byte_offset
         type: 0
         i18n:
           zh-CN: 复制积压第一个字节偏移量
           en-US: Repl Backlog First Byte Offset
+          ja-JP: 複製バックログにおける最初のバイトのオフセット
       - field: repl_backlog_histlen
         type: 0
         i18n:
           zh-CN: 复制积压历史长度
           en-US: Repl Backlog Histlen
+          ja-JP: 複製バックログの履歴の長さ
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: redis
     # the config content when protocol is redis
@@ -1149,6 +1325,7 @@ metrics:
     i18n:
       zh-CN: CPU
       en-US: CPU
+      ja-JP: CPU情報
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 6
@@ -1159,36 +1336,43 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: used_cpu_sys
         type: 0
         i18n:
           zh-CN: 系统已使用 CPU
           en-US: Sys CPU Used
+          ja-JP: システムモードで使用されたCPUの合計時間
       - field: used_cpu_user
         type: 0
         i18n:
           zh-CN: 用户已使用 CPU
           en-US: User CPU Used
+          ja-JP: ユーザーモードで使用されたCPUの合計時間
       - field: used_cpu_sys_children
         type: 0
         i18n:
           zh-CN: Sys 子进程已使用 CPU
           en-US: Sys Children CPU Used
+          ja-JP: 子プロセスがシステムモードで使用したCPU時間
       - field: used_cpu_user_children
         type: 0
         i18n:
           zh-CN: 用户子进程已使用 CPU
           en-US: User Children CPU Used
+          ja-JP: 子プロセスがユーザーモードで使用したCPU時間
       - field: used_cpu_sys_main_thread
         type: 0
         i18n:
           zh-CN: 系统主线程已使用 CPU
           en-US: Sys Main Thread CPU Used
+          ja-JP: プロセスがシステムモードで使用したCPU時間
       - field: used_cpu_user_main_thread
         type: 0
         i18n:
           zh-CN: 用户主线程已使用 CPU
           en-US: User Main Thread CPU Used
+          ja-JP: プロセスがユーザーモードで使用したCPU時間
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: redis
     # the config content when protocol is redis
@@ -1219,6 +1403,7 @@ metrics:
     i18n:
       zh-CN: 错误统计
       en-US: Error Stats
+      ja-JP: エラー統計情報
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 8
@@ -1229,16 +1414,19 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: errorstat_ERR
         type: 1
         i18n:
           zh-CN: 错误统计 ERR
           en-US: Error Stats ERR
+          ja-JP: コマンド実行期間のエラー発生数
       - field: errorstat_MISCONF
         type: 1
         i18n:
           zh-CN: 错误统计 MISCONF
           en-US: Error Stats MISCONF
+          ja-JP: コマンド実行期間のmisconfエラー発生数
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: redis
     # the config content when protocol is redis
@@ -1269,6 +1457,7 @@ metrics:
     i18n:
       zh-CN: 集群
       en-US: Cluster
+      ja-JP: クラスター情報
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 9
@@ -1279,91 +1468,109 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: cluster_enabled
         type: 0
         i18n:
           zh-CN: 集群启用
           en-US: Cluster Enabled
+          ja-JP: クラスターの有効化
       - field: cluster_state
         type: 1
         i18n:
           zh-CN: 集群状态
           en-US: Cluster State
+          ja-JP: クラスター状態
       - field: cluster_slots_assigned
         type: 0
         i18n:
           zh-CN: 集群分配槽
           en-US: Cluster Slots Assigned
+          ja-JP: 割り当てられたスロットの総数
       - field: cluster_slots_ok
         type: 0
         i18n:
           zh-CN: 集群槽正常
           en-US: Cluster Slots Ok
+          ja-JP: すべてのスロットの状態
       - field: cluster_slots_pfail
         type: 0
         i18n:
           zh-CN: 集群槽部分失败
           en-US: Cluster Slots Pfail
+          ja-JP: PFAIL状態のハッシュスロットの数
       - field: cluster_slots_fail
         type: 0
         i18n:
           zh-CN: 集群槽失败
           en-US: Cluster Slots Fail
+          ja-JP: FAIL状態のハッシュスロットの数
       - field: cluster_known_nodes
         type: 0
         i18n:
           zh-CN: 集群已知节点
           en-US: Cluster Known Nodes
+          ja-JP: クラスター内のノード数
       - field: cluster_size
         type: 0
         i18n:
           zh-CN: 集群大小
           en-US: Cluster Size
+          ja-JP: マスターノードの数
       - field: cluster_current_epoch
         type: 0
         i18n:
           zh-CN: 集群当前 epoch
           en-US: Cluster Current Epoch
+          ja-JP: 現在のマスターのepoch値
       - field: cluster_my_epoch
         type: 0
         i18n:
           zh-CN: 集群我的 epoch
           en-US: Cluster My Epoch
+          ja-JP: 最後にリーダー選挙を行った時点を記録するepoch値
       - field: cluster_stats_messages_ping_sent
         type: 0
         i18n:
           zh-CN: 集群统计消息 ping 发送
           en-US: Cluster Stats Messages Ping Sent
+          ja-JP: PINGメッセージの転送回数
       - field: cluster_stats_messages_pong_sent
         type: 0
         i18n:
           zh-CN: 集群统计消息 pong 发送
           en-US: Cluster Stats Messages Pong Sent
+          ja-JP: PONGメッセージの転送回数
       - field: cluster_stats_messages_sent
         type: 0
         i18n:
           zh-CN: 集群统计消息发送
           en-US: Cluster Stats Messages Sent
+          ja-JP: メッセージの転送回数
       - field: cluster_stats_messages_ping_received
         type: 0
         i18n:
           zh-CN: 集群统计消息 ping 接收
           en-US: Cluster Stats Messages Ping Received
+          ja-JP: 受信されたPINGメッセージの総数
       - field: cluster_stats_messages_pong_received
         type: 0
         i18n:
           zh-CN: 集群统计消息 pong 接收
           en-US: Cluster Stats Messages Pong Received
+          ja-JP: 受信されたPONGメッセージの総数
       - field: cluster_stats_messages_meet_received
         type: 0
         i18n:
           zh-CN: 集群统计消息 meet 接收
           en-US: Cluster Stats Messages Meet Received
+          ja-JP: 受信されたmeetメッセージの総数
       - field: cluster_stats_messages_received
         type: 0
         i18n:
           zh-CN: 集群统计消息接收
           en-US: Cluster Stats Messages Received
+          ja-JP: 受信されたメッセージの総数
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: redis
     # the config content when protocol is redis
@@ -1394,6 +1601,7 @@ metrics:
     i18n:
       zh-CN: 命令统计
       en-US: Command Stats
+      ja-JP: コマンド統計情報
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 9
@@ -1404,56 +1612,67 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: cmdstat_set
         type: 1
         i18n:
           zh-CN: SET 命令统计
           en-US: SET COMMAND STAT
+          ja-JP: SET コマンド統計
       - field: cmdstat_get
         type: 1
         i18n:
           zh-CN: GET 命令统计
           en-US: GET COMMAND STAT
+          ja-JP: GET コマンド統計
       - field: cmdstat_setnx
         type: 1
         i18n:
           zh-CN: SETNX 命令统计
           en-US: SETNX COMMAND STAT
+          ja-JP: SETNX コマンド統計
       - field: cmdstat_hset
         type: 1
         i18n:
           zh-CN: HSET 命令统计
           en-US: HSET COMMAND STAT
+          ja-JP: HSET コマンド統計
       - field: cmdstat_hget
         type: 1
         i18n:
           zh-CN: HGET 命令统计
           en-US: HGET COMMAND STAT
+          ja-JP: HGET コマンド統計
       - field: cmdstat_lpush
         type: 1
         i18n:
           zh-CN: LPUSH 命令统计
           en-US: LPUSH COMMAND STAT
+          ja-JP: LPUSH コマンド統計
       - field: cmdstat_rpush
         type: 1
         i18n:
           zh-CN: RPUSH 命令统计
           en-US: RPUSH COMMAND STAT
+          ja-JP: RPUSH コマンド統計
       - field: cmdstat_lpop
         type: 1
         i18n:
           zh-CN: LPOP 命令统计
           en-US: LPOP COMMAND STAT
+          ja-JP: LPOP コマンド統計
       - field: cmdstat_rpop
         type: 1
         i18n:
           zh-CN: RPOP 命令统计
           en-US: RPOP COMMAND STAT
+          ja-JP: RPOP コマンド統計
       - field: cmdstat_llen
         type: 1
         i18n:
           zh-CN: LLEN 命令统计
           en-US: LLEN COMMAND STAT
+          ja-JP: LLEN コマンド統計
     # the protocol used for monitoring, eg: sql, ssh, http, telnet, wmi, snmp, 
sdk
     protocol: redis
     # the config content when protocol is redis
@@ -1485,6 +1704,7 @@ metrics:
     i18n:
       zh-CN: 键空间
       en-US: Keyspace
+      ja-JP: キー空間
     # metrics scheduling priority(0->127)->(high->low), metrics with the same 
priority will be scheduled in parallel
     # priority 0's metrics is availability metrics, it will be scheduled 
first, only availability metrics collect success will the scheduling continue
     priority: 9
@@ -1495,6 +1715,7 @@ metrics:
         i18n:
           zh-CN: 标识
           en-US: Identity
+          ja-JP: ID
       - field: db0
         type: 1
       - field: db1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to