搜索资源列表
VC-system-programming
- 包括:cdrom控制,cpu和mouse信息,USB编程,测试cpu速度,检测键盘按键,列出进程,鼠标钩子编程,系统信息获取,注册表编程-include : cdrom control, cpu and mouse information, USB programming, cpu speed test to detect the keyboard keys, listing process, the mouse hook programming, system information acce
ProcessKiller
- 曾中过一次病毒,病毒文件占用高cpu导致无法进行其它操作,杀毒软件都启动不起来。于是编了个程序关闭配置罗列的进程。 原理是调用API获取系统进程快照,搜索到制定进程,将其关闭。
SysDoctor
- 获取系统信息,包括CPU、MEM、磁盘、OS、性能、活动进程等。另外程序还使用了ActiveSkin换肤技术,让界面QQ。-access to system information, including CPU, MEM, disk, OS, performance, process and other activities. Another procedure also used the ActiveSkin Eurocargo technology that enables interfac
GetSysInfo
- 根据进程ID获取进程的内存使用量,CPU使用率,线程个数据信息,例子是一个获取IE进程使用情况例子-PROCESS MEMORY,CPU,THREAD
EnumProcess
- 获取查看系统的当前进程状况、查看进程树、查看进程modal、CPU利用率、并可关闭相应进程的源代码示例-Access to view the system status of the current process to see the process tree, view the process of modal, CPU utilization, process and close the corresponding source code examples
GetSysCpuUsage
- 这是作者在开发主机监控工程中的一段代码,可以获取进程中的CPU利用率。-This is the author of works in the development of the host to monitor a section of code that can be accessed in the process of CPU utilization.
SystemMonitor
- 获取操作系统CPU、内存、磁盘使用情况的实用进程代码,支持Linux、AIX、HPUX,原创-Access to the operating system CPU, memory, disk usage utility process code to support Linux, AIX, HPUX, original
CpuInfo
- 获取当前所有进程线程Cpu占用率,显示本机进程、服务-Get the current occupancy rate of all process threads Cpu
TestSystemStatus
- 获取当前系统状态,包括cpu.内存.进程等信息.vc实现-system status
Linux-getpcpuandpmem.tar
- C语言实现,可用于linux下获取系统的某一个指定进程的CPU占用率和内存占用率。-C language, can be used to obtain a specified system process CPU utilization and memory usage under linux.
Get_Process_Info
- 模拟任务管理器 获取进程列表 ID 名字 路径及CPU 内存占用率-Analog Task Manager process list ID name path for CPU and memory usage
ProcessManagement
- 用 vc 实现进程管理,包括进程创建,销毁,获获取pid,cpu占用率,内存占用率,描述等信息-Vc used to achieve process management, including process creation, destruction, was to get pid, cpu usage, memory usage, descr iption and other information.
Procdump
- dump 系统进程信息,结合mimikatz 使用,可以获取系统hash-Using ProcDump usage: procdump [-a] [[-c|-cl CPU usage] [-u] [-s seconds]] [-n exceeds] [-e [1 [-b]] [-f <filter,...>] [-g] [-h] [-l] [-m|-ml commit usage] [-ma |-mp] [-o] [-p|-pl counter threshold] [-r
TestProcessCpuTime
- 获取每个进程的时间、使用率接口方法。。。(Get process time, usage rate)