mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 02:30:51 -04:00
stress2: Updated dtrace comment
This commit is contained in:
parent
d6ee73e5ad
commit
113f2f0c76
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ static volatile u_int *share;
|
|||
#define NB 1024
|
||||
#define RUNTIME 300
|
||||
|
||||
/* dtrace -w -n 'fbt::*vn_fullpath1:entry {@rw[execname,probefunc] = count(); }' */
|
||||
/* dtrace -w -n 'fbt::*vn_fullpath:entry {@rw[execname,probefunc] = count(); }' */
|
||||
|
||||
static void
|
||||
getfiles(pid_t pid)
|
||||
|
|
|
|||
Loading…
Reference in a new issue