Skip to content

00ryanwelzel/processMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

processMonitor

(Ryan Welzel 6/2/2025)

Linux kernel module that displays process information through /proc


Features:

  • Creates a /proc/processMonitor entry to view process information
  • Uses seq_file API for efficiency and security
  • Bash script for simplicity

Requirements:

  • Linux OS with kernel headers installed
  • GCC compiler
  • CONFIG_PROC_FS enabled (usually default)

Install dependencies with:

  • Bash: sudo apt install build-essential linux-headers-$(uname -r)

About

Linux kernel module that displays process information through /proc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published