网上的蜘蛛
分类: 系统运维
2008-07-13 22:16:36
$ns use-newtrace ;# use the new wireless trace file format(新的 trace 用法)
ex→
s
-t 163.001503520 -Hs 0 -Hd -2 -Ni 0 -Nx 350.00 -Ny 500.00 -Nz 0.00 -Ne
-1.000000 -Nl AGT -Nw --- -Ma 0 -Md 0 -Ms 0 -Mt 0 -Is 0.0 -Id 2.0 -It
cbr -Il 200 -If 1 -Ii 77 -Iv 32 -Pn cbr -Pi 32 -Pf 0 -Po 2
// ####################################################-#######
第一欄位︰event type (事件類型)
s︰send (傳送) r︰receive (接收)
d︰drop (丟棄) f︰forward (轉送)
特別類型 m︰move (移動)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二欄位︰general flag
-t︰time (時間)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三欄位︰ 此時模擬的時間
// -----------------------------------------------------------------------------------------------
// ###########################################################
第四欄位︰Next hop info (下一站的資訊)
-Hs︰id for this node (此節點編號)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第五欄位︰ 節點編號
// -----------------------------------------------------------------------------------------------
// ###########################################################
第六欄位︰Next hop info (下一站的資訊)
-Hd︰id for next hop towards the destination (下一站大約的距離)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第七欄位︰ 節點編號
// -----------------------------------------------------------------------------------------------
// ###########################################################
第八欄位︰Node property type tag (節點屬性類型標籤)
-Ni︰node id (節點ID)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第九欄位︰ 節點編號
// -----------------------------------------------------------------------------------------------
// ###########################################################
第十欄位︰Node property type tag (節點屬性類型標籤)
-Nx︰x coordinate (x軸座標)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第十一欄位︰ x軸座標
// -----------------------------------------------------------------------------------------------
// ###########################################################
第十二欄位︰Node property type tag (節點屬性類型標籤)
-Ny︰y coordinate (y軸座標)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第十三欄位︰ y軸座標
// -----------------------------------------------------------------------------------------------
// ###########################################################
第十四欄位︰Node property type tag (節點屬性類型標籤)
-Nz︰z coordinate (z軸座標)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第十五欄位︰ z軸座標
// -----------------------------------------------------------------------------------------------
// ###########################################################
第十六欄位︰Node property type tag (節點屬性類型標籤)
-Ne︰node energy level (節點能量)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第十七欄位︰ 能量值
// -----------------------------------------------------------------------------------------------
// ###########################################################
第十八欄位︰Node property type tag (節點屬性類型標籤)
-Nl︰trace level-- such as AGT | RTR | MAC (網路層級)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第十九欄位︰ Trace level(應用層、路由層、mac層)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二十欄位︰Node property type tag (節點屬性類型標籤)
-Nw︰reason for the event (事件發生原因)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二一欄位︰ 事件發生原因!?
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二二欄位︰packet info at MAC level (封包在Mac層的資訊)
-Ma︰duration (持續時間!?)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二三欄位︰ 持續時間值(16進位)!?
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二四欄位︰packet info at MAC level (封包在Mac層的資訊)
-Md︰dest's ethernet address (目的地的乙太網路位址)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二五欄位︰ 網卡位址!?
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二六欄位︰packet info at MAC level (封包在Mac層的資訊)
-Ms︰src's ethernet address (來源端的乙太網路位址)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二七欄位︰ 節點編號!?
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二八欄位︰packet info at MAC level (封包在Mac層的資訊)
-Mt︰ethernet type (乙太網路型態!?)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第二九欄位︰ !?
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三十欄位︰Packet information at IP level (封包在IP層的資訊)
-Is︰source address.Source port number (來源位置)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三一欄位︰ a.b (a為節點ID、b為埠號)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三二欄位︰Packet information at IP level (封包在IP層的資訊)
-Id︰dest address.dest port number (目的位置)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三三欄位︰ a.b (a為節點ID、b為埠號)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三四欄位︰Packet information at IP level (封包在IP層的資訊)
-It︰packet type (封包類型)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三五欄位︰ 此封包的型態,ex→ message、tcp、AODV …
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三六欄位︰Packet information at IP level (封包在IP層的資訊)
-Il︰packet size (封包大小)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三七欄位︰ 封包傳送的大小值
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三八欄位︰Packet information at IP level (封包在IP層的資訊)
-If︰flow id (資料流ID)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第三九欄位︰ 節點編號!?
// -----------------------------------------------------------------------------------------------
// ###########################################################
第四十欄位︰Packet information at IP level (封包在IP層的資訊)
-Ii︰unique id (唯一的ID編號)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第四一欄位︰ 節點編號!?
// -----------------------------------------------------------------------------------------------
// ###########################################################
第四二欄位︰Packet information at IP level (封包在IP層的資訊)
-Iv︰ttl value (Time To Live的值)
// -----------------------------------------------------------------------------------------------
// ###########################################################
第四三欄位︰ TTL 值
// -----------------------------------------------------------------------------------------------
-P 層︰封包在應用層的資訊,標籤會隨著應用程式不同而不同。(類型 ex→ ARP、TCP、Ad hoc Routing Protocol) 太多了,無法分析.......