vminfo provider

carlos antonio neira bustos cneirabustos at gmail.com
Fri Apr 18 03:03:43 UTC 2014


Hi All,

If the vminfo provider is not available, could I  get the same
functionality from the vm_* probes?

I mean, for  example this one liner  in Solaris:

dtrace -n pgin'{@[execname] = count()}'


Is the same as doing this in FreeBSD ?


dtrace -n vm_page_insert:entry'{ @[execname] = count();}'




Bests


More information about the freebsd-dtrace mailing list