![]() |
![]()
| ![]() |
![]()
NAMElat_proc - process creation tests SYNOPSISlat_proc [ -P <parallelism> ] [ -W <warmups> ] [ -N <repetitions> ] procedure|fork|exec|shell DESCRIPTIONlat_proc creates processes in three different forms, each more expensive than the last. The purposes is to measure the time that it takes to create a basic thread of control. The forms are listed and described below:
OUTPUTOutput is in microseconds per operation like so: Process fork+exit: 6054 microseconds Process fork+execve: 11212 microseconds Process fork+/bin/sh -c: 44346 microseconds ACKNOWLEDGEMENTFunding for the development of this tool was provided by Sun Microsystems Computer Corporation. SEE ALSOlmbench(8). AUTHORCarl Staelin and Larry McVoy Comments, suggestions, and bug reports are always welcome.
|