搜索资源列表
process
- 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 -prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Schedu
CPU
- 可先限制固定程序的CPU占用,防止死机现象,防止主机CPU100 ,控制CPU。-This program allow limit CPU usage by any other program. This can be usefull for example for those users, who use distributed clients and have problems with CPU overheating. Edit cpulimit.ini file for c
syym
- 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态,操作系统必须按照某种调度策略决定哪些进程优先占用CPU。本实验是在单处理机的情况下用优先权的调度策略实现处理机调度,以加深了解处理机调度的工作过程。-The introduction of multi-channel programming systems, often at the same time a number of processes in the ready state, the operating system mus
ha_processexplorer1204_fdl
- Process Explorer 是一款免费的增强型任务管理器,是最好的进程管理器. 它能让使用者了解看不到的在后台执行的处理程序,可以使用它方便地管理你的程序进程. 能监视,挂起,重启,强行终止任何程序,包括系统级别的不允许随便终止的关键进程和十分隐蔽的顽固木马. 除此之外,它还详尽地显示计算机信息: CPU,内存,I/O使用情况,可以显示一个程序调用了哪些动态链接库DLL,句柄,模块,系统进程. 以目录树的方式查看进程之间的归属关系,可以对进程进行调试. 可以查看进程的路径,以及公司,版本等
monitor
- 一个linux操作系统的任务管理器,它能反映系统的cpu和内存利用率,能显示系统进程以及每个进程的状态等相关信息,能显示系统的硬件等静态信息!-Linux operating system, a task manager, it reflects the system' s cpu and memory utilization, the system can display the status of processes and each process and other related
monitor.tar
- linux下的任务管理器,GTK编写。已实现查看所有进程,杀死进程,CPU信息,内存信息,以及相应的使用率的动态图,关机,重启,Halt功能。-Task Manager under linux, GTK to write. Realized View all processes, kill processes, CPU information, memory information, and the corresponding utilization of the dynamic graph,
system-monitor
- 在linux下用Qt实现的可以显示CPU占用、内存使用及所有进程的系统监视软件-In linux using Qt under the display CPU occupancy can be achieved, all the processes memory usage and system monitoring software
CPU_Scheduling-v2
- CPU kernel program for scheduling processes and making them look good. yeah..
ConsoleCPU
- 查看CPU使用率、进程及路径 -View CPU usage, processes, and the path to view CPU utilization, process and path
Process-Performance-Monitor
- 进程性能监视器 可监视系统进程及其占用cpu、内存情况,自动杀掉超过指定百分比(cpu或内存)的进程-Process Performance Monitor to monitor system processes occupy cpu, memory, automatically kill the process more than a specified percentage (CPU or memory)
a06
- Program in Linux. You can obtain the following system information: the currently running processes associated with the terminal, using System Monitor KDE:• Analyze the CPU usage • Display information about the number of people working in th
TaskMgrLH
- TaskMgrLH软件是一个进程列表枚举,CPU使用率的显示的源码,使用NativeAPI-TaskMgrLH software is an enumerated list of processes, CPU usage display the source code, the use of NativeAPI
FCFS
- CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
SystemInformation
- 用来查看cpu占用率,内存占用率,硬盘容量,系统进程等信息-To view the cpu usage, memory usage, hard disk capacity, system processes and other information
multi_ebb_procs_test
- Test running multiple EBB using processes at once on a single CPU. They should all run happily without interfering with each other.