fw ctl tcpstrstat

説明

TCP Streamingに関する統計レポートを作成します。

構文

fw [-d] ctl tcpstrstat

      [-p]

      [-r]

パラメータ

パラメータ

説明

-d

デバッグモードでコマンドを実行します。

コマンド自体のトラブルシューティングを行う場合のみ使用します。

ベストプラクティス- このパラメータを使用する場合、出力をファイルにリダイレクトするか、script コマンドを使用して CLI セッション全体を保存してください。

-p

冗長な統計情報を表示します。

-r

カウンターをリセットします。

例1 - デフォルトの出力

[Expert@MyGW:0]# fw ctl tcpstrstat
 
General Counters:
=================
 Connections:
   Concurrent num of connections .............  0
   Concurrent num of si connections ..........  0
 Packets:
   Total num of packets ......................  2567
   Total packets in bytes ....................  202394
   Concurrent num of async packets ...........  0
 Memory:
   Allocated memory in bytes .................  0
   Referenced skbuffs num ....................  0
   Referenced skbuffs size in bytes ..........  0
   External packet references.................  0
   Allocated memory per connection ...........  0
 Rejected packets/connections:
   Total num of rejected packets .............  0
 Dropped packets/connections:
   Total num of dropped packets ..............  0
 Stripped/Truncated packets:
   Total num of stripped packets .............  0
   Total num of truncated packets ............  0
 Paused packets:
   Total num of c2s|s2c paused packets .......  0 | 0
   Concurrent num of UDP held packets ........  0
 
Applications Counters:
======================
 Application Name: ASPII_MT
  Connections:
   Total num of connections ..................  954
   Concurrent num of connections .............  0
   Total num of c2s|s2c connections ..........  954 | 954
   Concurrent num of c2s|s2c connections .....  0 | 0
  Packets:
   Total num of c2s|s2c data packets .........  2567 | 0
   Total c2s|s2c data packets in bytes .......  130518 | 0
 
FastForward Counters:
=====================
  FF connection:
   Total num of c2s|s2c FFconns ..............  0 | 0
   Total num of c2s|s2c saved packets ........  0 | 0
   Total num of c2s|s2c bytes requests .......  0 | 0
   Total num of c2s|s2c saved bytes ..........  0 | 0
 
[Expert@MyGW:0]#

例2 - 冗長出力

[Expert@MyGW:0]# fw ctl tcpstrstat -p
 
General Counters:
=================
 Connections:
   Concurrent num of connections .............  0
   Concurrent num of si connections ..........  0
 Packets:
   Total num of packets ......................  2567
   Total packets in bytes ....................  202394
   Concurrent num of async packets ...........  0
 Memory:
   Allocated memory in bytes .................  0
   Referenced skbuffs num ....................  0
   Referenced skbuffs size in bytes ..........  0
   External packet references.................  0
   Allocated memory per connection ...........  0
 Rejected packets/connections:
   Total num of rejected packets .............  0
 Dropped packets/connections:
   Total num of dropped packets ..............  0
 Stripped/Truncated packets:
   Total num of stripped packets .............  0
   Total num of truncated packets ............  0
 Paused packets:
   Total num of c2s|s2c paused packets .......  0 | 0
   Concurrent num of UDP held packets ........  0
 
Exception statistics:
=============================
 Total num of urgent packets ......................  0
 Total num of invalid SYN retransmissions .........  0
 Total num of SYN sequences not initialized .......  0
 Total num of old packets outside window ..........  0
 Total num of old packets outside window truncate .  0
 Total num of old packets outside window strip ....  0
 Total num of new packets outside window ..........  0
 Total num of incorrect retransmissions ...........  0
 Total num of TCP packets with incorrect checksum .  0
 Total num of ACK on unprocessed data .............  0
 Total num of old ACK outside window ..............  0
 Max segments reached .............................  0
 No resources .....................................  0
 Hold timeout .....................................  0
 
Packets Manipulations:
=============================
 Total num of split packets .......................  0
 Total num of merge packets .......................  0
 Total num of shrink packets ......................  0
 
Opaque statistics:
=============================
 
 Release reference:
 End Handler ...........  954
 
Packet Expiration Counters:
=============================
 
Applications Counters:
======================
 Application Name: ASPII_MT
  Connections:
   Total num of connections ..................  954
   Concurrent num of connections .............  0
   Total num of c2s|s2c connections ..........  954 | 954
   Concurrent num of c2s|s2c connections .....  0 | 0
  Packets:
   Total num of c2s|s2c data packets .........  2567 | 0
   Total c2s|s2c data packets in bytes .......  130518 | 0
 
FastForward Counters:
=====================
  FF connection:
   Total num of c2s|s2c FFconns ..............  0 | 0
   Total num of c2s|s2c saved packets ........  0 | 0
   Total num of c2s|s2c bytes requests .......  0 | 0
   Total num of c2s|s2c saved bytes ..........  0 | 0
 
[Expert@MyGW:0]#