What's New in Dynamic Tracing in Oracle Solaris 11.4
For existing customers, this section highlights the key changes in this release.
- 
                     
                     Custom DTrace consumer – You can write your own custom consumer by using the libdtracelibrary APIs. For more information, see thelibdtrace(3LIB) man page and Writing DTrace Consumers.
- 
                     
                     pcap– Thepcapaction collates packet data and displays it in a manner similar to thetraceaction. For more information, see pcap Action.
- 
                     
                     fileopsprovider – Thefileopsprovider makes the probes available probes pertaining to file operations such as open, close, read, write and so on. These probes are not specific to any file system type, nor are they dependent on I/O to external storage devices.
- 
                     
                     scsiprovider – Thescsiprovider provides probes for tracing SCSI T10 command protocol in an Oracle Solaris host. For more information, see scsi Provider.
- 
                     
                     icmpprovider – Theicmpprovider provides probes for tracing the Internet Control Message Protocol (ICMP). For more information, see icmp Provider.
- 
                     
                     igmpprovider – Theigmpprovider provides probes for tracing the Internet Group Management Protocol (IGMP). For more information, see igmp Provider.
- 
                     
                     sctpprovider – Thesctpprovider provides probes for tracing the Stream Control Transmission Protocol (SCTP). For more information, see sctp Provider.
- 
                     
                     User address symbol resolution – You can modify the way in which DTrace formats user addresses by using the uresolveoption. For more information, see DTrace User Address Symbol Resolution.