首页 专题 - 实验 - 软件 - 管理 - 布线 - 方案 - 配置 - 问题 - 协议 - 下载 - 交换 - 路由 - 无线 - 安全 - 认证 - Cisco - 华为 - 网吧 - ADSL
您是本帖第1781位浏览者 打印

cpu利用率分析求助

cpu利用率分析求助

在show proc cpu的时候,cpu利用率里有一项进程叫virtual Exec,谁知道这是一个什么进程。是作什么用的。

TOP

How Can the Exec and Virtual Exec Processes Cause High
CPU Utilization?
If there is a lot of data transferred through these sessions, the CPU utilization for the Exec process increases.
This is because when the router wants to send a simple character through these lines, the router uses some
CPU resources:
For the console (Exec), the router uses one interrupt per character.
The console interrupt can be seen in the show stacks command output:
router#show stacks
Minimum process stacks:
Free/Size Name
11516/12000 Router Init
9404/12000 Init
5520/6000 AIM_MIB_CREATION
5448/6000 RADIUS INITCONFIG
9728/12000 Virtual Exec
Interrupt level stacks:
Level Called Unused/Size Name
1 23035463 7008/9000 Network interfaces
2 0 9000/9000 Timebase Reference Interrupt
3 0 9000/9000 PA Management Int Handler
6 9791 8892/9000 16552 Con/Aux Interrupt
7 1334963882 8920/9000 MPC860 TIMER INTERRUPT
·
For the vty line (Virtual Exec), the telnet session has to build a TCP packet and send the character(s)
to the telnet client.
·
Troubleshoot High CPU Utilization in the Exec Process
Listed here are some possible reasons for high CPU utilization in the Exec process:
Too much data is sent through the console port.
Too many console messages generated by the router is a possible cause.
Check to see if any debugs have been started on the router with the show debugging
command.
1.
2. Disable console logging on the router with (no logging console ).
Verify if a long output is printed on the console (for example, a show tech−support or a
show memory ).
3.
·
There is a bug in the Cisco IOS software.
Use the Bug Toolkit ( registered customers only) to look for bugs with this symptom in your Cisco IOS
software release.
·
· The exec command is configured for asynchronous and auxiliary lines.

TOP