Date: Fri, 18 Apr 2014 00:03:41 -0300 From: carlos antonio neira bustos <cneirabustos@gmail.com> To: "freebsd-dtrace@freebsd.org" <freebsd-dtrace@freebsd.org> Subject: vminfo provider Message-ID: <CACiB22iWowtt-rn22BPaPTHvc8ZKx9qyUhP2rM77FgkfHJdPdQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACiB22iWowtt-rn22BPaPTHvc8ZKx9qyUhP2rM77FgkfHJdPdQ>