File: README.forkbench

package info (click to toggle)
gatling 0.13-6.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,260 kB
  • sloc: ansic: 25,952; makefile: 143; sh: 71; perl: 30
file content (9 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
forkbench will fork off many child processes (settable on the command
line with -c, default is 1000).

Each child will write a single character into a pipe, and the parent
will read that single character out of the pipe.  Then the child will
block and wait for SIGTERM.  The parent will take the time for creating
the child and receiving the character.

Ideally, this time should be more or less constant.