0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ion.logで見られるBundleの統計情報についての説明

1秒ごとのBundle Flowのログ

[2025/07/02-17:35:46] [x] src from 1970/01/01-09:00:00 to 2025/07/02-17:35:46: (0) 0 0 (1) 34 2176 (2) 0 0 (+) 34 2176
[2025/07/02-17:35:46] [x] fwd from 1970/01/01-09:00:00 to 2025/07/02-17:35:46: (0) 0 0 (1) 0 0 (2) 0 0 (+) 34 2176
[2025/07/02-17:35:46] [x] xmt from 1970/01/01-09:00:00 to 2025/07/02-17:35:46: (0) 0 0 (1) 34 2176 (2) 0 0 (+) 34 2176
[2025/07/02-17:35:46] [x] rcv from 1970/01/01-09:00:00 to 2025/07/02-17:35:46: (0) 34 2176 (1) 0 0 (2) 0 0 (+) 34 2176
[2025/07/02-17:35:46] [x] dlv from 1970/01/01-09:00:00 to 2025/07/02-17:35:46: (0) 0 0 (1) 0 0 (2) 0 0 (+) 0 0
[2025/07/02-17:35:46] [x] rfw from 1970/01/01-09:00:00 to 2025/07/02-17:35:46: (0) 0 0 (1) 0 0 (2) 0 0 (+) 0 0
[2025/07/02-17:35:46] [x] exp from 1970/01/01-09:00:00 to 2025/07/02-17:35:46: (0) 0 0 (1) 0 0 (2) 0 0 (+) 0 0

統計情報の見方

各行の統計情報のフォーマット:

(0) count bytes (1) count bytes (2) count bytes (+) total_count total_bytes
それぞれの意味:
  • (0): Bulk priority(低優先度)
  • (1): Normal priority(通常優先度)
  • (2): Expedited priority(高優先度)
  • (+): 全優先度の合計
各統計項目:
  • src (source): このノードから送信されたバンドル数とバイト数
  • fwd (forward): 他のノードに転送されたバンドル数とバイト数
  • xmt (transmit): 実際に送信されたバンドル数とバイト数
  • rcv (receive): 受信されたバンドル数とバイト数
  • dlv (deliver): 最終宛先として配信されたバンドル数とバイト数
  • rfw (reforward): 再転送されたバンドル数とバイト数
  • exp (expire): 期限切れで破棄されたバンドル数とバイト数
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?