Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Jun 2, 2024
1 parent 582a094 commit 20a8ca4
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion share/dtrace/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $FreeBSD$
#
# Hand installing our scripts and optionally (based on MK_CDDL) installing
# the DTraceToolkit.
#

.include <src.opts.mk>

PACKAGE= dtrace
SCRIPTS= blocking \
disklatency \
disklatencycmd \
Expand Down
1 change: 0 additions & 1 deletion share/dtrace/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$FreeBSD$

This directory contains scripts for use with the DTrace system.
These files and directories contain code generated by the FreeBSD
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/blocking
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
* This little script is for use with programs that use event loop and should
* sleep only when waiting for events (eg. via kevent(2)). When a program is
* going to sleep in the kernel, the script will show its name, PID, kernel
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/disklatency
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
*/

#pragma D option quiet
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/disklatencycmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
*/

#pragma D option quiet
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/hotopen
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
* The hotopen D script periodically outputs table of which UIDs
* are opening files. This is a very quick way to find out if
* a paritcular user is thrashing a system with rapid calls to
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/nfsattrstats
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD: stable/11/share/dtrace/nfsattrstats 287544 2015-09-08 00:30:10Z gnn $
*
* This script creates a trace of NFS RPCs, NFS attribute cache
* activity, and NFS access cache activity, along with the system call
* that instigated the activity. Notice that NFS events may happen
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/nfsclienttime
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
* This script measures all time spent waiting on RPC replies for each
* system call, and then generates a histogram of those times sorted by
* system call name.
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/retval
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
* retval - show the return value of any probe named by the user
*
* USAGE: retval name
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/siftr
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
* The siftr D script collects data from the SIFTR kernel module.
*
* Usage: siftr
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/tcpconn
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
* The tcpconn D script shows histograms of the source of TCP connections
*
* Usage: tcpconn
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/tcpdebug
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
* The tcpdebug D script uses the tcp:kernel::debug tracepoints
* to replicate the action of turning on TCPDEBUG in a kernel configuration.
*
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/tcpstate
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
* The tcpstate D script shows TCP sockets transitioning between states.
*
* Usage: tcpstate
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/tcptrack
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
* The tcptrack D script shows various information about TCP
* connections including acceptance and refusal of inbound and
* outbound connections as well as state changes.
Expand Down
2 changes: 0 additions & 2 deletions share/dtrace/udptrack
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
* The udptrack D script shows various information about UDP
* data that are sent and received on the host.
*
Expand Down

0 comments on commit 20a8ca4

Please sign in to comment.