搜索资源列表
Gh0st RAT 远程控制软件源代码
- 控制端采用IOCP模型,数据传输采用zlib压缩方式 稳定快速,上线数量无上限,可同时控制上万台主机 控制端自动检测CPU使用率调整自己的工作线程, 稳定高效 宿主为svchost以系统服务启动,有远程守护线程,上线间隔为两分钟。 心跳包机制防止意外掉线.. 支持HTTP和DNS上线两种方式 自动恢复SSDT(这功能干什么,大家都知道,*自己做吧),安装本程序需要管理员权限 控制端237K,返朴归真的界面,生成的服务端无壳,111 K,可安装多个服务端 其它细节方面的功能大家自
SYSmonitor
- 在linux下获取/proc中的系统信息,得到cpu,硬盘,网络以及进程使用情况。实现功能类似windows下的任务管理器。-obtained in / proc of system information, to receive cpu, hard disk, networks and the use of the process. Windows functionality similar to the task manager.
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
get_all_proc_cpu
- 获取所有进程的CPU 准确率比较高 不需要延时等待CPU时间的一个间隔 -process to obtain all the CPU relatively high accuracy rate of delay need not wait for a CPU time interval
ProcessKiller
- 曾中过一次病毒,病毒文件占用高cpu导致无法进行其它操作,杀毒软件都启动不起来。于是编了个程序关闭配置罗列的进程。 原理是调用API获取系统进程快照,搜索到制定进程,将其关闭。
CPUDetect
- c++Builder6下实现的系统进程CPU使用率监控程序,当被监控程序CPU大于设置值时自动杀掉被监控进程。系统进程信息获取封装成C++Builder风格的类,可以实现系统进程列表获取;指定进程CPU使用率的获取;通过PID杀指定进程;通过程序名杀指定程序。
SystemInfo
- 获取cpu、内存、进程信息-access cpu, memory, process information
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
performance
- 进程CPU使用率的源码 直接使用PID调用一个函数就可获取相关 信息,类似win的taskmgr可获取所有进程 的cpu当前占用率.函数写在命名空间里,调用使用简单.-CPU utilization of the source process directly call a function using the PID can be access to relevant information, similar to win access to all the taskmgr pro
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.
system-manager.tar
- 分布式应用系统的自身设备管理软件,管理各服务器的网络状态,系统资源状态(CPU、内存、文件系统),应用进程状态等。软件采用标准SNMP协议,支持V1-V3版本。有代理也有管理模块,可以访问代理获取状态信息,也可以主动发TRAP,可以与第三方标准SNMP网管平台对接。-Distributed application system s own device management software to manage all the server s network status, system re
GetthecurrentoccupancyrateofallprocessthreadsCpu.r
- 获取当前所有进程计算线程 Cpu 占 用率 -Get all current occupancy rate of the process of computing threads Cpu
SystemMonitor
- 获取操作系统CPU、内存、磁盘使用情况的实用进程代码,支持Linux、AIX、HPUX,原创-Access to the operating system CPU, memory, disk usage utility process code to support Linux, AIX, HPUX, original
CPUmem
- 获取进程的CPU 内存的VBS脚本。很方便,可以用于nagios监控。-Get the process of the CPU memory VBS scr ipt. Very convenient, can be used for the nagios monitoring.
Get_Process_Info
- 模拟任务管理器 获取进程列表 ID 名字 路径及CPU 内存占用率-Analog Task Manager process list ID name path for CPU and memory usage
java-Access-to-computer(memory--CPU)
- java获取系统信息(CPU,内存,硬盘,进程)的相关方法和介绍,附上源码,请尽情下载-Java access to information systems (CPU, memory, hard disk, the correlation method and process) is introduced, with source code, please download
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.
TestProcessCpuTime
- 获取每个进程的时间、使用率接口方法。。。(Get process time, usage rate)