vxworks Shell下常用的命令

來源:互聯網
上載者:User

轉載地址:http://blog.chinaunix.net/uid-25099259-id-3187481.html

VxWorks常用的命令

1.與任務相關的命令
sp function,[arg1],...,[arg9]
-啟動任務,最多接受9個參數,預設的優先順序100、堆棧20000位元組

period n,function,[arg1],...,[arg8]
-建立一個周期調用function的任務,周期為n秒,最多接受8個參數

repeat m,function,[arg1],...,[arg8]
-建立一個反覆調用function的任務,調用次數為m,m=0時永久調用,最多也是8個參數

ts tidX         -掛起任務
tr tidX         -恢複掛起的任務
td tidX         -刪除任務
i   tidX         -顯示任務基本資料,參數為0時顯示全部任務
ti tidX         -顯示任務詳細資料,包括寄存器、堆棧等
tt tidX         -顯示任務的函數調用關係
checkStack tidX -顯示任務堆棧使用的曆史統計,參數為0時顯示全部任務
[其中tidX可以為任務ID 也可以為任務名]

2、系統資訊

lkup ["string"] -在系統符號表中尋找並列出含有"string"字元的函數及全域變數,有兩個特殊參數:
                   0,給出符號表統計;""(Null 字元串),列出全部符號

lkAddr addr      -顯示addr地址附近的符號表

l addr,[n]       -顯示addr地址開始的n條指令的反組譯碼,n省略時預設為10條指令

h [n]            -n為0時列出最近執行的shell命令,預設20條;n非0時,設定shell記錄的曆史命令的數目

d [addr,[number],[width]]
                 -顯示addr地址開始的number個單元的內容,width定製每個單元的寬度,可以是1、2、4、8

m addr,[width]   -按width寬度修改addr地址的內容,width可以是1、2、4、8

memShow 1        -顯示系統分區上空閑和已指派空間的總數等

printErrno value -列印系統定義的錯誤碼的宏

3、與網路相關的命令

ifShow       ["ifname"]            - show info about network interfaces
inetstatShow                       - show all Internet protocol sockets
tcpstatShow                        - show statistics for TCP
udpstatShow                        - show statistics for UDP
ipstatShow                         - show statistics for IP
icmpstatShow                       - show statistics for ICMP
arpShow                            - show a list of known ARP entries
mbufShow                           - show network stack data pool statistics
netStackSysPoolShow                - show network stack system pool statistics

routeShow                          - display all IP routes (summary information)
mRouteShow                         - display all IP routes (verbose information)
routestatShow                      - display routing statistics
routeAdd     "destaddr","gateaddr" - add route to route table
routeDelete "destaddr","gateaddr" - delete route from route table

說明:上述大多數命令都可以在help、netHelp中查到


相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.