(1)查詢系統目前的行程
#diag sys top
‘M’ to sort by memory usage
‘P’ to sort by CPU usage
‘N’ to sort by process ID
‘T’ to sort by the running time
‘Q’ to quit
(2)刪除行程,以下兩個指令選擇其中一個
#diag sys kill 9 行程id
#diag sys kill 11 行程id
(3)刪除的行程會記錄在crashlog
#diagnose debug crashlog read
讓fortilinkd進入除錯模式,並啟用除錯
#diag debug application fortilinkd -1
#diag debug enable
關閉除錯,離開除錯模式
#diag debug disable
#diag debug reset