├── Chap1 ├── chpt1_exec.d └── read-syscall.d ├── Chap10 ├── cpudispqlen.d ├── libmysql_snoop.d ├── mysqld_pid_qtime.d ├── mysqld_qchit.d ├── mysqld_qslower.d ├── mysqld_qsnoop.d ├── pg_pid_qtime.d ├── pg_qslower.d ├── qtime.d ├── ssdlatency.d └── sysdispqlen.d ├── Chap11 ├── cuckoo.d ├── keylatency.d ├── networkwho.d ├── nosetuid.d ├── nosnoopforyou.d ├── reporter.sh ├── sshkeysnoop.d └── watchexec.d ├── Chap12 ├── cswstat.d ├── kmem_osx.d ├── kmem_track.d ├── koffcpu.d ├── koncpu.d ├── ktrace.d ├── kwtrace.d ├── priclass.d ├── putnexts.d ├── segkmem.d ├── taskq.d └── writek.d ├── Chap2 └── chap2_pexec.d ├── Chap3 ├── brk.d ├── disk_io.d ├── fstop10.d ├── fstop10_enhanced.d ├── iotimeq.d ├── kprof.d ├── kprof_func.d ├── lat.d ├── mmap.d ├── net.d ├── nfs.d ├── pf.d ├── plat.d ├── rq.d ├── rw_bytes.d ├── rwa.d ├── scrwtop10.d ├── sctop10.d ├── sock.d ├── sock_j.d ├── vmtop10.d └── wrun.d ├── Chap4 ├── bitesize.d ├── disklatency.d ├── geomiosnoop.d ├── ideerr.d ├── idelatency.d ├── iderw.d ├── iolatency.d ├── iotypes.d ├── mptevents.d ├── mptlatency.d ├── mptsasscsi.d ├── rwtime.d ├── satacmds.d ├── satalatency.d ├── satareasons.d ├── satarw.d ├── scsicmds.d ├── scsilatency.d ├── scsireasons.d ├── scsirw.d ├── sdqueue.d ├── sdretry.d └── seeksize.d ├── Chap5 ├── cdrom.d ├── dnlcps.d ├── dvd.d ├── fserrors.d ├── fsflush.d ├── fsflush_cpu.d ├── fsrtpk.d ├── fsrwcount.d ├── fsrwtime.d ├── fssnoop.d ├── fswho.d ├── hfsfileread.d ├── hfsslower.d ├── hfssnoop.d ├── maclife.d ├── macvfssnoop.d ├── mmap.d ├── nfs3fileread.d ├── nfs3sizes.d ├── nfswizard.d ├── pcfsrw.d ├── perturbation.d ├── readtype.d ├── sollife.d ├── solvfssnoop.d ├── spasync.d ├── sysfs.d ├── tmpgetpage.d ├── tmpusers.d ├── ufsimiss.d ├── ufsreadahead.d ├── ufssnoop.d ├── vfslife.d ├── vfssnoop.d ├── writetype.d ├── zfsslower.d ├── zfssnoop.d ├── zioprint.d ├── ziosnoop.d └── ziotype.d ├── Chap6 ├── icmpsnoop.d ├── icmpstat.d ├── ipfbtsnoop.d ├── ipio.d ├── ipproto.d ├── ipstat.d ├── macops.d ├── ngelink.d ├── ngesnoop.d ├── so1stbyte.d ├── soaccept.d ├── socketio.d ├── socketiosort.d ├── soclose.d ├── soconnect.d ├── soconnect_mac.d ├── soerrors.d ├── sotop.d ├── superping.d ├── tcp1stbyte.d ├── tcp_rwndclosed.d ├── tcpaccept.d ├── tcpacceptx.d ├── tcpbytes.d ├── tcpconnect.d ├── tcpconnlat.d ├── tcpfbtwatch.d ├── tcpio.d ├── tcpioshort.d ├── tcpnmap.d ├── tcpsize.d ├── tcpsnoop.d ├── tcpsnoop_snv.d ├── tcpstat.d ├── tcpstate.d ├── tcpwatch.d ├── udpio.d ├── udpstat.d └── xdrshow.d ├── Chap7 ├── cifserrors.d ├── cifsfbtnofile.d ├── cifsfileio.d ├── cifsops.d ├── cifsrwsnoop.d ├── cifsrwtime.d ├── dnsgetname.d ├── fcerror.d ├── fcwho.d ├── ftpdfileio.d ├── ftpdxfer.d ├── getaddrinfo.d ├── httpclients.d ├── httpdurls.d ├── httperrors.d ├── httpio.d ├── iscsicmds.d ├── iscsirwsnoop.d ├── iscsirwsnoopsdt.d ├── iscsirwtime.d ├── iscsiterr.d ├── iscsiwho.d ├── ldapsyslog.d ├── nfsv3commit.d ├── nfsv3disk.d ├── nfsv3errors.d ├── nfsv3fbtrws.d ├── nfsv3fileio.d ├── nfsv3ops.d ├── nfsv3rwsnoop.d ├── nfsv3rwtime.d ├── nfsv3syncwrite.d ├── nfsv4commit.d ├── nfsv4deleg.d ├── nfsv4errors.d ├── nfsv4fileio.d ├── nfsv4ops.d ├── nfsv4rwsnoop.d ├── nfsv4rwtime.d ├── nfsv4syncwrite.d ├── nismatch.d ├── proftpdcmd.d ├── proftpdio.d ├── proftpdtime.d ├── scpwatcher.d ├── scsicmds.d ├── sshcipher.d ├── sshcipher2.d ├── sshcipher3.d ├── sshconnect.d ├── sshdactivity.d ├── tnftpdcmd.d └── weblatency.d ├── Chap8 ├── j_calls.d ├── j_calltime.d ├── j_flow.d ├── j_thread.d ├── js_calls.d ├── js_calltime.d ├── js_flowinfo.d ├── php_calls.d ├── php_flowinfo.d ├── pl_calls.d ├── pl_calltime.d ├── pl_flowinfo.d ├── pl_who.d ├── py_calls.d ├── py_calltime.d ├── py_flowinfo.d ├── py_who.d ├── rb_calls.d ├── rb_calltime.d ├── rb_flowinfo.d ├── rb_who.d ├── sh_calls.d ├── sh_flowinfo.d ├── sh_who.d ├── tcl_calls.d ├── tcl_procflow.d └── tcl_who.d ├── Chap9 ├── kill.d ├── procsnoop.d ├── sigdist.d ├── threaded.d ├── uoffcpu.d └── uoncpu.d └── README.md /Chap1/chpt1_exec.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap1/chpt1_exec.d -------------------------------------------------------------------------------- /Chap1/read-syscall.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap1/read-syscall.d -------------------------------------------------------------------------------- /Chap10/cpudispqlen.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/cpudispqlen.d -------------------------------------------------------------------------------- /Chap10/libmysql_snoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/libmysql_snoop.d -------------------------------------------------------------------------------- /Chap10/mysqld_pid_qtime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/mysqld_pid_qtime.d -------------------------------------------------------------------------------- /Chap10/mysqld_qchit.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/mysqld_qchit.d -------------------------------------------------------------------------------- /Chap10/mysqld_qslower.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/mysqld_qslower.d -------------------------------------------------------------------------------- /Chap10/mysqld_qsnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/mysqld_qsnoop.d -------------------------------------------------------------------------------- /Chap10/pg_pid_qtime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/pg_pid_qtime.d -------------------------------------------------------------------------------- /Chap10/pg_qslower.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/pg_qslower.d -------------------------------------------------------------------------------- /Chap10/qtime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/qtime.d -------------------------------------------------------------------------------- /Chap10/ssdlatency.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/ssdlatency.d -------------------------------------------------------------------------------- /Chap10/sysdispqlen.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap10/sysdispqlen.d -------------------------------------------------------------------------------- /Chap11/cuckoo.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap11/cuckoo.d -------------------------------------------------------------------------------- /Chap11/keylatency.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap11/keylatency.d -------------------------------------------------------------------------------- /Chap11/networkwho.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap11/networkwho.d -------------------------------------------------------------------------------- /Chap11/nosetuid.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap11/nosetuid.d -------------------------------------------------------------------------------- /Chap11/nosnoopforyou.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap11/nosnoopforyou.d -------------------------------------------------------------------------------- /Chap11/reporter.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo "$*" >> /var/log/execlog.txt 4 | -------------------------------------------------------------------------------- /Chap11/sshkeysnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap11/sshkeysnoop.d -------------------------------------------------------------------------------- /Chap11/watchexec.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap11/watchexec.d -------------------------------------------------------------------------------- /Chap12/cswstat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/cswstat.d -------------------------------------------------------------------------------- /Chap12/kmem_osx.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/kmem_osx.d -------------------------------------------------------------------------------- /Chap12/kmem_track.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/kmem_track.d -------------------------------------------------------------------------------- /Chap12/koffcpu.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/koffcpu.d -------------------------------------------------------------------------------- /Chap12/koncpu.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/koncpu.d -------------------------------------------------------------------------------- /Chap12/ktrace.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/ktrace.d -------------------------------------------------------------------------------- /Chap12/kwtrace.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/kwtrace.d -------------------------------------------------------------------------------- /Chap12/priclass.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/priclass.d -------------------------------------------------------------------------------- /Chap12/putnexts.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/putnexts.d -------------------------------------------------------------------------------- /Chap12/segkmem.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/segkmem.d -------------------------------------------------------------------------------- /Chap12/taskq.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/taskq.d -------------------------------------------------------------------------------- /Chap12/writek.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap12/writek.d -------------------------------------------------------------------------------- /Chap2/chap2_pexec.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap2/chap2_pexec.d -------------------------------------------------------------------------------- /Chap3/brk.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/brk.d -------------------------------------------------------------------------------- /Chap3/disk_io.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/disk_io.d -------------------------------------------------------------------------------- /Chap3/fstop10.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/fstop10.d -------------------------------------------------------------------------------- /Chap3/fstop10_enhanced.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/fstop10_enhanced.d -------------------------------------------------------------------------------- /Chap3/iotimeq.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/iotimeq.d -------------------------------------------------------------------------------- /Chap3/kprof.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/kprof.d -------------------------------------------------------------------------------- /Chap3/kprof_func.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/kprof_func.d -------------------------------------------------------------------------------- /Chap3/lat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/lat.d -------------------------------------------------------------------------------- /Chap3/mmap.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/mmap.d -------------------------------------------------------------------------------- /Chap3/net.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/net.d -------------------------------------------------------------------------------- /Chap3/nfs.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/nfs.d -------------------------------------------------------------------------------- /Chap3/pf.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/pf.d -------------------------------------------------------------------------------- /Chap3/plat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/plat.d -------------------------------------------------------------------------------- /Chap3/rq.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/rq.d -------------------------------------------------------------------------------- /Chap3/rw_bytes.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/rw_bytes.d -------------------------------------------------------------------------------- /Chap3/rwa.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/rwa.d -------------------------------------------------------------------------------- /Chap3/scrwtop10.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/scrwtop10.d -------------------------------------------------------------------------------- /Chap3/sctop10.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/sctop10.d -------------------------------------------------------------------------------- /Chap3/sock.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/sock.d -------------------------------------------------------------------------------- /Chap3/sock_j.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/sock_j.d -------------------------------------------------------------------------------- /Chap3/vmtop10.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/vmtop10.d -------------------------------------------------------------------------------- /Chap3/wrun.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap3/wrun.d -------------------------------------------------------------------------------- /Chap4/bitesize.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/bitesize.d -------------------------------------------------------------------------------- /Chap4/disklatency.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/disklatency.d -------------------------------------------------------------------------------- /Chap4/geomiosnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/geomiosnoop.d -------------------------------------------------------------------------------- /Chap4/ideerr.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/ideerr.d -------------------------------------------------------------------------------- /Chap4/idelatency.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/idelatency.d -------------------------------------------------------------------------------- /Chap4/iderw.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/iderw.d -------------------------------------------------------------------------------- /Chap4/iolatency.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/iolatency.d -------------------------------------------------------------------------------- /Chap4/iotypes.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/iotypes.d -------------------------------------------------------------------------------- /Chap4/mptevents.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/mptevents.d -------------------------------------------------------------------------------- /Chap4/mptlatency.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/mptlatency.d -------------------------------------------------------------------------------- /Chap4/mptsasscsi.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/mptsasscsi.d -------------------------------------------------------------------------------- /Chap4/rwtime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/rwtime.d -------------------------------------------------------------------------------- /Chap4/satacmds.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/satacmds.d -------------------------------------------------------------------------------- /Chap4/satalatency.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/satalatency.d -------------------------------------------------------------------------------- /Chap4/satareasons.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/satareasons.d -------------------------------------------------------------------------------- /Chap4/satarw.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/satarw.d -------------------------------------------------------------------------------- /Chap4/scsicmds.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/scsicmds.d -------------------------------------------------------------------------------- /Chap4/scsilatency.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/scsilatency.d -------------------------------------------------------------------------------- /Chap4/scsireasons.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/scsireasons.d -------------------------------------------------------------------------------- /Chap4/scsirw.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/scsirw.d -------------------------------------------------------------------------------- /Chap4/sdqueue.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/sdqueue.d -------------------------------------------------------------------------------- /Chap4/sdretry.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/sdretry.d -------------------------------------------------------------------------------- /Chap4/seeksize.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap4/seeksize.d -------------------------------------------------------------------------------- /Chap5/cdrom.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/cdrom.d -------------------------------------------------------------------------------- /Chap5/dnlcps.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/dnlcps.d -------------------------------------------------------------------------------- /Chap5/dvd.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/dvd.d -------------------------------------------------------------------------------- /Chap5/fserrors.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/fserrors.d -------------------------------------------------------------------------------- /Chap5/fsflush.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/fsflush.d -------------------------------------------------------------------------------- /Chap5/fsflush_cpu.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/fsflush_cpu.d -------------------------------------------------------------------------------- /Chap5/fsrtpk.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/fsrtpk.d -------------------------------------------------------------------------------- /Chap5/fsrwcount.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/fsrwcount.d -------------------------------------------------------------------------------- /Chap5/fsrwtime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/fsrwtime.d -------------------------------------------------------------------------------- /Chap5/fssnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/fssnoop.d -------------------------------------------------------------------------------- /Chap5/fswho.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/fswho.d -------------------------------------------------------------------------------- /Chap5/hfsfileread.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/hfsfileread.d -------------------------------------------------------------------------------- /Chap5/hfsslower.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/hfsslower.d -------------------------------------------------------------------------------- /Chap5/hfssnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/hfssnoop.d -------------------------------------------------------------------------------- /Chap5/maclife.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/maclife.d -------------------------------------------------------------------------------- /Chap5/macvfssnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/macvfssnoop.d -------------------------------------------------------------------------------- /Chap5/mmap.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/mmap.d -------------------------------------------------------------------------------- /Chap5/nfs3fileread.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/nfs3fileread.d -------------------------------------------------------------------------------- /Chap5/nfs3sizes.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/nfs3sizes.d -------------------------------------------------------------------------------- /Chap5/nfswizard.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/nfswizard.d -------------------------------------------------------------------------------- /Chap5/pcfsrw.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/pcfsrw.d -------------------------------------------------------------------------------- /Chap5/perturbation.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/perturbation.d -------------------------------------------------------------------------------- /Chap5/readtype.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/readtype.d -------------------------------------------------------------------------------- /Chap5/sollife.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/sollife.d -------------------------------------------------------------------------------- /Chap5/solvfssnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/solvfssnoop.d -------------------------------------------------------------------------------- /Chap5/spasync.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/spasync.d -------------------------------------------------------------------------------- /Chap5/sysfs.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/sysfs.d -------------------------------------------------------------------------------- /Chap5/tmpgetpage.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/tmpgetpage.d -------------------------------------------------------------------------------- /Chap5/tmpusers.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/tmpusers.d -------------------------------------------------------------------------------- /Chap5/ufsimiss.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/ufsimiss.d -------------------------------------------------------------------------------- /Chap5/ufsreadahead.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/ufsreadahead.d -------------------------------------------------------------------------------- /Chap5/ufssnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/ufssnoop.d -------------------------------------------------------------------------------- /Chap5/vfslife.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/vfslife.d -------------------------------------------------------------------------------- /Chap5/vfssnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/vfssnoop.d -------------------------------------------------------------------------------- /Chap5/writetype.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/writetype.d -------------------------------------------------------------------------------- /Chap5/zfsslower.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/zfsslower.d -------------------------------------------------------------------------------- /Chap5/zfssnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/zfssnoop.d -------------------------------------------------------------------------------- /Chap5/zioprint.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/zioprint.d -------------------------------------------------------------------------------- /Chap5/ziosnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/ziosnoop.d -------------------------------------------------------------------------------- /Chap5/ziotype.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap5/ziotype.d -------------------------------------------------------------------------------- /Chap6/icmpsnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/icmpsnoop.d -------------------------------------------------------------------------------- /Chap6/icmpstat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/icmpstat.d -------------------------------------------------------------------------------- /Chap6/ipfbtsnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/ipfbtsnoop.d -------------------------------------------------------------------------------- /Chap6/ipio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/ipio.d -------------------------------------------------------------------------------- /Chap6/ipproto.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/ipproto.d -------------------------------------------------------------------------------- /Chap6/ipstat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/ipstat.d -------------------------------------------------------------------------------- /Chap6/macops.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/macops.d -------------------------------------------------------------------------------- /Chap6/ngelink.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/ngelink.d -------------------------------------------------------------------------------- /Chap6/ngesnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/ngesnoop.d -------------------------------------------------------------------------------- /Chap6/so1stbyte.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/so1stbyte.d -------------------------------------------------------------------------------- /Chap6/soaccept.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/soaccept.d -------------------------------------------------------------------------------- /Chap6/socketio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/socketio.d -------------------------------------------------------------------------------- /Chap6/socketiosort.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/socketiosort.d -------------------------------------------------------------------------------- /Chap6/soclose.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/soclose.d -------------------------------------------------------------------------------- /Chap6/soconnect.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/soconnect.d -------------------------------------------------------------------------------- /Chap6/soconnect_mac.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/soconnect_mac.d -------------------------------------------------------------------------------- /Chap6/soerrors.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/soerrors.d -------------------------------------------------------------------------------- /Chap6/sotop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/sotop.d -------------------------------------------------------------------------------- /Chap6/superping.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/superping.d -------------------------------------------------------------------------------- /Chap6/tcp1stbyte.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcp1stbyte.d -------------------------------------------------------------------------------- /Chap6/tcp_rwndclosed.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcp_rwndclosed.d -------------------------------------------------------------------------------- /Chap6/tcpaccept.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpaccept.d -------------------------------------------------------------------------------- /Chap6/tcpacceptx.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpacceptx.d -------------------------------------------------------------------------------- /Chap6/tcpbytes.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpbytes.d -------------------------------------------------------------------------------- /Chap6/tcpconnect.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpconnect.d -------------------------------------------------------------------------------- /Chap6/tcpconnlat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpconnlat.d -------------------------------------------------------------------------------- /Chap6/tcpfbtwatch.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpfbtwatch.d -------------------------------------------------------------------------------- /Chap6/tcpio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpio.d -------------------------------------------------------------------------------- /Chap6/tcpioshort.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpioshort.d -------------------------------------------------------------------------------- /Chap6/tcpnmap.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpnmap.d -------------------------------------------------------------------------------- /Chap6/tcpsize.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpsize.d -------------------------------------------------------------------------------- /Chap6/tcpsnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpsnoop.d -------------------------------------------------------------------------------- /Chap6/tcpsnoop_snv.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpsnoop_snv.d -------------------------------------------------------------------------------- /Chap6/tcpstat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpstat.d -------------------------------------------------------------------------------- /Chap6/tcpstate.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpstate.d -------------------------------------------------------------------------------- /Chap6/tcpwatch.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/tcpwatch.d -------------------------------------------------------------------------------- /Chap6/udpio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/udpio.d -------------------------------------------------------------------------------- /Chap6/udpstat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/udpstat.d -------------------------------------------------------------------------------- /Chap6/xdrshow.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap6/xdrshow.d -------------------------------------------------------------------------------- /Chap7/cifserrors.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/cifserrors.d -------------------------------------------------------------------------------- /Chap7/cifsfbtnofile.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/cifsfbtnofile.d -------------------------------------------------------------------------------- /Chap7/cifsfileio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/cifsfileio.d -------------------------------------------------------------------------------- /Chap7/cifsops.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/cifsops.d -------------------------------------------------------------------------------- /Chap7/cifsrwsnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/cifsrwsnoop.d -------------------------------------------------------------------------------- /Chap7/cifsrwtime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/cifsrwtime.d -------------------------------------------------------------------------------- /Chap7/dnsgetname.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/dnsgetname.d -------------------------------------------------------------------------------- /Chap7/fcerror.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/fcerror.d -------------------------------------------------------------------------------- /Chap7/fcwho.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/fcwho.d -------------------------------------------------------------------------------- /Chap7/ftpdfileio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/ftpdfileio.d -------------------------------------------------------------------------------- /Chap7/ftpdxfer.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/ftpdxfer.d -------------------------------------------------------------------------------- /Chap7/getaddrinfo.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/getaddrinfo.d -------------------------------------------------------------------------------- /Chap7/httpclients.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/httpclients.d -------------------------------------------------------------------------------- /Chap7/httpdurls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/httpdurls.d -------------------------------------------------------------------------------- /Chap7/httperrors.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/httperrors.d -------------------------------------------------------------------------------- /Chap7/httpio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/httpio.d -------------------------------------------------------------------------------- /Chap7/iscsicmds.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/iscsicmds.d -------------------------------------------------------------------------------- /Chap7/iscsirwsnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/iscsirwsnoop.d -------------------------------------------------------------------------------- /Chap7/iscsirwsnoopsdt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/iscsirwsnoopsdt.d -------------------------------------------------------------------------------- /Chap7/iscsirwtime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/iscsirwtime.d -------------------------------------------------------------------------------- /Chap7/iscsiterr.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/iscsiterr.d -------------------------------------------------------------------------------- /Chap7/iscsiwho.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/iscsiwho.d -------------------------------------------------------------------------------- /Chap7/ldapsyslog.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/ldapsyslog.d -------------------------------------------------------------------------------- /Chap7/nfsv3commit.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv3commit.d -------------------------------------------------------------------------------- /Chap7/nfsv3disk.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv3disk.d -------------------------------------------------------------------------------- /Chap7/nfsv3errors.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv3errors.d -------------------------------------------------------------------------------- /Chap7/nfsv3fbtrws.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv3fbtrws.d -------------------------------------------------------------------------------- /Chap7/nfsv3fileio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv3fileio.d -------------------------------------------------------------------------------- /Chap7/nfsv3ops.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv3ops.d -------------------------------------------------------------------------------- /Chap7/nfsv3rwsnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv3rwsnoop.d -------------------------------------------------------------------------------- /Chap7/nfsv3rwtime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv3rwtime.d -------------------------------------------------------------------------------- /Chap7/nfsv3syncwrite.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv3syncwrite.d -------------------------------------------------------------------------------- /Chap7/nfsv4commit.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv4commit.d -------------------------------------------------------------------------------- /Chap7/nfsv4deleg.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv4deleg.d -------------------------------------------------------------------------------- /Chap7/nfsv4errors.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv4errors.d -------------------------------------------------------------------------------- /Chap7/nfsv4fileio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv4fileio.d -------------------------------------------------------------------------------- /Chap7/nfsv4ops.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv4ops.d -------------------------------------------------------------------------------- /Chap7/nfsv4rwsnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv4rwsnoop.d -------------------------------------------------------------------------------- /Chap7/nfsv4rwtime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv4rwtime.d -------------------------------------------------------------------------------- /Chap7/nfsv4syncwrite.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nfsv4syncwrite.d -------------------------------------------------------------------------------- /Chap7/nismatch.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/nismatch.d -------------------------------------------------------------------------------- /Chap7/proftpdcmd.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/proftpdcmd.d -------------------------------------------------------------------------------- /Chap7/proftpdio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/proftpdio.d -------------------------------------------------------------------------------- /Chap7/proftpdtime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/proftpdtime.d -------------------------------------------------------------------------------- /Chap7/scpwatcher.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/scpwatcher.d -------------------------------------------------------------------------------- /Chap7/scsicmds.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/scsicmds.d -------------------------------------------------------------------------------- /Chap7/sshcipher.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/sshcipher.d -------------------------------------------------------------------------------- /Chap7/sshcipher2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/sshcipher2.d -------------------------------------------------------------------------------- /Chap7/sshcipher3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/sshcipher3.d -------------------------------------------------------------------------------- /Chap7/sshconnect.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/sshconnect.d -------------------------------------------------------------------------------- /Chap7/sshdactivity.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/sshdactivity.d -------------------------------------------------------------------------------- /Chap7/tnftpdcmd.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/tnftpdcmd.d -------------------------------------------------------------------------------- /Chap7/weblatency.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap7/weblatency.d -------------------------------------------------------------------------------- /Chap8/j_calls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/j_calls.d -------------------------------------------------------------------------------- /Chap8/j_calltime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/j_calltime.d -------------------------------------------------------------------------------- /Chap8/j_flow.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/j_flow.d -------------------------------------------------------------------------------- /Chap8/j_thread.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/j_thread.d -------------------------------------------------------------------------------- /Chap8/js_calls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/js_calls.d -------------------------------------------------------------------------------- /Chap8/js_calltime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/js_calltime.d -------------------------------------------------------------------------------- /Chap8/js_flowinfo.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/js_flowinfo.d -------------------------------------------------------------------------------- /Chap8/php_calls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/php_calls.d -------------------------------------------------------------------------------- /Chap8/php_flowinfo.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/php_flowinfo.d -------------------------------------------------------------------------------- /Chap8/pl_calls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/pl_calls.d -------------------------------------------------------------------------------- /Chap8/pl_calltime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/pl_calltime.d -------------------------------------------------------------------------------- /Chap8/pl_flowinfo.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/pl_flowinfo.d -------------------------------------------------------------------------------- /Chap8/pl_who.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/pl_who.d -------------------------------------------------------------------------------- /Chap8/py_calls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/py_calls.d -------------------------------------------------------------------------------- /Chap8/py_calltime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/py_calltime.d -------------------------------------------------------------------------------- /Chap8/py_flowinfo.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/py_flowinfo.d -------------------------------------------------------------------------------- /Chap8/py_who.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/py_who.d -------------------------------------------------------------------------------- /Chap8/rb_calls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/rb_calls.d -------------------------------------------------------------------------------- /Chap8/rb_calltime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/rb_calltime.d -------------------------------------------------------------------------------- /Chap8/rb_flowinfo.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/rb_flowinfo.d -------------------------------------------------------------------------------- /Chap8/rb_who.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/rb_who.d -------------------------------------------------------------------------------- /Chap8/sh_calls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/sh_calls.d -------------------------------------------------------------------------------- /Chap8/sh_flowinfo.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/sh_flowinfo.d -------------------------------------------------------------------------------- /Chap8/sh_who.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/sh_who.d -------------------------------------------------------------------------------- /Chap8/tcl_calls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/tcl_calls.d -------------------------------------------------------------------------------- /Chap8/tcl_procflow.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/tcl_procflow.d -------------------------------------------------------------------------------- /Chap8/tcl_who.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap8/tcl_who.d -------------------------------------------------------------------------------- /Chap9/kill.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap9/kill.d -------------------------------------------------------------------------------- /Chap9/procsnoop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap9/procsnoop.d -------------------------------------------------------------------------------- /Chap9/sigdist.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap9/sigdist.d -------------------------------------------------------------------------------- /Chap9/threaded.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap9/threaded.d -------------------------------------------------------------------------------- /Chap9/uoffcpu.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap9/uoffcpu.d -------------------------------------------------------------------------------- /Chap9/uoncpu.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/Chap9/uoncpu.d -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brendangregg/DTrace-book-scripts/HEAD/README.md --------------------------------------------------------------------------------