forked from ColinIanKing/stress-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stress-fd-fork: add --fd-fork-fds option to specify number of files t…
…o open Default is now 2 million, this option allows one to specify a different number of files to open, ranging from 1000 to 16 million. Limited by system limitation of number of open files per process. Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
- Loading branch information
1 parent
dc4ebb3
commit edc52f9
Showing
4 changed files
with
54 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -401,6 +401,7 @@ typedef enum { | |
OPT_fcntl_ops, | ||
|
||
OPT_fd_fork, | ||
OPT_fd_fork_fds, | ||
OPT_fd_fork_ops, | ||
|
||
OPT_fiemap, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters