目录 1 进程监控和维护 进程监控和维护命令 display exception context display exception filepath display kernel deadloop di

Size: px
Start display at page:

Download "目录 1 进程监控和维护 进程监控和维护命令 display exception context display exception filepath display kernel deadloop di"

Transcription

1 目录 1 进程监控和维护 进程监控和维护命令 display exception context display exception filepath display kernel deadloop display kernel deadloop configuration display kernel exception display kernel reboot display kernel starvation display kernel starvation configuration display process display process cpu display process log display process memory display process memory heap display process memory heap address display process memory heap size exception filepath monitor kernel deadloop enable monitor kernel deadloop exclude-thread monitor kernel deadloop time monitor kernel starvation enable monitor kernel starvation exclude-thread monitor kernel starvation time monitor process monitor thread process core reset exception context reset kernel deadloop reset kernel exception reset kernel reboot reset kernel starvation 1-44 i

2 1 进程监控和维护 1.1 进程监控和维护命令 display memory display process display process cpu monitor process 和 monitor thread 命令既可显示用户态进程的相关信息, 又可显示内核线程的相关信息, 为简便起见, 在这些命令中, 统一使用 进程 一词来指代 display exception context display exception context 命令用来显示进程异常时的上下文信息 命令 display exception context [ count value ] [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 count value: 表示上下文信息的显示个数, 取值范围为 1~20, 缺省值为 1 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 当进程发生一次异常, 系统会生成一个 core 文件, 还会生成一条上下文信息, 用于记录异常进程的 ID 生成 core 文件的时间 core 文件存放的位置 栈信息和寄存器信息 一个 core 文件对应 1 条上下文信息, 最多记录的上下文信息数和可记录的 core 文件数目相同 举例 # 显示在设备上的异常上下文信息 <Sysname> display exception context Index 1 of Crashed PID: 120 (routed) Crash signal: SIGBUS Crash time: Tue Apr 9 17:14: Core file path: flash:/core/node0_routed_120_7_ _ core #0 0xb7caba4a #1 0x0804cb79 1-1

3 #2 0xb7cd77c4 #3 0x08049f45 Backtrace stopped. Registers' content eax:0xfffffffc ebx:0x ecx:0xbfe244ec edx:0x a esp:0xbfe244b8 ebp:0xbfe244c8 esi:0xffffffff edi:0xbfe24674 eip:0xb7caba4a eflag:0x cs:0x ss:0x b ds:0x b es:0x b fs:0x gs:0x 略 表 1-1 display exception context 命令输出信息描述表 字段 描述 Crashed PID Crash signal Crash time Core file path Backtrace stopped Registers content 生成 core 文件的进程 ID 导致生成 core 文件的信号生成 core 文件的时间 core 文件存放的位置提示栈信息已经显示完毕寄存器的内容 表 1-2 生成 core 信号描述表 字段 描述 SIGUNKNOW SIGABRT SIGBUS SIGFPE SIGILL SIGQUIT SIGSEGV SIGSYS SIGTRAP SIGXCPU SIGXFSZ 未知原因异常终止 (abort) 硬件故障算术异常非法硬件指令终端退出符无效存储访问无效系统调用硬件故障超过 CPU 限制 (setrlimit) 超过文件长度限制 (setrlimit) 相关命令 reset exception context 1-2

4 1.1.2 display exception filepath display exception filepath 命令用来显示 core 文件的保存路径 命令 display exception filepath [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 slot slot-number: 表示设备在 IRF 中的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 举例 # 显示设备 core 文件的保存路径 <Sysname> display exception filepath The exception filepath on slot 1 is flash: display kernel deadloop display kernel deadloop 命令用来显示内核线程死循环信息 命令 display kernel deadloop show-number [ offset ] [ verbose ] [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 show-number: 需要显示的死循环信息的数目, 取值范围为 1~20 offset: 需要显示的起始条目距最近条目的偏移, 取值范围为 0~19, 缺省值为 0 verbose: 表示显示详细信息 不指定该参数时, 显示概要信息 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 举例 # 显示最近一条内核线程死循环的概要信息 <Sysname> display kernel deadloop Deadloop record Description : BUG: soft lockup - CPU#0 stuck for 61! [comsh: 16306] 1-3

5 Recorded at : :16: Occurred at : :16: Instruction address : 0x c Thread : comsh (TID: 16306) Context : thread context Chassis : 0 Slot : 0 CPU ID : 0 Kernel module info : module name (mrpnc) module address (0xe332a000) module name (12500) module address (0xe00bd000) # 显示最近一条内核线程死循环的详细信息 <Sysname> display kernel deadloop 1 verbose Deadloop record Description : BUG: soft lockup - CPU#0 stuck for 61! [comsh: 16306] Recorded at : :16: Occurred at : :16: Instruction address : 0x c Thread : comsh (TID: 16306) Context : thread context Chassis : 0 Slot : 0 CPU ID : 0 Kernel module info : module name (mrpnc) module address (0xe332a000) module name (12500) module address (0xe00bd000) Last 5 thread switches : migration/0 (11:16: )--> swapper (11:16: )--> kthreadd (11:16: )--> swapper (11:16: )--> disk (11:16: ) Register content: Reg: r0, Val = 0x ; Reg: r1, Val = 0xe2be5ea0 ; Reg: r2, Val = 0x ; Reg: r3, Val = 0x ; Reg: r4, Val = 0x ; Reg: r5, Val = 0x ; Reg: r6, Val = 0x ; Reg: r7, Val = 0x0000ffff ; Reg: r8, Val = 0x ; Reg: r9, Val = 0x ; Reg: r10, Val = 0x ; Reg: r11, Val = 0x c ; Reg: r12, Val = 0x057d9484 ; Reg: r13, Val = 0x ; Reg: r14, Val = 0x ; Reg: r15, Val = 0x ; Reg: r16, Val = 0xe2be5f00 ; Reg: r17, Val = 0x ; Reg: r18, Val = 0x ; Reg: r19, Val = 0x ; Reg: r20, Val = 0x024c10f8 ; Reg: r21, Val = 0x057d9244 ; Reg: r22, Val = 0x ; Reg: r23, Val = 0x c ; Reg: r24, Val = 0x ; Reg: r25, Val = 0x ; Reg: r26, Val = 0x ; Reg: r27, Val = 0x057d9484 ; Reg: r28, Val = 0x c ; Reg: r29, Val = 0x ; Reg: r30, Val = 0x c ; Reg: r31, Val = 0x ; 1-4

6 Reg: cr, Val = 0x ; Reg: nip, Val = 0x057d9550 ; Reg: xer, Val = 0x ; Reg: lr, Val = 0x0186eff0 ; Reg: ctr, Val = 0x682f7344 ; Reg: msr, Val = 0x00784b5c ; Reg: trap, Val = 0x0000b030 ; Reg: dar, Val = 0x ; Reg: dsisr, Val = 0x ; Reg: result, Val = 0x ; Dump stack (total 1024 bytes, 16 bytes/line): 0xe2be5ea0: 02 be 5e c d xe2be5eb0: d 34 c4 0xe2be5ec0: 02 be 60 a ef f xe2be5ed0: b xe2be5ee0: xe2be5ef0: xe2be5f00: a0 e xe2be5f10: e xe2be5f20: xe2be5f30: be 66 c0 02 be 66 d0 0xe2be5f40: 02 be 61 e b3 a4 0xe2be5f50: 02 be 5f be 5f e xe2be5f60: 02 be 5f ac 1b xe2be5f70: 05 b4 5f be 5f e be 5f e0 0xe2be5f80: 02 be 5f c0 00 ac 1b f xe2be5f90: be 5f e xe2be5fa0: 02 be 5f c0 00 ac 1b f1 2e ae xe2be5fb0: b be 5f d be 5f e0 0xe2be5fc0: 02 be ff f xe2be5fd0: 02 be 5f f0 00 e8 93 7e 02 be 5f f8 02 be 5f fc 0xe2be5fe0: be xe2be5ff0: 02 be e a 4f 0xe2be6000: 02 be be xe2be6010: 02 be e8 c6 a xe2be6020: 02 be be xe2be6030: be xe2be6040: 02 be b be xe2be6050: e xe2be6060: xe2be6070: be 66 c0 02 be 66 d0 0xe2be6080: 02 be 61 e be xe2be6090: d 34 c4 05 7d Call trace: Function Address = 0x8012a4b4 Function Address = 0x c Function Address = 0x80179b30 Function Address = 0x Function Address = 0x8012d734 Function Address = 0x80100a00 Function Address = 0xe

7 Function Address = 0x8016ce0c Function Address = 0x801223a0 Instruction dump: 41a2fe9c ec ec 7f efe8c b07b9 40a2fe80 4bfffe6c f64db ea35 <807f002c> a c 表 1-3 display kernel deadloop 命令显示信息描述表 字段 描述 Description Recorded at Occurred at Instruction address Thread Context Slot CPU ID Kernel module info Last 5 thread switches Register content Dump stack Call trace Instruction dump No information to display 发生死循环的内核线程的描述信息, 包括死循环内核线程所在的 CPU 编号 内核线程连续运行的时间 内核线程的名称和编号 内核线程死循环被记录到主控板上的时间点, 精确到微秒 内核线程发生死循环的时间, 精确到微秒 内核线程被检测到发生死循环时对应的指令信息 发生死循环的内核线程的名称和编号 内核线程被检测到发生死循环时所在的上下文环境 运行该内核线程的设备的成员编号 运行该内核线程的 CPU 的编号 内核线程被检测到发生死循环时, 系统中已加载的内核模块信息 包括内核模块名和内核模块加载的内存地址 内核线程被检测到发生死循环时, 记录死循环发生的 CPU 上 最近五次的内核线程切换轨迹 包括内核线程的名称和内核线程切换时间点, 时间精确到微秒 内核线程被检测到发生死循环时现场的寄存器信息 Reg 表示寄存器名称,Val 表示寄存器中保存的值 内核线程被检测到发生死循环时现场的堆栈信息 内核线程被检测到发生死循环时现场的函数调用栈信息, 即每级调用函数的指令地址 内核线程被检测到发生死循环时对应的指令码 非法指令用 ffffffff 表示 表示系统中没有内核线程死循环记录 相关命令 reset kernel deadloop display kernel deadloop configuration display kernel deadloop configuration 命令用来显示内核线程死循环监控参数配置 命令 display kernel deadloop configuration [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 1-6

8 缺省用户角色 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 举例 # 显示内核线程死循环监控参数配置 <Sysname> display kernel deadloop configuration Thread dead loop detection: Enabled Dead loop timer (in seconds): 60 Threads excluded from monitoring: 1 TID: 15 Name: co0 表 1-4 display kernel deadloop configuration 命令显示信息描述表 字段 Thread dead loop detection: Enabled Thread dead loop detection: Disabled Dead loop timer (in seconds): n Threads excluded from monitoring Name TID No thread is excluded from monitoring 描述 内核线程死循环检测功能处于开启状态 内核线程死循环检测功能处于关闭状态 内核线程死循环判定周期 ( 单位为秒 ), 即内核线程连续运行时间大于 n 秒时, 则判定为死循环 不进行死循环检测的内核线程列表, 配置 monitor kernel deadloop exclude-thread 命令后才会显示该信息 不进行死循环检测的内核线程的名称 不进行死循环检测的内核线程的编号 对所有内核线程都进行死循环检查 display kernel exception display kernel exception 命令用来显示内核线程的异常信息 命令 display kernel exception show-number [ offset ] [ verbose ] [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 show-number: 需要显示的异常信息的数目, 取值范围为 1~20 1-7

9 offset: 开始显示的条目距最近条目的偏移, 取值范围为 0~19, 缺省值为 0 verbose: 显示详细信息 不指定该参数时, 显示概要信息 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 当内核线程在运行过程中发生异常时, 系统会自动记录异常信息, 以便设备维护人员定位问题 举例 # 显示最近一条内核线程异常的概要信息 <Sysname> display kernel exception Exception record Description : Oops[#0] Recorded at : :16: Occurred at : :16: Instruction address : 0x c Thread : comsh (TID: 16306) Context : thread context Chassis : 0 Slot : 0 CPU ID : 0 Kernel module info : module name (mrpnc) module address (0xe332a000) module name (disk) module address (0xe00bd000) # 显示最近一条内核线程异常的详细信息 <Sysname> display kernel exception 1 verbose Exception record Description : Oops[#0] Recorded at : :16: Occurred at : :16: Instruction address : 0x c Thread : comsh (TID: 16306) Context : thread context Chassis : 0 Slot : 0 CPU ID : 0 Kernel module info : module name (mrpnc) module address (0xe332a000) module name (12500) module address (0xe00bd000) Last 5 thread switches : migration/0 (11:16: )--> swapper (11:16: )--> kthreadd (11:16: )--> swapper (11:16: )--> disk (11:16: ) Register content: Reg: r0, Val = 0x ; Reg: r1, Val = 0xe2be5ea0 ; Reg: r2, Val = 0x ; Reg: r3, Val = 0x ; 1-8

10 Reg: r4, Val = 0x ; Reg: r5, Val = 0x ; Reg: r6, Val = 0x ; Reg: r7, Val = 0x0000ffff ; Reg: r8, Val = 0x ; Reg: r9, Val = 0x ; Reg: r10, Val = 0x ; Reg: r11, Val = 0x c ; Reg: r12, Val = 0x057d9484 ; Reg: r13, Val = 0x ; Reg: r14, Val = 0x ; Reg: r15, Val = 0x ; Reg: r16, Val = 0xe2be5f00 ; Reg: r17, Val = 0x ; Reg: r18, Val = 0x ; Reg: r19, Val = 0x ; Reg: r20, Val = 0x024c10f8 ; Reg: r21, Val = 0x057d9244 ; Reg: r22, Val = 0x ; Reg: r23, Val = 0x c ; Reg: r24, Val = 0x ; Reg: r25, Val = 0x ; Reg: r26, Val = 0x ; Reg: r27, Val = 0x057d9484 ; Reg: r28, Val = 0x c ; Reg: r29, Val = 0x ; Reg: r30, Val = 0x c ; Reg: r31, Val = 0x ; Reg: cr, Val = 0x ; Reg: nip, Val = 0x057d9550 ; Reg: xer, Val = 0x ; Reg: lr, Val = 0x0186eff0 ; Reg: ctr, Val = 0x682f7344 ; Reg: msr, Val = 0x00784b5c ; Reg: trap, Val = 0x0000b030 ; Reg: dar, Val = 0x ; Reg: dsisr, Val = 0x ; Reg: result, Val = 0x ; Dump stack (total 1024 bytes, 16 bytes/line): 0xe2be5ea0: 02 be 5e c d xe2be5eb0: d 34 c4 0xe2be5ec0: 02 be 60 a ef f xe2be5ed0: b xe2be5ee0: xe2be5ef0: xe2be5f00: a0 e xe2be5f10: e xe2be5f20: xe2be5f30: be 66 c0 02 be 66 d0 0xe2be5f40: 02 be 61 e b3 a4 0xe2be5f50: 02 be 5f be 5f e xe2be5f60: 02 be 5f ac 1b xe2be5f70: 05 b4 5f be 5f e be 5f e0 0xe2be5f80: 02 be 5f c0 00 ac 1b f xe2be5f90: be 5f e xe2be5fa0: 02 be 5f c0 00 ac 1b f1 2e ae xe2be5fb0: b be 5f d be 5f e0 0xe2be5fc0: 02 be ff f xe2be5fd0: 02 be 5f f0 00 e8 93 7e 02 be 5f f8 02 be 5f fc 0xe2be5fe0: be xe2be5ff0: 02 be e a 4f 0xe2be6000: 02 be be xe2be6010: 02 be e8 c6 a xe2be6020: 02 be be xe2be6030: be xe2be6040: 02 be b be

11 0xe2be6050: e xe2be6060: xe2be6070: be 66 c0 02 be 66 d0 0xe2be6080: 02 be 61 e be xe2be6090: d 34 c4 05 7d Call trace: Function Address = 0x8012a4b4 Function Address = 0x c Function Address = 0x80179b30 Function Address = 0x Function Address = 0x8012d734 Function Address = 0x80100a00 Function Address = 0xe Function Address = 0x8016ce0c Function Address = 0x801223a0 Instruction dump: 41a2fe9c ec ec 7f efe8c b07b9 40a2fe80 4bfffe6c f64db ea35 <807f002c> a c 本命令显示信息的详细描述请参见表 1-3 相关命令 reset kernel exception display kernel reboot display kernel reboot 命令用来显示内核线程的重启信息 命令 display kernel reboot show-number [ offset ] [ verbose ] [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 show-number: 需要显示的重启信息的数目, 取值范围为 1~20 offset: 需要显示的起始条目距最近条目的偏移, 取值范围为 0~19, 缺省值为 0 verbose: 表示显示详细信息 不指定该参数时, 显示概要信息 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 举例 # 显示最近一条内核线程重启的概要信息 <Sysname> display kernel reboot

12 Reboot record Recorded at : :16: Occurred at : :16: Reason : 0x31 Thread : comsh (TID: 16306) Context : thread context Chassis : 0 Slot : 0 CPU ID : 0 Kernel module info : module name (mrpnc) module address (0xe332a000) module name (12500) module address (0xe00bd000) # 显示最近一条内核线程重启的详细信息 <Sysname> display kernel reboot 1 verbose Reboot record Recorded at : :16: Occurred at : :16: Reason : 0x31 Thread : comsh (TID: 16306) Context : thread context Chassis : 0 Slot : 0 CPU ID : 0 Kernel module info : module name (mrpnc) module address (0xe332a000) module name (12500) module address (0xe00bd000) Last 5 thread switches : migration/0 (11:16: )--> swapper (11:16: )--> kthreadd (11:16: )--> swapper (11:16: )--> disk (11:16: ) Dump stack (total 1024 bytes, 16 bytes/line): 0xe2be5ea0: 02 be 5e c d xe2be5eb0: d 34 c4 0xe2be5ec0: 02 be 60 a ef f xe2be5ed0: b xe2be5ee0: xe2be5ef0: xe2be5f00: a0 e xe2be5f10: e xe2be5f20: xe2be5f30: be 66 c0 02 be 66 d0 0xe2be5f40: 02 be 61 e b3 a4 0xe2be5f50: 02 be 5f be 5f e xe2be5f60: 02 be 5f ac 1b xe2be5f70: 05 b4 5f be 5f e be 5f e0 0xe2be5f80: 02 be 5f c0 00 ac 1b f xe2be5f90: be 5f e

13 0xe2be5fa0: 02 be 5f c0 00 ac 1b f1 2e ae xe2be5fb0: b be 5f d be 5f e0 0xe2be5fc0: 02 be ff f xe2be5fd0: 02 be 5f f0 00 e8 93 7e 02 be 5f f8 02 be 5f fc 0xe2be5fe0: be xe2be5ff0: 02 be e a 4f 0xe2be6000: 02 be be xe2be6010: 02 be e8 c6 a xe2be6020: 02 be be xe2be6030: be xe2be6040: 02 be b be xe2be6050: e xe2be6060: xe2be6070: be 66 c0 02 be 66 d0 0xe2be6080: 02 be 61 e be xe2be6090: d 34 c4 05 7d Call trace: Function Address = 0x8012a4b4 Function Address = 0x c Function Address = 0x80179b30 Function Address = 0x Function Address = 0x8012d734 Function Address = 0x80100a00 Function Address = 0xe Function Address = 0x8016ce0c Function Address = 0x801223a0 表 1-5 display kernel reboot 命令显示信息描述表 字段 Recorded at Occurred at Reason Thread Context Slot CPU ID Kernel module info Last 5 thread switches Dump stack Call trace No information to display 描述 内核线程重启记录到系统中的时间点, 精确到微秒 内核线程重启的时间, 精确到微秒 内核线程重启的原因 重启的内核线程的名称和编号 内核线程重启时所在的上下文环境 运行该内核线程的设备的成员编号 重启发生时当前 CPU 编号 重启发生时, 系统中已加载的内核模块信息 包括内核模块名和内核模块加载的内存地址 系统重启时, 记录重启的 CPU 上 最近五次的内核线程切换轨迹 包括内核线程的名称和内核线程切换时间点, 时间精确到微秒 内核线程重启时现场的堆栈信息 内核线程重启时现场的函数调用栈信息, 即每级调用函数的指令地址 表示系统中没有内核线程重启记录 1-12

14 相关命令 reset kernel reboot display kernel starvation display kernel starvation 命令用来显示内核线程饿死信息 命令 display kernel starvation show-number [ offset ] [ verbose ] [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 show-number: 需要显示的内核线程饿死信息的数目, 取值范围为 1~20 offset: 需要显示的起始条目距最近条目的偏移, 取值范围为 0~19, 缺省值为 0 verbose: 表示显示详细信息 不指定该参数时, 显示概要信息 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 举例 # 显示最近一条内核线程饿死的概要信息 <Sysname> display kernel starvation Starvation record Description : INFO: task comsh: blocked for more than 10 seconds. Recorded at : :16: Occurred at : :16: Instruction address : 0x c Thread : comsh (TID: 16306) Context : thread context Chassis : 0 Slot : 0 CPU ID : 0 Kernel module info : module name (mrpnc) module address (0xe332a000) module name (12500) module address (0xe00bd000) # 显示最近一条内核线程饿死的详细信息 <Sysname> display kernel starvation 1 verbose Starvation record Description : INFO: task comsh: blocked for more than 10 seconds. Recorded at : :16: Occurred at : :16:

15 Instruction address : 0x c Thread : comsh (TID: 16306) Context : thread context Chassis : 0 Slot : 0 CPU ID : 0 Kernel module info : module name (mrpnc) module address (0xe332a000) module name (12500) module address (0xe00bd000) Last 5 thread switches : migration/0 (11:16: )--> swapper (11:16: )--> kthreadd (11:16: )--> swapper (11:16: )--> disk (11:16: ) Register content: Reg: r0, Val = 0x ; Reg: r1, Val = 0xe2be5ea0 ; Reg: r2, Val = 0x ; Reg: r3, Val = 0x ; Reg: r4, Val = 0x ; Reg: r5, Val = 0x ; Reg: r6, Val = 0x ; Reg: r7, Val = 0x0000ffff ; Reg: r8, Val = 0x ; Reg: r9, Val = 0x ; Reg: r10, Val = 0x ; Reg: r11, Val = 0x c ; Reg: r12, Val = 0x057d9484 ; Reg: r13, Val = 0x ; Reg: r14, Val = 0x ; Reg: r15, Val = 0x ; Reg: r16, Val = 0xe2be5f00 ; Reg: r17, Val = 0x ; Reg: r18, Val = 0x ; Reg: r19, Val = 0x ; Reg: r20, Val = 0x024c10f8 ; Reg: r21, Val = 0x057d9244 ; Reg: r22, Val = 0x ; Reg: r23, Val = 0x c ; Reg: r24, Val = 0x ; Reg: r25, Val = 0x ; Reg: r26, Val = 0x ; Reg: r27, Val = 0x057d9484 ; Reg: r28, Val = 0x c ; Reg: r29, Val = 0x ; Reg: r30, Val = 0x c ; Reg: r31, Val = 0x ; Reg: cr, Val = 0x ; Reg: nip, Val = 0x057d9550 ; Reg: xer, Val = 0x ; Reg: lr, Val = 0x0186eff0 ; Reg: ctr, Val = 0x682f7344 ; Reg: msr, Val = 0x00784b5c ; Reg: trap, Val = 0x0000b030 ; Reg: dar, Val = 0x ; Reg: dsisr, Val = 0x ; Reg: result, Val = 0x ; Dump stack (total 1024 bytes, 16 bytes/line): 0xe2be5ea0: 02 be 5e c d xe2be5eb0: d 34 c4 0xe2be5ec0: 02 be 60 a ef f xe2be5ed0: b xe2be5ee0: xe2be5ef0: xe2be5f00: a0 e xe2be5f10: e xe2be5f20:

16 0xe2be5f30: be 66 c0 02 be 66 d0 0xe2be5f40: 02 be 61 e b3 a4 0xe2be5f50: 02 be 5f be 5f e xe2be5f60: 02 be 5f ac 1b xe2be5f70: 05 b4 5f be 5f e be 5f e0 0xe2be5f80: 02 be 5f c0 00 ac 1b f xe2be5f90: be 5f e xe2be5fa0: 02 be 5f c0 00 ac 1b f1 2e ae xe2be5fb0: b be 5f d be 5f e0 0xe2be5fc0: 02 be ff f xe2be5fd0: 02 be 5f f0 00 e8 93 7e 02 be 5f f8 02 be 5f fc 0xe2be5fe0: be xe2be5ff0: 02 be e a 4f 0xe2be6000: 02 be be xe2be6010: 02 be e8 c6 a xe2be6020: 02 be be xe2be6030: be xe2be6040: 02 be b be xe2be6050: e xe2be6060: xe2be6070: be 66 c0 02 be 66 d0 0xe2be6080: 02 be 61 e be xe2be6090: d 34 c4 05 7d Call trace: Function Address = 0x8012a4b4 Function Address = 0x c Function Address = 0x80179b30 Function Address = 0x Function Address = 0x8012d734 Function Address = 0x80100a00 Function Address = 0xe Function Address = 0x8016ce0c Function Address = 0x801223a0 Instruction dump: 41a2fe9c ec ec 7f efe8c b07b9 40a2fe80 4bfffe6c f64db ea35 <807f002c> a c 本命令显示信息的详细描述请参见表 1-3 相关命令 reset kernel starvation display kernel starvation configuration display kernel starvation configuration 命令用来显示内核线程的饿死监控参数的配置 命令 display kernel starvation configuration [ slot slot-number [ cpu cpu-number ] ] 1-15

17 视图 任意视图 缺省用户角色 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 举例 # 显示内核线程饿死监控参数配置 <Sysname> display kernel starvation configuration Thread starvation detection: Enabled Starvation timer (in seconds): 10 Threads excluded from monitoring: 1 TID: 123 Name: co0 表 1-6 display kernel starvation configuration 命令显示信息描述表 字段 Thread starvation detection: Enabled Thread starvation detection: Disabled Starvation timer (in seconds): n Threads excluded from monitoring Name TID 描述 内核线程饿死检测功能处于开启状态 内核线程饿死检测功能处于关闭状态 内核线程饿死判定周期 ( 单位为秒 ) 即如果内核线程在 n 秒内一直不能运行, 则判定为饿死 不进行饿死检测的内核线程列表 不进行饿死检测的内核线程的名称 不进行饿死检测的内核线程的编号 相关命令 monitor kernel starvation enable monitor kernel starvation exclude-thread monitor kernel starvation time display process display process 命令用来显示进程的状态信息 命令 display process [ all job job-id name process-name ] [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 1-16

18 缺省用户角色 network-operator all: 显示所有进程的状态信息 指定 all 参数和不指定任何可选参数时, 命令行的执行效果相同 job job-id: 任务编号, 用于唯一标识一个进程, 该编号不会随着进程的重启而改变, 取值范围为 1~ name process-name: 进程名称, 为 1~15 个字符的字符串, 不区分大小写, 不能包含问号和空格 slot slot-number: 表示设备在 IRF 中的成员编号, 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 举例 # 显示进程 scmd 的状态信息 <Sysname> display process name scmd Job ID: 1 PID: 1 Parent JID: 0 Parent PID: 0 Executable path: - Instance: 0 Respawn: OFF Respawn count: 1 Max. spawns per minute: 0 Last started: Wed Jun 1 14:45: Process state: sleeping Max. core: 0 ARGS: - TID LAST_CPU Stack PRI State HH:MM:SS:MESC Name 1 0 0K 120 S 0:0:5:220 scmd 表 1-7 display process name 命令显示信息描述表 字段 描述 Job ID PID Parent JID Parent PID 任务编号, 用于唯一标识一个进程, 该编号不会随着进程的重启而改变进程编号, 用于标识一个进程, 但该编号可能会随着进程的重启而改变父进程的任务编号父进程的进程编号 Executable path 进程执行路径 ( 内核线程执行路径显示为 - ) Instance 进程的实例号 ( 一个进程根据需要在软件实现时决定了它是否会运行多个实例 ) 运行出错时, 该进程是否会自动重启 : Respawn ON 表示自动重启 OFF 表示不自动重启 1-17

19 字段 描述 Respawn count 进程重启的次数 ( 初始值为 1) Max. spawns per minute Last started 进程一分钟内允许异常重启的最大次数 ( 如果进程在一分钟内异常重启次数超过该值, 则系统会自动关闭该进程 ) 进程最近一次启动的日期和时间 进程状态, 可能的取值为 : Process state Max. core running, 运行状态或正在队列中等待调度 sleeping, 可中断睡眠状态 traced or stopped, 暂停状态 uninterruptible sleep, 不可中断睡眠状态 zombie, 僵死状态 进程最多可以生成的 core 文件的数量, 如果为 0 表示不生成 core 文件 ( 进程异常重启一次, 会产生一个 core 文件 如果生成的 core 文件的数目达到最大值, 则不再生成 core 文件 软件开发和维护人员能够根据 core 文件的内容来定位异常的原因和异常的位置 ) ARGS 进程启动时携带的参数 如果进程不带参数, 显示为 - TID LAST_CPU Stack PRI 线程编号进程最近一次被调度时, 所在的 CPU 堆栈大小线程优先级 线程状态, 可能的取值为 : State HH:MM:SS:MESC Name R:running, 运行状态或正在队列中等待调度 S:sleeping, 可中断睡眠状态 T:traced or stopped, 暂停状态 D:uninterruptible sleep, 不可中断睡眠状态 Z:zombie, 僵死状态进程最近一次启动后的运行时间进程名称 # 显示所有进程的状态信息 <Sysname> display process all JID PID %CPU %MEM STAT PRI TTY HH:MM:SS COMMAND S :00:04 scmd S :00:00 [kthreadd] S 99-00:00:00 [migration/0] S :00:05 [ksoftirqd/0] S 99-00:00:00 [watchdog/0] S :00:00 [events/0] S :00:00 [khelper] S :00:00 [kblockd/0] 1-18

20 S :00:00 [ata/0] S :00:00 [ata_aux] S :00:00 [kseriod] S :00:00 [vzmond] S :00:00 [pdflush] S :00:00 [pdflush] S :00:00 [kswapd0] S :00:00 [aio/0] S :00:00 [scsi_eh_0] S :00:00 [scsi_eh_1] S :00:00 [scsi_eh_2] D :00:00 [lipc_topology] ---- More ---- 表 1-8 display process all 命令显示信息描述 字段 描述 JID PID 任务编号, 用于唯一标识一个进程, 该编号不会随着进程的重启而改变 进程编号 %CPU CPU 使用率 ( 用百分比表示 ) %MEM 内存使用率 ( 用百分比表示 ) 进程状态, 可能的取值为 : STAT R:running, 运行状态或处于运行队列 S:sleeping, 可中断睡眠状态 T:traced or stopped, 暂停状态 D:uninterruptible sleep, 不可中断睡眠状态 Z:zombie, 僵死状态 PRI 进程优先级 ( 优先级在进程调度时发挥作用, 优先级高的会优先得到调度 ) TTY HH:MM:SS 进程使用的终端 进程最近一次启动后的运行时间 COMMAND 进程名称以及进程运行的参数 ( 如果进程名称带有 [ ] 标记, 则表示内核线程 ) display process cpu display process cpu 命令用来显示所有进程的 CPU 使用率信息 命令 display process cpu [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 1-19

21 network-operator slot slot-number: 表示设备在 IRF 中的成员编号, 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 举例 # 显示所有进程 CPU 使用率信息 <Sysname> display process cpu CPU utilization in 5 secs: 16.8%; 1 min: 4.7%; 5 mins: 4.7% JID 5Sec 1Min 5Min Name 1 0.0% 0.0% 0.0% scmd 2 0.0% 0.0% 0.0% [kthreadd] 3 0.1% 0.0% 0.0% [ksoftirqd/0] 4 0.0% 0.0% 0.0% [watchdog/0] 5 0.0% 0.0% 0.0% [events/0] 6 0.0% 0.0% 0.0% [khelper] % 0.0% 0.0% [kblockd/0] % 0.0% 0.0% [vzmond] % 0.0% 0.0% [pdflush] % 0.0% 0.0% [pdflush] % 0.0% 0.0% [kswapd0] % 0.0% 0.0% [aio/0] % 0.0% 0.0% [mtdblockd] % 0.0% 0.0% [TNetJob] % 0.0% 0.0% [TMTH] % 0.0% 0.0% [CF] % 0.0% 0.0% [DIBC] % 0.0% 0.0% [lipc_topology] % 0.0% 0.0% [MNET] % 0.0% 0.0% [SYSM] ---- More ---- 表 1-9 display process cpu 命令显示信息描述表 字段 CPU utilization in 5 secs: 16.8%; 1 min: 4.7%; 5 mins: 4.7% 描述 系统最近 5 秒 CPU 使用率 ; 最近 1 分钟 CPU 使用率 ; 最近 5 分钟 CPU 使用率 JID 任务编号 ( 用于唯一标识一个进程, 该编号不会随着进程的重启而改变 ) 5Sec 1Min 5Min 最近 5 秒钟内进程的 CPU 使用率 最近 1 分钟内进程的 CPU 使用率 最近 5 分钟内进程的 CPU 使用率 Name 进程名称 ( 如果进程名称带有 [ ] 标记, 则表示该进程为内核线程 ) 1-20

22 display process log display process log 命令用来显示所有用户态进程的日志信息 命令 display process log [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 network-operator slot slot-number: 表示设备在 IRF 中的成员编号, 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 举例 # 显示所有用户态进程的日志信息 <Sysname> display process log Name JID PID Abort Core Start-time End-time knotify N N :31: :31:02 knotify N N :31: :31:02 knotify N N :31: :31:03 pkg_update N N :31: :31:06 autocfgd N N :31: :31:13 comsh N N :31: :31:13 表 1-10 display process log 命令显示信息描述表 字段 描述 Name JID PID 用户态进程名 用户态进程任务编号 用户态进程编号 是否异常退出 : Abort Y 表示异常退出 N 表示正常退出 是否产生 core 文件 Core Start-time End-time Y 表示产生 N 表示未产生用户态进程创建时间用户态进程结束时间 1-21

23 display process memory display process memory 命令用来显示所有用户态进程的代码段 数据段以及堆栈等的内存使用信息 命令 display process memory [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 network-operator slot slot-number: 表示设备在 IRF 中的成员编号, 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 用户态进程启动时, 会向系统申请 Text Data Stack 和 Dynamic 类型的内存 Text 类型的内存用来存放用户态进程的代码 Data 类型的内存用来存放用户态进程的数据 Stack 内存指的是栈内存, 一般存放临时数据 Dynamic 类型的内存指的是堆内存 (heap), 由系统根据用户态进程运行需要进行动态分配 (malloc) 和释放 (free), 可使用 display process memory heap 命令显示 Dynamic 类型内存的详细信息 举例 # 显示所有用户态进程的内存使用信息 <Sysname> display process memory JID Text Data Stack Dynamic Name scmd [kthreadd] [ksoftirqd/0] [watchdog/0] [events/0] [khelper] [kblockd/0] [vzmond] [pdflush] ---- More ---- 表 1-11 display process memory 命令显示信息描述表 字段 描述 JID 任务编号 用于唯一标识一个用户态进程, 该编号不会随着用户态进程的重启而改变 1-22

24 字段 描述 Text 用户态进程占用的代码段大小, 单位为 KB( 内核线程该项大小为 0) Data 用户态进程占用的数据段大小, 单位为 KB( 内核线程该项大小为 0) Stack 用户态进程占用的堆栈大小, 单位为 KB( 内核线程该项大小为 0) Dynamic 用户态进程动态申请内存大小, 单位为 KB( 内核线程该项大小为 0) Name 用户态进程名称 ( 如果用户态进程名称带有 [ ] 标记, 则表示该进程为内核线程 ) 相关命令 display process memory heap display process memory heap address display process memory heap size display process memory heap display process memory heap 命令用来显示指定用户态进程的堆内存统计信息 命令 display process memory heap job job-id [ verbose ] [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 network-operator job job-id: 任务编号, 用于唯一标识一个用户态进程, 该编号不会随着用户态进程的重启而改变 取值范围为 1~ verbose: 显示内存详细统计信息 不指定该参数时, 显示内存概要统计信息 slot slot-number: 表示设备在 IRF 中的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 系统的堆内存由固定大小 ( 比如 size=16 字节 size=64 字节等 ) 的内存块构成, 用于存放用户态进程运行过程中需要用到的数据或者中间变量 当用户态进程启动时, 系统会根据用户态进程运行需要, 给用户态进程动态分配堆内存 用户态进程的堆内存信息可使用 display process memory heap 命令显示 每个内存块都有地址, 该地址用十六进制数表示, 可通过 display process memory heap size 命令显示 用户使用内存块的地址可以访问内存块, 获取内存块的内容, 内存块的内容可通过 display process memory heap address 命令显示 1-23

25 举例 # 显示 job 148 的堆内存概要统计信息 <Sysname> display process memory heap job 148 Total virtual memory heap space(in bytes) : Total physical memory heap space(in bytes) : Total allocated memory(in bytes) : # 显示 job 148 的堆内存详细统计信息 <Sysname> display process memory heap job 148 verbose Heap usage: Size Free Used Total Free Ratio % % % % % % % Summary: Total virtual memory heap space (in bytes) : Total physical memory heap space (in bytes) : Total allocated memory (in bytes) : 以上显示信息表明 :job 148 分得 size 大小 16 字节的内存块 60 个 ( 已用 52 个, 还有 8 个未使用 ), size 大小为 64 字节的内存块 1265 个 ( 已用 1262 个, 还有 3 个未使用 ), 以此类推 表 1-12 display process memory heap 命令显示信息描述表 命令字 功能描述 Total virtual memory heap space(in bytes) Total physical memory heap space(in bytes) Total allocated memory(in bytes) Size Free Used Total Free Ratio 虚拟堆内存总大小, 单位为字节物理堆内存总大小, 单位为字节任务已使用的堆内存大小, 单位为字节内存块大小, 单位为字节空闲的内存块个数已使用的内存块个数指定大小内存块总个数, 为 Free 和 Used 之和 Free 与 Total 的比率, 可以反映这种大小内存块的碎片情况 相关命令 display process memory display process memory heap address display process memory heap size 1-24

26 display process memory heap address display process memory heap address 命令用来显示从指定地址开始的内存空间的内容 命令 display process memory heap job job-id address starting-address length memory-length [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 network-operator job job-id: 任务编号, 用于唯一标识一个用户态进程, 该编号不会随着用户态进程的重启而改变, 取值范围为 1~ address starting-address: 内存块的起始地址 length memory-length: 内存的长度, 取值范围为 1~1024, 单位为字节 slot slot-number: 表示设备在 IRF 中的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 当用户态进程运行异常时, 使用该命令可以帮助设备维护人员诊断和定位问题 举例 # 显示 job 1 从地址 0xb7e30580 开始, 长度为 128 字节的内存空间的内容 <Sysname> display process memory heap job 1 address b7e30580 length 128 B7E30580: EF FF E4 39 E2 B7 7C 05 E3 B B7E30590: EF FF 2F E 2F 73 6C /sbin/slbgd. B7E305A0: EF FF B E2 B7 8C 05 E3 B7...D;... B7E305B0: EF FF 2F E 2F 6F /sbin/d. B7E305C0: EF FF A4 3C E2 B7 AC 05 E3 B7...<... B7E305D0: EF FF 2F E 2F 6D /sbin/mstpd. B7E305E0: EF FF E E2 B7 CC 05 E3 B7...>... B7E305F0: EF FF 2F E 2F 6E /sbin/ntpd.. 相关命令 display process memory heap display process memory heap size display process memory heap size display process memory heap size 命令用来显示指定大小已使用内存块的地址 1-25

27 命令 display process memory heap job job-id size memory-size [ offset offset-size ] [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 network-operator job job-id: 任务编号, 用于唯一标识一个用户态进程, 该编号不会随着用户态进程的重启而改变, 取值范围为 1~ size memory-size: 内存块大小, 取值范围为 1~ offset offset-size: 要查询的内存块的偏移, 取值范围为 0~ , 缺省值为 128 比如, 系统给 job 1 分配了 size 为 16 字节的内存块 100 个, 用户态进程当前已用了 66 个, 如果执行命令 display process memory heap job 1 size 16 offset 50, 则会显示该用户态进程第 51 到第 66 个 size 为 16 字节的内存块的地址 slot slot-number: 表示设备在 IRF 中的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 该命令显示的地址为十六进制格式, 使用该地址, 通过 display process memory heap address 命令可以显示该地址内存的具体内容 举例 # 显示 job 1 已使用的 size 大小为 16 字节的内存块的地址 <Sysname> display process memory heap job 1 size 16 0xb7e300c0 0xb7e300d0 0xb7e300e0 0xb7e300f0 0xb7e xb7e xb7e xb7e xb7e xb7e xb7e xb7e xb7e xb7e xb7e301a0 0xb7e301b0 0xb7e301c0 0xb7e301d0 0xb7e301e0 0xb7e301f0 0xb7e xb7e xb7e xb7e30230 # 显示 job 1 已使用的 size 大小为 16 字节的内存块的地址, 从第 5 个已使用内存块开始显示 <Sysname> display process memory heap job 1 size 16 offset 4 0xb7e xb7e xb7e xb7e xb7e xb7e xb7e xb7e xb7e xb7e xb7e301a0 0xb7e301b0 0xb7e301c0 0xb7e301d0 0xb7e301e0 0xb7e301f0 0xb7e xb7e xb7e xb7e30230 相关命令 display process memory heap display process memory heap address 1-26

28 exception filepath exception filepath 命令用来设置 core 文件的保存路径 undo exception filepath 命令用来将 core 文件的保存路径设置为空 命令 exception filepath directory undo exception filepath directory 缺省情况 Core 文件的保存路径为主设备的根目录 视图 用户视图 缺省用户角色 directory: 表示 core 文件的保存路径, 只能为 Flash 的根目录 使用指导 Core 文件仅保存在主设备的根目录下 当 core 文件的保存路径为空或无法正常访问时, 系统将无法保存 core 文件, 也无法记录用户态进程异常时的上下文信息 举例 # 设置 core 文件的保存路径为 flash:/ <Sysname> exception filepath flash:/ 相关命令 display exception filepath process core monitor kernel deadloop enable monitor kernel deadloop enable 命令用来开启内核线程死循环检测功能 undo monitor kernel deadloop enable 命令用来关闭内核线程死循环检测功能 命令 monitor kernel deadloop enable [ slot slot-number [ cpu cpu-number ] ] undo monitor kernel deadloop enable [ slot slot-number [ cpu cpu-number ] ] 缺省情况 内核线程死循环检测功能处于关闭状态 视图 系统视图 1-27

29 缺省用户角色 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 在内核态空间中, 所有资源都是共享的, 多个内核线程之间通过任务调度协调工作 如果某个内核线程长时间一直占用 CPU, 就会导致其它内核线程获取不到运行机会, 整个系统挂死, 我们称这种现象为死循环 开启内核线程死循环检测功能后, 如果系统发现某内核线程在指定时间内一直占用 CPU, 则判定该内核线程为死循环 系统会记录一条死循环信息供管理员查询, 并自动重启整个系统来解除死循环 开机后, 系统会自动检测内核线程是否发生了死循环 如果需要配置, 请在 H3C 工程师的指导下进行, 以免引起系统异常 举例 # 开启内核线程死循环检测功能 <Sysname> system-view [Sysname] monitor kernel deadloop enable 相关命令 display kernel deadloop display kernel deadloop configuration monitor kernel deadloop exclude-thread monitor kernel deadloop time monitor kernel deadloop exclude-thread monitor kernel deadloop exclude-thread 命令用来配置不检测指定内核线程是否发生了死循环 undo monitor kernel deadloop exclude-thread 命令用来恢复对指定内核线程是否发生了死循环进行检测 命令 monitor kernel deadloop exclude-thread tid [ slot slot-number [ cpu cpu-number ] ] undo monitor kernel deadloop exclude-thread [ tid ] [ slot slot-number [ cpu cpu-number ] ] 缺省情况 开启内核线程死循环检测功能后, 系统会监控所有内核线程是否发生了死循环 视图 系统视图 缺省用户角色 1-28

30 tid: 表示内核线程编号, 用于唯一标识一个内核线程, 取值范围为 1~ 不指定该参数时, 表示恢复到缺省情况 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 缺省情况下, 系统会检测所有内核线程是否发生了死循环 多次执行该命令, 可以配置对多个内核线程不进行检测, 最多可以配置 128 个 开机后, 系统会自动检测内核线程是否发生了死循环 如果需要配置, 请在 H3C 工程师的指导下进行, 以免引起系统异常 举例 # 对编号为 15 的内核线程不进行死循环检测 <Sysname> system-view [Sysname]monitor kernel deadloop exclude-thread 15 相关命令 display kernel deadloop configuration display kernel deadloop monitor kernel deadloop enable monitor kernel deadloop time monitor kernel deadloop time monitor kernel deadloop time 命令用来配置判定内核线程是否死循环的时长 undo monitor kernel deadloop time 命令用来恢复缺省情况 命令 monitor kernel deadloop time interval [ slot slot-number [ cpu cpu-number ] ] undo monitor kernel deadloop time [ slot slot-number [ cpu cpu-number ] ] 缺省情况 当某内核线程连续运行超过 8 秒钟, 则判定为死循环 视图 系统视图 缺省用户角色 time interval: 表示内核线程死循环判定时长, 取值范围为 1~65535, 单位为秒 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 1-29

31 使用指导 开启内核线程检测功能后, 如果某内核线程持续运行指定时间, 则认为该内核线程已经死循环, 系统将记录一条死循环信息并重启 开机后, 系统会自动检测内核线程是否发生了死循环 如果需要配置, 请在 H3C 工程师的指导下进行, 以免引起系统异常 举例 # 配置当某内核线程连续运行超过 8 秒钟, 则判定为死循环 <Sysname> system-view [Sysname] monitor kernel deadloop time 8 相关命令 display kernel deadloop configuration display kernel deadloop monitor kernel deadloop enable monitor kernel deadloop exclude-thread monitor kernel starvation enable monitor kernel starvation enable 命令用来开启内核线程饿死检测功能 undo monitor kernel starvation enable 命令用来关闭内核线程饿死检测功能 命令 monitor kernel starvation enable [ slot slot-number [ cpu cpu-number ] ] undo monitor kernel starvation enable [ slot slot-number [ cpu cpu-number ] ] 缺省情况 内核线程饿死检测功能处于关闭状态 视图 系统视图 缺省用户角色 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 如果内核线程本身的触发条件没有达到, 会导致该内核线程在一段时间内一直得不到调度, 我们称这种现象为饿死 开启内核线程饿死检测功能后, 当系统检测到某内核线程饿死时, 会记录一条饿死信息供管理员查询 内核线程饿死并不会影响整个系统的运行, 当触发条件达到, 处于饿死状态的内核线程会自动执行 1-30

32 开机后, 系统会自动检测内核线程是否发生了饿死 如果需要配置, 请在 H3C 工程师的指导下进行, 以免引起系统异常 举例 # 开启内核线程饿死检测功能 <Sysname> system-view [Sysname] monitor kernel starvation enable 相关命令 display kernel starvation configuration display kernel starvation monitor kernel starvation time monitor kernel starvation exclude-thread monitor kernel starvation exclude-thread monitor kernel starvation exclude-thread 命令用来配置不检测指定内核线程是否发生了饿死 undo monitor kernel starvation exclude-thread 命令用来恢复对指定内核线程是否发生了饿死进行检测 命令 monitor kernel starvation exclude-thread tid [ slot slot-number [ cpu cpu-number ] ] undo monitor kernel starvation exclude-thread [ tid ] [ slot slot-number [ cpu cpu-number ] ] 缺省情况 开启内核线程死循环检测功能后, 会监控所有内核线程是否发生了饿死 视图 系统视图 缺省用户角色 tid: 表示内核线程编号, 用于唯一标识一个内核线程, 取值范围为 1~ 不指定该参数时, 表示恢复到缺省情况 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 缺省情况下, 系统会检测所有内核线程是否发生了饿死 多次执行该命令, 可以配置对多个内核线程不进行检测, 最多可以配置 128 个 开机后, 系统会自动检测内核线程是否发生了饿死 如果需要配置, 请在 H3C 工程师的指导下进行, 以免引起系统异常 举例 # 对编号为 15 的内核线程不进行饿死检测 1-31

33 <Sysname> system-view [Sysname] monitor kernel starvation exclude-thread 15 相关命令 display kernel starvation display kernel starvation configuration monitor kernel starvation time monitor kernel starvation enable monitor kernel starvation time monitor kernel starvation time 命令用来配置判定内核线程是否饿死的时长 undo monitor kernel starvation time 命令用来恢复缺省情况 命令 monitor kernel starvation time interval [ slot slot-number [ cpu cpu-number ] ] undo monitor kernel starvation time [ slot slot-number [ cpu cpu-number ] ] 缺省情况 当某内核线程在 120 秒内一直没有运行, 则认为该内核线程被饿死 视图 系统视图 缺省用户角色 time interval: 表示内核线程饿死判定时长, 取值范围为 1~65535, 单位为秒 slot slot-number: 表示 IRF 中设备的成员编号 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 开机后, 系统会自动检测内核线程是否发生了饿死 如果需要配置, 请在 H3C 工程师的指导下进行, 以免引起系统异常 举例 # 配置当内核线程在 120 秒内一直没有运行, 则认为该内核线程被饿死 <Sysname> system-view [Sysname] monitor kernel starvation time 120 相关命令 display kernel starvation display kernel starvation configuration monitor kernel starvation enable monitor kernel starvation exclude-thread 1-32

34 monitor process monitor process 命令用来显示进程的统计信息 命令 monitor process [ dumbtty ] [ iteration number ] [ slot slot-number [ cpu cpu-number ] ] 视图 任意视图 缺省用户角色 dumbtty: 以哑终端方式显示进程统计信息 ( 即屏幕不支持定时刷新统计信息 ) 指定该参数时, 全部进程的统计信息以 CPU 使用率降序排列输出到屏幕上 ; 不指定该参数时, 统计信息以交互模式显示, 缺省情况下按 CPU 占用率降序显示前 10 个进程的统计信息, 且每隔 5 秒刷新一次 iteration number: 表示进程统计信息的显示次数, 取值范围为 1~ 指定 dumbtty 参数时,number 的缺省值为 1; 不指定 dumbtty 且不配置 number 参数时, 表示显示次数没有限制, 统计信息会每隔 5 秒刷新一次, 一直显示 slot slot-number: 表示设备在 IRF 中的成员编号, 不指定该参数时, 表示主设备 cpu cpu-number: 表示 CPU 编号 不指定该参数时, 表示默认 CPU 使用指导 不指定 dumbtty 参数的情况下, 统计信息以交互模式显示 交互模式下, 系统会自动计算可显示的进程个数, 超过屏幕范围的不显示 交互模式下, 用户可通过输入表 1-13 中指定的交互命令字来执行相应的操作 表 1-13 monitor process 命令支持的交互命令字描述表 命令字 功能描述? 或 h 帮助信息, 显示可用的交互式命令字 各物理 CPU 状态的显示开关 比如 : 1 c d f k l m (1) 输入 1, 分别显示各物理 CPU 的参数值 (2) 再次输入 1, 显示所有 CPU 的参数的平均值 (3) 第三次输入 1, 又分别显示各物理 CPU 的参数值 (4) 如此循环缺省情况下, 显示所有 CPU 的参数的平均值按 CPU 占用率降序排列, 缺省情况下采用降序排列设置统计信息的更新时间间隔, 取值范围为 1~ 秒, 缺省值为 5 秒按进程打开的文件句柄数降序排列终止一个任务, 此命令会影响系统运行, 请谨慎使用刷新屏幕按进程使用内存大小降序排列 1-33

35 命令字 功能描述 n q t 改变显示的进程个数, 取值范围为 0~ ( 缺省值为 10 个,0 表示不作限制 ); 超过屏幕范围时, 仍只显示一屏内可容纳的进程个数 退出交互模式 按进程最近一次启动后的运行时间降序排列 < 排序项向左移动一列 > 排序项向右移动一列 举例 # 以哑终端方式显示进程统计信息 ( 使用该方式显示时, 系统会一次显示所有进程的统计信息, 并 且不支持定时刷新, 显示完毕后, 会退回到命令视图 ) <Sysname> monitor process dumbtty 76 processes; 103 threads; 687 fds Thread states: 1 running, 102 sleeping, 0 stopped, 0 zombie CPU states: 77.16% idle, 0.00% user, 14.96% kernel, 7.87% interrupt Memory: 496M total, 341M available, page size 4K JID PID PRI State FDs MEM HH:MM:SS CPU Name R K 00:02: % diagd S K 00:00: % scmd S 0 0K 00:00: % [sock/1] S K 00:00: % syslogd S 0 0K 00:00: % [kthreadd] S 0 0K 00:00: % [migration/0] S 0 0K 00:00: % [ksoftirqd/0] S 0 0K 00:00: % [watchdog/0] S 0 0K 00:00: % [events/0] S 0 0K 00:00: % [khelper] S K 00:00: % comsh S K 00:00: % top <Sysname> # 以哑终端方式显示进程统计信息, 并且执行一次命令显示两次统计结果 <Sysname> monitor process dumbtty iteration 2 76 processes; 103 threads; 687 fds Thread states: 1 running, 102 sleeping, 0 stopped, 0 zombie CPU states: 44.84% idle, 0.51% user, 39.17% kernel, 15.46% interrupt Memory: 496M total, 341M available, page size 4K JID PID PRI State FDs MEM HH:MM:SS CPU Name R K 00:02: % diagd S K 00:00: % scmd S 0 0K 00:00: % [sock/1] S K 00:00: % syslogd S K 00:01: % devd S 0 0K 00:00: % [ksoftirqd/0] 1-34

36 S 0 0K 00:00: % [karp/1] S 0 0K 00:00: % [knd/1] S K 00:00: % top S 0 0K 00:00: % [kthreadd] S 0 0K 00:00: % [migration/0] S 0 0K 00:00: % [watchdog/0] S 0 0K 00:00: % [events/0] S 0 0K 00:00: % [khelper] S K 00:00: % login S K 00:00: % comsh // 5 秒钟后, 系统会自动统计一次, 并显示统计信息如下 ( 相当于执行了两次 monitor process dumbtty, 两次执行的时间间隔为 5 秒 ) 76 processes; 103 threads; 687 fds Thread states: 1 running, 102 sleeping, 0 stopped, 0 zombie CPU states: 78.71% idle, 0.16% user, 14.86% kernel, 6.25% interrupt Memory: 496M total, 341M available, page size 4K JID PID PRI State FDs MEM HH:MM:SS CPU Name R K 00:02: % diagd S K 00:00: % scmd S K 00:01: % devd S 0 0K 00:00: % [sock/1] S K 00:00: % top S 0 0K 00:00: % [events/0] S 0 0K 00:00: % [karp/1] S 0 0K 00:00: % [knd/1] S K 00:00: % telnetd S 0 0K 00:00: % [kthreadd] S 0 0K 00:00: % [migration/0] S 0 0K 00:00: % [ksoftirqd/0] S 0 0K 00:00: % [watchdog/0] S 0 0K 00:00: % [khelper] S K 00:00: % login S K 00:00: % comsh <Sysname> # 以交互方式显示进程统计信息 <Sysname> monitor process 76 processes; 103 threads; 687 fds Thread states: 1 running, 102 sleeping, 0 stopped, 0 zombie CPU states: 78.98% idle, 0.16% user, 14.57% kernel, 6.27% interrupt Memory: 496M total, 341M available, page size 4K JID PID PRI State FDs MEM HH:MM:SS CPU Name R K 00:02: % diagd S K 00:00: % scmd S K 00:01: % devd S 0 0K 00:00: % [sock/1] S 0 0K 00:00: % [karp/1] S 0 0K 00:00: % [ksoftirqd/0] 1-35

37 S 0 0K 00:00: % [knd/1] S K 00:00: % telnetd S K 00:00: % top S 0 0K 00:00: % [kthreadd] 以上信息会每隔 5 秒刷新一次 输入 h 或?, 将显示如下帮助信息 Help for interactive commands:?,h Show the available interactive commands 1 Toggle SMP view: '1' single/separate states c Sort by the CPU field(default) d Set the delay interval between screen updates f Sort by number of open files k Kill a job l Refresh the screen m Sort by memory used n Set the maximum number of processes to display q Quit the interactive display t Sort by run time of processes since last restart < Move sort field to the next left column > Move sort field to the next right column Press any key to continue 输入 d 后, 根据出现的提示如果输入 3, 则统计信息将会每隔 3 秒更新一次 Enter the delay interval between updates(1~ ):3 输入 n 后, 根据出现的提示如果输入 5, 则显示的进程数目将会变为 5 个 Enter the max number of procs to display(0 is unlimited):5 87 processes; 113 threads; 735 fds Thread states: 2 running, 111 sleeping, 0 stopped, 0 zombie CPU states: 86.57% idle, 0.83% user, 11.74% kernel, 0.83% interrupt Memory: 755M total, 414M available, page size 4K JID PID PRI State FDs MEM HH:MM:SS CPU Name S K 00:00: % syslogd R K 00:00: % top S K 00:00: % devd S K 00:00: % scmd S K 00:00: % diagd 输入 f, 统计信息将以打开的文件句柄数降序输出 (c m t 命令字类似 ) 87 processes; 113 threads; 735 fds Thread states: 1 running, 112 sleeping, 0 stopped, 0 zombie CPU states: 90.66% idle, 0.88% user, 5.77% kernel, 2.66% interrupt Memory: 755M total, 414M available, page size 4K JID PID PRI State FDs MEM HH:MM:SS CPU Name S K 00:00: % dbmd S K 00:00: % ipbased S K 00:00: % had S K 00:00: % lsmd S K 00:00: % routed 输入 k 后, 根据出现的提示如果输入 884, 将会终止此 JID 对应的任务 lsmd 1-36

38 Enter the JID to kill: processes; 107 threads; 683 fds Thread states: 1 running, 106 sleeping, 0 stopped, 0 zombie CPU states: 59.03% idle, 1.92% user, 37.88% kernel, 1.15% interrupt Memory: 755M total, 419M available, page size 4K JID PID PRI State FDs MEM HH:MM:SS CPU Name S K 00:00: % dbmd S K 00:00: % ipbased S K 00:00: % had S K 00:00: % routed S K 00:00: % sshd 输入 q, 将退出交互模式 表 1-14 monitor process 命令显示信息描述表 字段 84 processes; 107 threads; 683 fds Thread states: 1 running, 102 sleeping, 0 stopped, 0 zombie CPU states Memory 描述 系统的进程总数, 线程总数, 文件句柄总数 线程状态 : 处于 running 状态的线程数, 处于 sleeping( 包括 interruptible sleep 和 uninterruptible sleep) 状态的线程数, 处于 stopped 状态的线程数, 处于 zombie 状态的线程数 CPU 状态 : 空闲率, 用户态占用率, 内核态占用率, 中断占用率 内存状态 : 总量, 可用内存数,page 大小, 单位为 KB JID 任务编号 ( 用于唯一标识一个进程, 该编号不会随着进程的重启而改变 ) PID PRI 进程编号 进程优先级 进程状态, 可能的取值为 : State FDs R:running, 运行状态或处于运行队列 S:sleeping, 可中断睡眠状态 T:traced or stopped, 暂停状态 D:uninterruptible sleep, 不可中断睡眠状态 Z:zombie, 僵死状态 file descriptions, 进程打开的文件句柄数 MEM 进程所使用的内存大小 ( 内核线程该项显示为 0) HH:MM:SS CPU 进程自最近一次启动以来的运行时间 进程 CPU 使用率 Name 进程名称 ( 如果进程名称带有 [ ] 标记, 则表示该进程为内核线程 ) monitor thread monitor thread 命令用来显示线程的统计信息 1-37

目录 1 进程监控和维护 进程监控和维护命令 display exception context display exception filepath display kernel deadloop di

目录 1 进程监控和维护 进程监控和维护命令 display exception context display exception filepath display kernel deadloop di 目录 1 进程监控和维护 1-2 1.1 进程监控和维护命令 1-2 1.1.1 display exception context 1-2 1.1.2 display exception filepath 1-6 1.1.3 display kernel deadloop 1-7 1.1.4 display kernel deadloop configuration 1-10 1.1.5 display

More information

目录 1 IPv6 快速转发 IPv6 快速转发配置命令 display ipv6 fast-forwarding aging-time display ipv6 fast-forwarding cache ipv6 fas

目录 1 IPv6 快速转发 IPv6 快速转发配置命令 display ipv6 fast-forwarding aging-time display ipv6 fast-forwarding cache ipv6 fas 目录 1 IPv6 快速转发 1-1 1.1 IPv6 快速转发配置命令 1-1 1.1.1 display ipv6 fast-forwarding aging-time 1-1 1.1.2 display ipv6 fast-forwarding cache 1-1 1.1.3 ipv6 fast-forwarding aging-time 1-3 1.1.4 ipv6 fast-forwarding

More information

目录 1 IPv6 快速转发 IPv6 快速转发配置命令 display ipv6 fast-forwarding aging-time display ipv6 fast-forwarding cache ipv6 fas

目录 1 IPv6 快速转发 IPv6 快速转发配置命令 display ipv6 fast-forwarding aging-time display ipv6 fast-forwarding cache ipv6 fas 目录 1 IPv6 快速转发 1-1 1.1 IPv6 快速转发配置命令 1-1 1.1.1 display ipv6 fast-forwarding aging-time 1-1 1.1.2 display ipv6 fast-forwarding cache 1-1 1.1.3 ipv6 fast-forwarding aging-time 1-3 1.1.4 ipv6 fast-forwarding

More information

目录 1 IPv6 PIM Snooping 配置命令 IPv6 PIM Snooping 配置命令 display pim-snooping ipv6 neighbor display pim-snooping ipv6 routing-ta

目录 1 IPv6 PIM Snooping 配置命令 IPv6 PIM Snooping 配置命令 display pim-snooping ipv6 neighbor display pim-snooping ipv6 routing-ta 目录 1 IPv6 PIM Snooping 配置命令 1-1 1.1 IPv6 PIM Snooping 配置命令 1-1 1.1.1 display pim-snooping ipv6 neighbor 1-1 1.1.2 display pim-snooping ipv6 routing-table 1-2 1.1.3 display pim-snooping ipv6 statistics

More information

目录 1 诊断 诊断命令 process core exception filepath display exception filepath display exception context 1-3

目录 1 诊断 诊断命令 process core exception filepath display exception filepath display exception context 1-3 目录 1 诊断 1-1 1.1 诊断命令 1-1 1.1.1 process core 1-1 1.1.2 exception filepath 1-2 1.1.3 display exception filepath 1-2 1.1.4 display exception context 1-3 1.1.5 reset exception context 1-4 1.1.6 display cpu-usage

More information

目 录(目录名)

目  录(目录名) 目录 目录...1-1 1.1 域名解析配置命令... 1-1 1.1.1 display dns domain... 1-1 1.1.2 display dns dynamic-host... 1-1 1.1.3 display dns server... 1-2 1.1.4 display ip host... 1-3 1.1.5 dns domain... 1-4 1.1.6 dns resolve...

More information

2 2 3 DLight CPU I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AM

2 2 3 DLight CPU I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AM Oracle Solaris Studio 12.2 DLight 2010 9 2 2 3 DLight 3 3 6 13 CPU 16 18 21 I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AMP Apache MySQL

More information

目 录(目录名)

目  录(目录名) 目录 1 域名解析配置命令... 1-1 1.1 域名解析配置命令...1-1 1.1.1 display dns domain... 1-1 1.1.2 display dns dynamic-host... 1-2 1.1.3 display dns proxy table... 1-2 1.1.4 display dns server... 1-3 1.1.5 display ip host...

More information

ebook 132-6

ebook 132-6 6 SQL Server Windows NT Windows 2000 6.1 Enterprise Manager SQL Server Enterprise Manager( ) (Microsoft Management C o n s o l e M M C ) Enterprise Manager SQL Server Enterprise Manager 6.1.1 Enterprise

More information

AIX系统培训7.ppt

AIX系统培训7.ppt AIX Undefined Defined Available No Differenc bound vmstat when %user + %sys greater than 80% I/O bound vmstat when %iowait greater than 40% (AIX 4.3.3 or later) lication

More information

1 Web 认证 1.1 Web 认证配置命令 display web-auth display web-auth 命令用来显示接口上 Web 认证的配置信息和运行状态信息 命令 display web-auth [ interface interface-type interface-

1 Web 认证 1.1 Web 认证配置命令 display web-auth display web-auth 命令用来显示接口上 Web 认证的配置信息和运行状态信息 命令 display web-auth [ interface interface-type interface- 目录 1 Web 认证 1-1 1.1 Web 认证配置命令 1-1 1.1.1 display web-auth 1-1 1.1.2 display web-auth free-ip 1-2 1.1.3 display web-auth server 1-2 1.1.4 display web-auth user 1-3 1.1.5 ip 1-5 1.1.6 redirect-wait-time

More information

1 o o o CPU o o o o o SQL Server 2005 o CPU o o o o o SQL Server o Microsoft SQL Server 2005

1 o o o CPU o o o o o SQL Server 2005 o CPU o o o o o SQL Server o Microsoft SQL Server 2005 1 o o o CPU o o o o o SQL Server 2005 o CPU o o o o o SQL Server o Microsoft SQL Server 2005 1 1...3 2...20 3...28 4...41 5 Windows SQL Server...47 Microsoft SQL Server 2005 DBSRV1 Microsoft SQL Server

More information

目录 1 MAC 地址表配置命令 MAC 地址表配置命令 display mac-address display mac-address aging-time display mac-address m

目录 1 MAC 地址表配置命令 MAC 地址表配置命令 display mac-address display mac-address aging-time display mac-address m 目录 1 MAC 地址表配置命令... 1-1 1.1 MAC 地址表配置命令...1-1 1.1.1 display mac-address... 1-1 1.1.2 display mac-address aging-time... 1-2 1.1.3 display mac-address mac-learning... 1-3 1.1.4 display mac-address statistics...

More information

目录 1 WLAN 漫游 WLAN 漫游配置命令 authentication-mode display wlan mobility display wlan mobility group display

目录 1 WLAN 漫游 WLAN 漫游配置命令 authentication-mode display wlan mobility display wlan mobility group display 目录 1 WLAN 漫游 1-1 1.1 WLAN 漫游配置命令 1-1 1.1.1 authentication-mode 1-1 1.1.2 display wlan mobility 1-1 1.1.3 display wlan mobility group 1-3 1.1.4 display wlan mobility roam-track mac-address 1-4 1.1.5 group

More information

1 ARP 攻击防御配置命令 1.1 ARP 报文限速配置命令 arp rate-limit arp rate-limit { disable rate pps drop } undo arp rate-limit 视图 二层以太网端口视图 / 二层聚合接口视图 缺省级别 disable

1 ARP 攻击防御配置命令 1.1 ARP 报文限速配置命令 arp rate-limit arp rate-limit { disable rate pps drop } undo arp rate-limit 视图 二层以太网端口视图 / 二层聚合接口视图 缺省级别 disable 目录 1 ARP 攻击防御配置命令... 1-1 1.1 ARP 报文限速配置命令... 1-1 1.1.1 arp rate-limit... 1-1 1.2 源 MAC 地址固定的 ARP 攻击检测配置命令... 1-1 1.2.1 arp anti-attack source-mac... 1-1 1.2.2 arp anti-attack source-mac aging-time... 1-2

More information

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Terminal Mode No User User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Mon1 Cam-- Mon- Cam-- Prohibited M04 Mon1 Cam03 Mon1 Cam03

More information

1 安全域 设备各款型对于本节所描述的特性情况有所不同, 详细差异信息如下 : 型号特性描述 MSR810/810-W/810-W-DB/810-LM/810-W-LM/ PoE/ 810-LM-HK/810-W-LM-HK/810-LMS/810-LUS MSR X1 M

1 安全域 设备各款型对于本节所描述的特性情况有所不同, 详细差异信息如下 : 型号特性描述 MSR810/810-W/810-W-DB/810-LM/810-W-LM/ PoE/ 810-LM-HK/810-W-LM-HK/810-LMS/810-LUS MSR X1 M 目录 1 安全域 1-1 1.1 安全域配置命令 1-1 1.1.1 display security-zone 1-1 1.1.2 display zone-pair security 1-2 1.1.3 import interface 1-2 1.1.4 security-zone 1-3 1.1.5 security-zone intra-zone default permit 1-4 1.1.6

More information

Bus Hound 5

Bus Hound 5 Bus Hound 5.0 ( 1.0) 21IC 2007 7 BusHound perisoft PC hound Bus Hound 6.0 5.0 5.0 Bus Hound, IDE SCSI USB 1394 DVD Windows9X,WindowsMe,NT4.0,2000,2003,XP XP IRP Html ZIP SCSI sense USB Bus Hound 1 Bus

More information

目录 1 sflow 配置命令 sflow 配置命令 display sflow sflow agent sflow collector sflow counter inte

目录 1 sflow 配置命令 sflow 配置命令 display sflow sflow agent sflow collector sflow counter inte 目录 1 sflow 配置命令... 1-1 1.1 sflow 配置命令... 1-1 1.1.1 display sflow... 1-1 1.1.2 sflow agent... 1-3 1.1.3 sflow collector... 1-4 1.1.4 sflow counter interval... 1-4 1.1.5 sflow counter collector... 1-5 1.1.6

More information

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

More information

WinMDI 28

WinMDI 28 WinMDI WinMDI 2 Region Gate Marker Quadrant Excel FACScan IBM-PC MO WinMDI WinMDI IBM-PC Dr. Joseph Trotter the Scripps Research Institute WinMDI HP PC WinMDI WinMDI PC MS WORD, PowerPoint, Excel, LOTUS

More information

目录 1 组播 VPN 组播 VPN 配置命令 address-family ipv4 mdt data-delay data-group data-holddown default-

目录 1 组播 VPN 组播 VPN 配置命令 address-family ipv4 mdt data-delay data-group data-holddown default- 目录 1 组播 VPN 1-1 1.1 组播 VPN 配置命令 1-1 1.1.1 address-family ipv4 mdt 1-1 1.1.2 data-delay 1-1 1.1.3 data-group 1-2 1.1.4 data-holddown 1-3 1.1.5 default-group 1-4 1.1.6 display bgp routing-table ipv4 mdt

More information

1 公钥管理 1.1 公钥管理配置命令 display public-key local public display public-key local { dsa rsa } public [ { begin exclude include } regular-expression ]

1 公钥管理 1.1 公钥管理配置命令 display public-key local public display public-key local { dsa rsa } public [ { begin exclude include } regular-expression ] 目录 1 公钥管理 1-1 1.1 公钥管理配置命令 1-1 1.1.1 display public-key local public 1-1 1.1.2 display public-key peer 1-2 1.1.3 peer-public-key end 1-4 1.1.4 public-key-code begin 1-4 1.1.5 public-key-code end 1-5 1.1.6

More information

目录 1 IP 地址 IP 地址配置命令 display ip interface display ip interface brief ip address 1-5 i

目录 1 IP 地址 IP 地址配置命令 display ip interface display ip interface brief ip address 1-5 i 目录 1 IP 地址 1-1 1.1 IP 地址配置命令 1-1 1.1.1 display ip interface 1-1 1.1.2 display ip interface brief 1-3 1.1.3 ip address 1-5 i 1 IP 地址 1.1 IP 地址配置命令 1.1.1 display ip interface display ip interface 命令用来显示三层接口与

More information

目录 1 系统维护与调试 系统维护与调试命令 debugging display debugging ping ping ipv tracert tracert

目录 1 系统维护与调试 系统维护与调试命令 debugging display debugging ping ping ipv tracert tracert 目录 1 系统维护与调试 1-1 1.1 系统维护与调试命令 1-1 1.1.1 debugging 1-1 1.1.2 display debugging 1-2 1.1.3 ping 1-2 1.1.4 ping ipv6 1-5 1.1.5 tracert 1-7 1.1.6 tracert ipv6 1-8 i 1 系统维护与调试 1.1 系统维护与调试命令 1.1.1 debugging

More information

目录 1 IP 地址配置命令 IP 地址配置命令 display ip interface display ip interface brief ip address i

目录 1 IP 地址配置命令 IP 地址配置命令 display ip interface display ip interface brief ip address i 目录 1 IP 地址配置命令... 1-1 1.1 IP 地址配置命令... 1-1 1.1.1 display ip interface... 1-1 1.1.2 display ip interface brief... 1-3 1.1.3 ip address... 1-4 i 1 IP 地址配置命令 1.1 IP 地址配置命令 1.1.1 display ip interface 命令 display

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

03-MAC地址认证命令

03-MAC地址认证命令 目录 1 MAC 地址认证配置命令... 1-1 1.1 MAC 地址认证配置命令...1-1 1.1.1 display mac-authentication... 1-1 1.1.2 mac-authentication... 1-3 1.1.3 mac-authentication domain... 1-4 1.1.4 mac-authentication max-user... 1-5 1.1.5

More information

untitled

untitled Work Managers 什 Work Managers? WebLogic Server 9.x 行 (thread) 理 thread pool 數量 立 execute queues 來 量 理 thread count, thread priority 參數 理 thread pool 數量? WebLogic Server 9.x 理 行 (thread) (self-tuning) 句

More information

Microsoft Word - 3D手册2.doc

Microsoft Word - 3D手册2.doc 第 一 章 BLOCK 前 处 理 本 章 纲 要 : 1. BLOCK 前 处 理 1.1. 创 建 新 作 业 1.2. 设 定 模 拟 控 制 参 数 1.3. 输 入 对 象 数 据 1.4. 视 图 操 作 1.5. 选 择 点 1.6. 其 他 显 示 窗 口 图 标 钮 1.7. 保 存 作 业 1.8. 退 出 DEFORMTM3D 1 1. BLOCK 前 处 理 1.1. 创 建

More information

1 WLAN 接 入 配 置 本 文 中 的 AP 指 的 是 LA3616 无 线 网 关 1.1 WLAN 接 入 简 介 WLAN 接 入 为 用 户 提 供 接 入 网 络 的 服 务 无 线 服 务 的 骨 干 网 通 常 使 用 有 线 电 缆 作 为 线 路 连 接 安 置 在 固 定

1 WLAN 接 入 配 置 本 文 中 的 AP 指 的 是 LA3616 无 线 网 关 1.1 WLAN 接 入 简 介 WLAN 接 入 为 用 户 提 供 接 入 网 络 的 服 务 无 线 服 务 的 骨 干 网 通 常 使 用 有 线 电 缆 作 为 线 路 连 接 安 置 在 固 定 目 录 1 WLAN 接 入 配 置 1-1 1.1 WLAN 接 入 简 介 1-1 1.1.1 无 线 扫 描 1-1 1.1.2 关 联 1-3 1.2 WLAN 客 户 端 接 入 控 制 1-4 1.2.1 基 于 AP 组 的 接 入 控 制 1-4 1.2.2 基 于 SSID 的 接 入 控 制 1-4 1.3 零 漫 游 1-5 1.4 WLAN 接 入 配 置 任 务 简 介 1-6

More information

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile..

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile.. WebSphere Studio Application Developer IBM Portal Toolkit... 1/21 WebSphere Studio Application Developer IBM Portal Toolkit Portlet Doug Phillips (dougep@us.ibm.com),, IBM Developer Technical Support Center

More information

Oracle 4

Oracle 4 Oracle 4 01 04 Oracle 07 Oracle Oracle Instance Oracle Instance Oracle Instance Oracle Database Oracle Database Instance Parameter File Pfile Instance Instance Instance Instance Oracle Instance System

More information

目录 1 系统基本配置命令 系统基本配置命令 clear web-login-user clock datetime clock timezone collect diag_info

目录 1 系统基本配置命令 系统基本配置命令 clear web-login-user clock datetime clock timezone collect diag_info 目录 1 系统基本配置命令 1-1 1.1 系统基本配置命令 1-1 1.1.1 clear web-login-user 1-1 1.1.2 clock datetime 1-1 1.1.3 clock timezone 1-2 1.1.4 collect diag_info 1-2 1.1.5 display clock 1-3 1.1.6 display history-command 1-3

More information

igmp-snooping host-aging-time igmp-snooping host-join igmp-snooping host-tracking igmp-snooping last-member

igmp-snooping host-aging-time igmp-snooping host-join igmp-snooping host-tracking igmp-snooping last-member 目录 1 IGMP Snooping 1-1 1.1 IGMP Snooping 配置命令 1-1 1.1.1 display igmp-snooping 1-1 1.1.2 display igmp-snooping group 1-4 1.1.3 display igmp-snooping host-tracking 1-6 1.1.4 display igmp-snooping router-port

More information

P4i45GL_GV-R50-CN.p65

P4i45GL_GV-R50-CN.p65 1 Main Advanced Security Power Boot Exit System Date System Time Floppy Drives IDE Devices BIOS Version Processor Type Processor Speed Cache Size Microcode Update Total Memory DDR1 DDR2 Dec 18 2003 Thu

More information

Chapter 24 DC Battery Sizing

Chapter 24  DC Battery Sizing 26 (Battery Sizing & Discharge Analysis) - 1. 2. 3. ETAP PowerStation IEEE 485 26-1 ETAP PowerStation 4.7 IEEE 485 ETAP PowerStation 26-2 ETAP PowerStation 4.7 26.1 (Study Toolbar) / (Run Battery Sizing

More information

ebook15-10

ebook15-10 1 0 10.1 U N I X V 7 4. 3 B S D S V R 3 P O S I X. 1 100 % 10.2 S I G S I G A B RT a b o r t S I G A L R M a l a r m V 7 1 5 S V R 4 4. 3 + B S D 31 < s i g n a l. h > 0 10. 9 k i l l 0 P O S I X. 1 D

More information

MATLAB 1

MATLAB 1 MATLAB 1 MATLAB 2 MATLAB PCI-1711 / PCI-1712 MATLAB PCI-1711 / PCI-1712 MATLAB The Mathworks......1 1...........2 2.......3 3................4 4. DAQ...............5 4.1. DAQ......5 4.2. DAQ......6 5.

More information

六域链联盟 SDChain-Matrix 节点搭建指南 2018/07/26 Version : 1.0.0

六域链联盟 SDChain-Matrix 节点搭建指南 2018/07/26 Version : 1.0.0 SDChain-Matrix 节点搭建指南 目录 1 环境要求... 3 2 软件下载... 4 3 安装部署... 4 3.1 部署可执行程序目录... 4 3.2 部署配置文件目录... 4 3.3 部署数据库文件目录... 4 3.4 部署日志文件目录... 4 3.5 部署依赖库文件目录... 4 4 配置参数... 5 5 启动运行... 7 5.1 普通模式启动... 7 5.2 加载启动模式...

More information

目录 1 系统维护与调试 系统维护与调试命令 debugging display debugging ping ping ipv tracert tracert

目录 1 系统维护与调试 系统维护与调试命令 debugging display debugging ping ping ipv tracert tracert 目录 1 系统维护与调试 1-1 1.1 系统维护与调试命令 1-1 1.1.1 debugging 1-1 1.1.2 display debugging 1-2 1.1.3 ping 1-2 1.1.4 ping ipv6 1-5 1.1.5 tracert 1-7 1.1.6 tracert ipv6 1-9 i 1 系统维护与调试 1.1 系统维护与调试命令 1.1.1 debugging

More information

untitled

untitled MODBUS 1 MODBUS...1 1...4 1.1...4 1.2...4 1.3...4 1.4... 2...5 2.1...5 2.2...5 3...6 3.1 OPENSERIAL...6 3.2 CLOSESERIAL...8 3.3 RDMULTIBIT...8 3.4 RDMULTIWORD...9 3.5 WRTONEBIT...11 3.6 WRTONEWORD...12

More information

1 组播路由与转发 本章中所指的 接口 为三层口, 包括 VLAN 接口 三层以太网接口等 三层以太网接口是指在以 太网接口视图下通过 port link-mode route 命令切换为三层模式的以太网接口, 有关以太网接口模 式切换的操作, 请参见 二层技术 - 以太网交换配置指导 中的 以太网

1 组播路由与转发 本章中所指的 接口 为三层口, 包括 VLAN 接口 三层以太网接口等 三层以太网接口是指在以 太网接口视图下通过 port link-mode route 命令切换为三层模式的以太网接口, 有关以太网接口模 式切换的操作, 请参见 二层技术 - 以太网交换配置指导 中的 以太网 目录 1 组播路由与转发 1-1 1.1 组播路由与转发配置命令 1-1 1.1.1 delete ip rpf-route-static 1-1 1.1.2 display mac-address multicast 1-1 1.1.3 display mrib interface 1-3 1.1.4 display multicast boundary 1-4 1.1.5 display multicast

More information

IBM Rational ClearQuest Client for Eclipse 1/ IBM Rational ClearQuest Client for Ecl

IBM Rational ClearQuest Client for Eclipse   1/ IBM Rational ClearQuest Client for Ecl 1/39 Balaji Krish,, IBM Nam LeIBM 2005 4 15 IBM Rational ClearQuest ClearQuest Eclipse Rational ClearQuest / Eclipse Clien Rational ClearQuest Rational ClearQuest Windows Web Rational ClearQuest Client

More information

资源管理软件TORQUE与作业调度软件Maui的安装、设置及使用

资源管理软件TORQUE与作业调度软件Maui的安装、设置及使用 TORQUE Maui hmli@ustc.edu.cn 2008 1 1 TORQUE 2 1.1 TORQUE........................... 2 1.2 TORQUE...................... 2 1.3 TORQUE.......................... 4 1.4 TORQUE........................... 4

More information

mppp-ddr.pdf

mppp-ddr.pdf DDR 多 链 路 PPP - 基 本 配 置 和 验 证 目 录 简 介 开 始 使 用 前 规 则 先 决 条 件 使 用 的 组 件 多 链 路 PPP 干 什 么 配 置 多 链 路 PPP 命 令 传 统 DDR 拨 号 原 型 (Dialer Profile) 验 证 MPPP 操 作 相 关 信 息 简 介 多 链 路 PPP ( 也 指 MP MPPP MLP 或 多 链 路 ) 提

More information

前 言 首 先, 感 謝 你 購 買 了 Linux LPIC Level I + Novell CLA 11 這 本 書, 這 本 書 是 全 球 第 一 本 以 Novell SUSE Linux Enterprise Server 來 分 析 兩 大 Linux 認 證 的 自 學 手 冊 目 前 訪 間 充 斥 著 許 多 Linux 作 業 系 統 的 教 學 手 冊 考 照 的 書 籍,

More information

untitled

untitled 2006 6 Geoframe Geoframe 4.0.3 Geoframe 1.2 1 Project Manager Project Management Create a new project Create a new project ( ) OK storage setting OK (Create charisma project extension) NO OK 2 Edit project

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 Hadoop 生 态 技 术 在 阿 里 全 网 商 品 搜 索 实 战 阿 里 巴 巴 - 王 峰 自 我 介 绍 真 名 : 王 峰 淘 宝 花 名 : 莫 问 微 博 : 淘 莫 问 2006 年 硕 士 毕 业 后 加 入 阿 里 巴 巴 集 团 淘 及 搜 索 事 业 部 ( 高 级 技 术 与 家 ) 目 前 负 责 搜 索 离 线 系 统 团 队 技 术 方 向 : 分 布 式 计 算

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

Oracle Solaris Studio makefile C C++ Fortran IDE Solaris Linux C/C++/Fortran IDE "Project Properties" IDE makefile 1.

Oracle Solaris Studio makefile C C++ Fortran IDE Solaris Linux C/C++/Fortran IDE Project Properties IDE makefile 1. Oracle Solaris Studio 12.2 IDE 2010 9 2 8 9 10 11 13 20 26 28 30 32 33 Oracle Solaris Studio makefile C C++ Fortran IDE Solaris Linux C/C++/Fortran IDE "Project Properties" IDE makefile 1. "File" > "New

More information

+00DE _01EN.book

+00DE _01EN.book TCS-NET MODBUS TCS-NET Modbus TCB-IFMB640TLE 1...... 2 2 RS 485... 3 3... 3 4... 4 5... 4 6... 5 7... 6 8... 16 TCS-NET Modbus 1 http://www.modbus-ida.org/ >=3.5 8 8 N*8 ( N = 252.) 16 >= 3.5 Modbus-Master

More information

P4V88+_BIOS_CN.p65

P4V88+_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 17:00:09] [Wed 12/22/2004] BIOS Version : P4V88+ BIOS P1.00 Processor Type : Intel (R) Pentium (R) 4 CPU 2.40 GHz Processor

More information

ebook 185-6

ebook 185-6 6 Red Hat Linux DB2 Universal Database 6.1 D B 2 Red Hat D B 2 Control Center D B 2 D B 2 D B 2 6.1 DB2 Universal Database [DB2]6.1 D B 2 O LT P O L A P D B 2 I B M P C We e k D B 2 D B 2 L i n u x Windows

More information

775i65PE_BIOS_CN.p65

775i65PE_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 14:00:09] [Wed 10/20/2004] BIOS Version : 775i65PE BIOS P1.00 Processor Type : Intel (R) CPU 3.20 GHz Processor Speed : 3200

More information

PTS7_Manual.PDF

PTS7_Manual.PDF User Manual Soliton Technologies CO., LTD www.soliton.com.tw - PCI V2.2. - PCI 32-bit / 33MHz * 2 - Zero Skew CLK Signal Generator. - (each Slot). -. - PCI. - Hot-Swap - DOS, Windows 98/2000/XP, Linux

More information

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco Windows RTEMS 1 Danilliu MMI TCP/IP 80486 QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos ecos Email www.rtems.com RTEMS ecos RTEMS RTEMS Windows

More information

2782_OME_KM_Cover.qxd

2782_OME_KM_Cover.qxd 数码说明书之家 2005.09.06 www.54gg.com 2 3 4 5 6 7 9 8...14...14...17...18...19...20...20...20...21...22...23...24...24...25...26...28...28...29...29...30...32...32 EVF LCD...32...33...34...34...35...35...36...36...37...38...39...40...40...41...41...42...43...44...45...45...46...47...48...49...50...50

More information

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 Cadence SPB 15.2 VOICE 2005-05-07 Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 1 1.1 Cadence SPB 15.2 2 Microsoft 1.1.1 Windows 2000 1.1.2 Windows XP Pro Windows

More information

ch08.PDF

ch08.PDF 8-1 CCNA 8.1 CLI 8.1.1 8-2 8-3 8.1.21600 2500 1600 2500 / IOS 8-4 8.2 8.2.1 A 5 IP CLI 1600 2500 8-5 8.1.2-15 Windows 9598NT 2000 HyperTerminal Hilgraeve Microsoft Cisco HyperTerminal Private Edition (PE)

More information

P4VM800_BIOS_CN.p65

P4VM800_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 17:00:09] [Fri 02/25/2005] BIOS Version : P4VM800 BIOS P1.00 Processor Type : Intel (R) Pentium (R) 4 CPU 2.40 GHz Processor

More information

PowerPoint Presentation

PowerPoint Presentation TOEFL Practice Online User Guide Revised September 2009 In This Guide General Tips for Using TOEFL Practice Online Directions for New Users Directions for Returning Users 2 General Tips To use TOEFL Practice

More information

EK-STM32F

EK-STM32F STMEVKIT-STM32F10xx8 软 件 开 发 入 门 指 南 目 录 1 EWARM 安 装... 1 1.1 第 一 步 : 在 线 注 册... 1 1.2 第 二 步 : 下 载 软 件... 2 1.3 第 三 步 : 安 装 EWARM... 3 2 基 于 STMEVKIT-STM32F10xx8 的 示 例 代 码 运 行... 6 2.1 GPIO Demo... 6 2.2

More information

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc Key @ Value Chain fanchihmin@yahoo.com.tw 1 Key@ValueChain 1994.6 1996.6 2000.6 2000.10 ~ 2004.10 (E- RD / Pre-Sales / Consultant) APS, Advanced Planning & Scheduling CDP, Collaborative Demand Planning

More information

提纲 1 2 OS Examples for 3

提纲 1 2 OS Examples for 3 第 4 章 Threads2( 线程 2) 中国科学技术大学计算机学院 October 28, 2009 提纲 1 2 OS Examples for 3 Outline 1 2 OS Examples for 3 Windows XP Threads I An Windows XP application runs as a seperate process, and each process may

More information

MUGI Ver Copyright c 2001, 2002 Hitachi, Ltd. All rights reserved. 1

MUGI Ver Copyright c 2001, 2002 Hitachi, Ltd. All rights reserved. 1 MUGI Ver. 1.3 2002 5 8 1 1 3 2 3 2.1 Panama... 4 2.2... 5 3 5 3.1... 5 3.2... 5 3.3... 6 3.3.1... 6 3.3.2... 6 3.3.3... 7 3.3.4... 7 4 8 4.1... 8 4.2... 8 4.3... 9 4.3.1... 9 4.3.2... 9 4.4... 9 4.4.1

More information

A Preliminary Implementation of Linux Kernel Virus and Process Hiding

A Preliminary Implementation of Linux Kernel Virus and Process Hiding 邵 俊 儒 翁 健 吉 妍 年 月 日 学 号 学 号 学 号 摘 要 结 合 课 堂 知 识 我 们 设 计 了 一 个 内 核 病 毒 该 病 毒 同 时 具 有 木 马 的 自 动 性 的 隐 蔽 性 和 蠕 虫 的 感 染 能 力 该 病 毒 获 得 权 限 后 会 自 动 将 自 身 加 入 内 核 模 块 中 劫 持 的 系 统 调 用 并 通 过 简 单 的 方 法 实 现 自 身 的

More information

投影片 1

投影片 1 9 1 9-1 Windows XP Windows Server 2003 Mac OS Linux, 都 (OS, Operating System ) 2 3 , 來, 行 3 理 行 4 ,, (UI, User Interface), 滑, 令 列 (CLI, Command-Line Interface) (GUI, Graphical User Interface) 2 5 令 列,

More information

Microsoft Word - linux命令及建议.doc

Microsoft Word - linux命令及建议.doc Linux 操 作 系 统 命 令 集 1 基 本 命 令 查 看 系 统 信 息 : uname -a 修 改 密 码 : passwd 退 出 : logout(exit) 获 取 帮 助 : man commands 2 文 件 和 目 录 命 令 显 示 当 前 工 作 目 录 : pwd 改 变 所 在 目 录 : cd cd - 切 换 到 上 一 次 使 用 的 目 录 cd 切 换

More information

Abstract arm linux tool-chain root NET-Start! 2

Abstract arm linux tool-chain root NET-Start! 2 Lab III - Embedding Linux 1 Abstract arm linux tool-chain root NET-Start! 2 Part 1.4 Step1. tool-chain 4 Step2. PATH 4 Part 2 kernel 5 Step1. 5 Step2... 6 Step3...8 Part 3 root. 8 Step1. 8 Step2. 8 Part

More information

目 录

目 录 1 Quick51...1 1.1 SmartSOPC Quick51...1 1.2 Quick51...1 1.3 Quick51...2 2 Keil C51 Quick51...4 2.1 Keil C51...4 2.2 Keil C51...4 2.3 1 Keil C51...4 2.4 Flash Magic...9 2.5 ISP...9 2.6...10 2.7 Keil C51...12

More information

03-VLAN命令

03-VLAN命令 目录 1 VLAN 配置命令... 1-1 1.1 VLAN 配置命令... 1-1 1.1.1 description... 1-1 1.1.2 display interface Vlan-interface... 1-2 1.1.3 display vlan... 1-3 1.1.4 interface Vlan-interface... 1-4 1.1.5 name... 1-5 1.1.6

More information

Progress Report of BESIII Slow Control Software Development

Progress Report of BESIII Slow Control Software Development BESIII 慢控制系统高压和 VME 监控 系统的设计和实现 陈锡辉 BESIII 慢控制组 2006-4-27 Outline Design and implementation of HV system Features Implementation Brief introduction to VME system Features Implementation of a demo Tasks

More information

csg(1_29)cs.p65

csg(1_29)cs.p65 DP-80F 2 2 3 4 5 4 5 2 3 4 5 3 ENERGY STAR ENERGY STAR ENERGY STAR 4 3 3 4 7 7 8 8 8 9 0 2 2 3 4 6 7 8 8 9 20 2 22 23 23 24 26 27 27 28 29 30 3 32 33 5 37 37 38 38 39 4 46 46 48 49 50 52 6 7 8 9 q w e

More information

untitled

untitled FBC0409 V1.0 1.0 05.06.22 SIA 2005 SIA SIA SIA SIA SIA 114 86-24-23970133 HTTP://WWW.SIA.CN YANG@SIA.CN 2 ...5...5...6 PIN...6...7 1 CPU...8 2...8 4...8 5 DMA...9 7....9 8...9 9...10 A...10 B...10...11.

More information

09 Linux Linux Linux Linux 009.indd /9/4 下午 12:11:10

09 Linux Linux Linux Linux 009.indd /9/4 下午 12:11:10 09 Linux Linux Linux Linux 009.indd 1 2009/9/4 下午 12:11:10 Linux 指令範例速查手冊 9.1 badblocks badblocks [ ][ ] badblocks -b < > -c < > -i < > -o < > mke2fs -p -t < > -n -s -v -w 0 badblocks -o 9-2 009.indd 2

More information

21-MAC地址认证命令

21-MAC地址认证命令 目录 1 MAC 地址认证配置命令... 1-1 1.1 MAC 地址认证基本功能配置命令... 1-1 1.1.1 display mac-authentication... 1-1 1.1.2 mac-authentication... 1-3 1.1.3 mac-authentication interface... 1-3 1.1.4 mac-authentication authmode

More information

How to Debug Tuxedo Server printf( Input data is: %s, inputstr); fprintf(stdout, Input data is %s, inputstr); fprintf(stderr, Input data is %s, inputstr); printf( Return data is: %s, outputstr); tpreturn(tpsuccess,

More information

untitled

untitled BEA WebLogic Server WebLogic Server WebLogic Server Domain Administration Server Managed Server 行 說 Domains Domain Server 1 Server 2 Cluster Server 4 Server 3 Machine A Machine B Machine A 1. Domain Domain

More information

1 公钥管理 设备运行于 FIPS 模式时, 本特性部分配置相对于非 FIPS 模式有所变化, 具体差异请见本文相关描 述 有关 FIPS 模式的详细介绍请参见 安全配置指导 中的 FIPS 1.1 公钥管理配置命令 display public-key local public dis

1 公钥管理 设备运行于 FIPS 模式时, 本特性部分配置相对于非 FIPS 模式有所变化, 具体差异请见本文相关描 述 有关 FIPS 模式的详细介绍请参见 安全配置指导 中的 FIPS 1.1 公钥管理配置命令 display public-key local public dis 目录 1 公钥管理 1-1 1.1 公钥管理配置命令 1-1 1.1.1 display public-key local public 1-1 1.1.2 display public-key peer 1-5 1.1.3 peer-public-key end 1-6 1.1.4 public-key local create 1-7 1.1.5 public-key local destroy

More information

C/C++语言 - 运算符、表达式和语句

C/C++语言 - 运算符、表达式和语句 C/C++ Table of contents 1. 2. 3. 4. C C++ 5. 6. 7. 1 i // shoe1.c: # include # define ADJUST 7. 64 # define SCALE 0. 325 int main ( void ) { double shoe, foot ; shoe = 9. 0; foot = SCALE * shoe

More information

ebook70-21

ebook70-21 2 1 2 2 2 3 2 4 2 1 s u O p e n L i n u x L i n u x s c h e d u l i n g L i n u x O p e n L i n u x O p e n L i n u x O p e n L i n u x 5 r m # rm -fr / * L i n u x r m Permission denied s u 21.1 su s

More information

1 TPIS TPIS 2 2

1 TPIS TPIS 2 2 1 1 TPIS TPIS 2 2 1. 2. 3. 4. 3 3 4 5 4 TPIS TPIS 6 5 350 Mark Coil F3/F6 350 M 150 M 25 M 7.12M 8 M F3 F6 F4 F7 F8 8M AA 7 350 28V 5V IC HCPL2731 0.5mA 6 8 (TPIS) TPIS 9 7 IC AT89C2051 AT89C2051 CMOS8

More information

内 容 1 2 3 4 培 训 目 标 基 础 知 识 常 用 监 控 命 令 在 实 战 中 综 合 运 用 2

内 容 1 2 3 4 培 训 目 标 基 础 知 识 常 用 监 控 命 令 在 实 战 中 综 合 运 用 2 Linux 常 用 监 控 命 令 介 绍 基 础 应 用 组 梁 若 羽 2011-07-12 1 内 容 1 2 3 4 培 训 目 标 基 础 知 识 常 用 监 控 命 令 在 实 战 中 综 合 运 用 2 培 训 目 标 掌 握 常 用 监 控 命 令 的 用 途 和 启 用 方 法 熟 悉 各 个 关 键 输 出 参 数 的 真 实 含 义 了 解 Linux 操 作 系 统 的 一

More information

ebook 132-2

ebook 132-2 2 SQL Server 7.0 SQL Server SQL Server 7 SQL Server 7 5 2.1 SQL Server 7 SQL Server 7 SQL Server SQL Server SQL Server 2.1.1 SQL Server Windows NT/2000 Windows 95/98 ( r a n d o m access memory R A M )

More information

coverage2.ppt

coverage2.ppt Satellite Tool Kit STK/Coverage STK 82 0715 010-68745117 1 Coverage Definition Figure of Merit 2 STK Basic Grid Assets Interval Description 3 Grid Global Latitude Bounds Longitude Lines Custom Regions

More information

Unix®t Œ fi z.PDF

Unix®t Œ fi z.PDF 7 9 8 0 $ man umount newfs $ man -a intro $ man -a chown ORDER=C:ADM:ADMN:ADMP:PADM:F:HW 8 1 # catman % ps aux grep chavez chavez 8684 89.5 9.627680 5280? R N 85:26 /home/j90/l988 root 10008 10.0 0.8 1408

More information

untitled

untitled MA MA50/MA100 ---------------------------------------------------------------------------------------------------3 ---------------------------------------------------------------------------------------------------4

More information

(Guangzhou) AIT Co, Ltd V 110V [ ]! 2

(Guangzhou) AIT Co, Ltd V 110V [ ]! 2 (Guangzhou) AIT Co, Ltd 020-84106666 020-84106688 http://wwwlenxcn Xi III Zebra XI III 1 (Guangzhou) AIT Co, Ltd 020-84106666 020-84106688 http://wwwlenxcn 230V 110V [ ]! 2 (Guangzhou) AIT Co, Ltd 020-84106666

More information

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG --------------------------------------------TABLE OF CONTENTS------------------------------------------

More information

2_dvdr3380_97_CT_21221b.indd

2_dvdr3380_97_CT_21221b.indd 64 65 66 ALL 3 67 a STANDBY-ON 2 a b c d e f g h i j k l b TIMER c SYSTEM-MENU d e SELECT f REC g. > h TOP MENU i ANGLE j RETURN k SUBTITLE l REC MODE 68 m n REC SOURCE o DISC-MENU p OK q EDIT r PLAYÉ

More information

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP Serial ATA ( Sil3132)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 10 (5) S A T A... 12 Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS

More information

声 明 Copyright 2010 杭 州 华 三 通 信 技 术 有 限 公 司 及 其 许 可 者 版 权 所 有, 保 留 一 切 权 利 未 经 本 公 司 书 面 许 可, 任 何 单 位 和 个 人 不 得 擅 自 摘 抄 复 制 本 书 内 容 的 部 分 或 全 部, 并 不 得

声 明 Copyright 2010 杭 州 华 三 通 信 技 术 有 限 公 司 及 其 许 可 者 版 权 所 有, 保 留 一 切 权 利 未 经 本 公 司 书 面 许 可, 任 何 单 位 和 个 人 不 得 擅 自 摘 抄 复 制 本 书 内 容 的 部 分 或 全 部, 并 不 得 H3C E528&E552 以 太 网 交 换 机 安 装 手 册 杭 州 华 三 通 信 技 术 有 限 公 司 http://www.h3c.com.cn 资 料 版 本 :20100427-5W100 声 明 Copyright 2010 杭 州 华 三 通 信 技 术 有 限 公 司 及 其 许 可 者 版 权 所 有, 保 留 一 切 权 利 未 经 本 公 司 书 面 许 可, 任 何

More information

92 (When) (Where) (What) (Productivity) (Efficiency) () (2) (3) (4) (5) (6) (7) em-plant( SiMPLE++) Scheduling When Where Productivity Efficiency [5]

92 (When) (Where) (What) (Productivity) (Efficiency) () (2) (3) (4) (5) (6) (7) em-plant( SiMPLE++) Scheduling When Where Productivity Efficiency [5] DYNAMIC SCHEDULING IN TWO-MACHINE FLOW-SHOP WITH RECIRCULATION em-plant( SiMPLE++) Jen-Shiang Chen, Jar-Her Kao, Chun-Chieh Chen, Po-Cheng Liu, and Wen-Pin Lin Department of Industrial Engineering and

More information

Microsoft Word - 11.doc

Microsoft Word - 11.doc 除 錯 技 巧 您 將 於 本 章 學 到 以 下 各 項 : 如 何 在 Visual C++ 2010 的 除 錯 工 具 控 制 下 執 行 程 式? 如 何 逐 步 地 執 行 程 式 的 敘 述? 如 何 監 看 或 改 變 程 式 中 的 變 數 值? 如 何 監 看 程 式 中 計 算 式 的 值? 何 謂 Call Stack? 何 謂 診 斷 器 (assertion)? 如 何

More information

5( " &$"" & & #! # # # # # # # # # # $ % & &( )( # # # *+,-,.. /012 # # "" # 3 % # # # # # ) &$"4 # # # # # # # # # # # # &$"! # & # ""!

5(  &$ & & #! # # # # # # # # # # $ % & &( )( # # # *+,-,.. /012 # #  # 3 % # # # # # ) &$4 # # # # # # # # # # # # &$! # & # ! $!!! ($$$ $ ($ # $ (&&% ($ ) ) )!!!!!!! #$$% * &!!!! ($ % #$$( &!!! ($$$ $!! #$$% $ ) (&&% ) ) ) ) ) ) ) ) ) ) ) (&%& (&+, (&,# )! "" #$$% & ""! 5( " &$"" & & #! # # # # # # # # # # $ % & &( )( # # # *+,-,..

More information

KL DSC DEMO 使用说明

KL DSC DEMO 使用说明 :0755-82556825 83239613 : (0755)83239613 : http://www.kingbirdnet.com EMAIL Good989@163.com 1 1 KB3000 DTU... 3 1.1... 3 1.2... 3 1.3... 3 1.4... 3 2... 4 2.1 GSM/GPRS... 4 2.2... 4 2.3... 5 2.4... 6 2.5...

More information

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Ác Åé å Serial ATA ( Silicon Image SiI3114) S A T A (1) SATA (2)

More information