Skip to content

This code is a sample application with the related Linux kernel module and shares memory information of a process with the calling process via a Kernel-user shared memory

License

Notifications You must be signed in to change notification settings

sinainnet/process-stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process-stat

It is a reporting system that pass per-process reosurce usage with a zero-copy API to the users. It may be used in resource monitoring libraries to calculate memory, I/O or cpu load and usages overal or per processes.

Build

To build the module:

make
insmode mmap.ko

To build testapp:

gcc test.c

About

This code is a sample application with the related Linux kernel module and shares memory information of a process with the calling process via a Kernel-user shared memory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published