-
Notifications
You must be signed in to change notification settings - Fork 0
vishnuvp/fork-bomb-detector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How To Install? --------------- A : Normal installation # sudo insmod fbd.ko This will insert the module with the default values for maximum no of processes and young processes. Default values are Maximum No Of processes allowed is 180 Time to determine whether the process is young is 1 milli seconds No of young process allowed id 50 B : Changing the parameters sudo insmod fbd.ko threshold=180 young_age=100000 young_processes_allowed=50 This method can be used to change the default parameters of the FBD. The parameter threshold is used to set the maximum number of process, young_age will set the time for checking the age of process, young_processes_allowed will set the maximum number of younger processes allowed. How To Remove? -------------- # sudo rmmod fbd.ko Credits ------- Built as part of course work Thanks to rakeshrnair.india@gmail.com for adding parameter passing code, testing and bug fixes.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published