function: queue - SEILシリーズ ログ一覧

function queueとして記録されるログの一覧と解説です。

function:queue

全て開く/閉じる

level ログメッセージ
error cannot add class
説明

クラス情報の追加に失敗した。

error cannot add class to registry
説明

メモリ不足のためクラス情報を追加できなかった。

error cannot add filter
説明

フィルタ情報の追加に失敗した。(フィルタ名、クラス名及びシステム上のIDを表示)。

error cannot add filter to registry
説明

メモリ不足のためクラス情報を追加できなかった。

error cannot alloc conf
説明

メモリ不足のため設定を反映できなかった。

error cannot delete class
説明

クラス情報の削除に失敗した。(クラス名及びシステム上のIDを表示)。

error cannot delete filter
説明

フィルタ情報の削除に失敗した。(フィルタ名及びシステム上のIDを表示)。

error cannot disable cbq
説明

CBQ の無効化に失敗した。(インタフェース名を表示)。

error cannot enable cbq
説明

CBQ の有効化に失敗した。(インタフェース名を表示)。

error cannot initialize cbq
説明

CBQ の初期化に失敗した。

error cannot insert filter
説明

フィルタ情報の挿入に失敗した。(フィルタ名、クラス名及びシステム上のIDを表示)。

error cannot modify class
説明

クラス情報の変更に失敗した。(クラス名及びシステム上のIDを表示)。

error no such class to registry modify
説明

クラス情報の変更時に無効なクラス名を指定された。

error no such filter to registry modify
説明

クラス分けフィルタ情報の変更時に無効なフィルタ名を指定された。

error not found in registry: class
説明

CBQ の初期化時に指定されたクラスが存在しない。

error not found in registry: filter <filter>'s class
説明

CBQ の初期化時に指定されたフィルタ<filter>の属するクラスが存在しない。

warn class is too slow!!
説明

クラスに設定された帯域幅が小さすぎる。

クラスに設定された帯域幅が小さいため、微少な帯域を割り当てて処理を続行します。

warn maxq (<m>) is smaller than maxburst
説明

maxdelay から求めたキュー長 <m> が maxburst より短いため maxburst に拡張した。

最低限、maxburstだけのパケットが待機できるようにキュー長をmaxburstまで拡張します。

warn maxq (<m>) is too large. set to <n>
説明

maxdelay から求めたキュー長 <m> が長いため <n> に制限した。

キュー長の最大値は200パケットです。それ以上の値は最大値に制限されます。

warn maxq (<m>) is too small. set to <n>
説明

maxdelay から求めたキュー長 <m> が短すぎるため <n> に拡張した。

短すぎるキューでは通信に支障があります。最低限<n>に値を変更して処理を続行します。

info disabled cbq
説明

CBQ を無効化した。(インタフェース名を表示)。

info enabled cbq
説明

CBQ を有効化した。(インタフェース名を表示)。

info initialized cbq
説明

CBQ を初期化した。

debug added class
説明

クラス情報を追加した。(クラス名及びシステム上のIDを表示)。

debug added filter
説明

フィルタ情報を追加した。(フィルタ名、クラス名及びシステム上のIDを表示)。

debug deleted class
説明

クラス情報を削除した。(クラス名及びシステム上のIDを表示)。

debug deleted filter
説明

フィルタ情報を削除した。(フィルタ名及びシステム上のIDを表示)。

debug inserted filter
説明

フィルタ情報を挿入した。(フィルタ名、クラス名及びシステム上のIDを表示)。

debug modified class
説明

クラス情報を変更した。(クラス名及びシステム上のIDを表示)。