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>に値を変更して処理を続行します。
|
notice | == OLDER "queue" LOG MESSAGES WERE TRIMMED == | ログの記憶領域の制限により、function queueのこれ以前のログは破棄された。 |
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を表示)。 |