Introduction - If you have any usage issues, please Google them yourself
A Linux process manager has the following functions:
The process of managing the system,
Including the ID of the process in the system, owner ID, effective user ID,
The relationship between processes, the memory size of each process, the state of the process;
Lists the file descriptors used by each process and the files they open;
Listing the current signal usage of each process,
Including the signal of each block, the processing of each signal (such as which one is used, such as Catch function, give the address or name of Catch function);
Can suspend, suspend or terminate a process. Counting the running time of each process,
Includes system time,user time and clock (i.e. from start to finish).
Gives the executable file name, owner name, effective name for each process.
Use graphical interfaces.
Real-time statistics system CPU and memory status
Packet : 105230289processmanager.rar filelist
exe\communicationmodule-driver.ko
exe\psmanager
Sourcecode\communicationmodule(内核模块)\communicationmodule-driver.c
Sourcecode\communicationmodule(内核模块)\Makefile
Sourcecode\psmanager(主程序)\about.cpp
Sourcecode\psmanager(主程序)\about.h
Sourcecode\psmanager(主程序)\childprocessform.cpp
Sourcecode\psmanager(主程序)\childprocessform.h
Sourcecode\psmanager(主程序)\detailform.cpp
Sourcecode\psmanager(主程序)\detailform.h
Sourcecode\psmanager(主程序)\mainform.cpp
Sourcecode\psmanager(主程序)\mainform.h
Sourcecode\psmanager(主程序)\Makefile
Sourcecode\psmanager(主程序)\openfiles.cpp
Sourcecode\psmanager(主程序)\openfiles.h
Sourcecode\psmanager(主程序)\ProcCollection.cpp
Sourcecode\psmanager(主程序)\ProcCollection.h
Sourcecode\psmanager(主程序)\processmanagement.cpp
Sourcecode\psmanager(主程序)\ProcItem.cpp
Sourcecode\psmanager(主程序)\ProcItem.h
Sourcecode\psmanager(主程序)\sigalform.cpp
Sourcecode\psmanager(主程序)\SigItem.cpp
Sourcecode\psmanager(主程序)\SigItem.h
Sourcecode\psmanager(主程序)\signalform.cpp
Sourcecode\psmanager(主程序)\signalform.h
使用说明.txt
Sourcecode\communicationmodule(内核模块)
Sourcecode\psmanager(主程序)
exe
Sourcecode