8000 GitHub - vishnuvp/fork-bomb-detector
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vishnuvp/fork-bomb-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

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

No packages published

Contributors 2

  •  
  •  
0