Skip to content

A primitive benchmark measuring the time it takes to fork, exec and destroy x processes

License

Notifications You must be signed in to change notification settings

mondalaci/fork-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fork benchmark

Fork benchmark is a primitive benchmark that measures the time that is required to fork, exec and destroy x processes, where you can define x as the command line argument.

I created it because I was wondering why SysVinit is so slow. Hint: It's not because forks are slow, but but because init runs the services scripts sequantially, not in parallel.

About

A primitive benchmark measuring the time it takes to fork, exec and destroy x processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published