원문정보
초록
영어
Performance analysis of process plays a significant role in improving the overall efficiency of any system. Usually, this task is accomplished either by system level commands or user space applications, based on procfs or sysfs file system. There are many creative techniques and popular commercial applications available to perform this management and fine tuning of process. But, these existing user space based mechanisms are limited in scope and often fail to provide the required process specific data to user. In order to avoid this limitation, we have proposed a new linux kernel module (LKM) based approach, which can be potentially used to track any process specific data in real time. In this approach, the user does not require any separate tool but the kernel module to gather all essential information. Further, the competence of this module based technique can be enhanced by incorporating additional functionalities and thereby making it a full-fledged multi process abstraction layer to cater the needs of any high performance embedded platform.
목차
1. INTRODUCTION
2. DEVICE DRIVERS IN LINUX
3. LINUX REAL-TIME PROCESS MONITOR IMPLEMENTATION
3.1 User space Data Collection System
3.2 Kernel Module Code
4. RESULTS
5. EVALUATION
6. FUTURE WORK
7. CONCLUSION
REFERENCES