NameDateSize

..20-Dec-20164

Apps/H20-Dec-20167

Bin/H20-Dec-2016232

Code/H20-Dec-201612

Cpu/H20-Dec-201612

dexplorerH A D08-Mar-201513.3 KiB

Disk/H20-Dec-201610

Docs/H20-Dec-201615

dtrussH A D08-Mar-201512.9 KiB

dvmstatH A D08-Mar-20156 KiB

errinfoH A D08-Mar-20154.2 KiB

Examples/H20-Dec-2016235

execsnoopH A D08-Mar-20154.6 KiB

FS/H20-Dec-20168

GuideH A D08-Mar-20153 KiB

hotkernelH A D08-Mar-20153.1 KiB

hotuserH A D08-Mar-20153.6 KiB

Include/H20-Dec-20166

installH A D08-Mar-20154.2 KiB

iopatternH A D08-Mar-20156.5 KiB

iosnoopH A D08-Mar-201511.8 KiB

iotopH A D08-Mar-201511.6 KiB

Java/H20-Dec-201621

JavaScript/H20-Dec-201617

Kernel/H20-Dec-201615

LicenseH A D08-Mar-201519.7 KiB

Locks/H20-Dec-20164

Man/H20-Dec-20164

Mem/H20-Dec-201613

Misc/H20-Dec-20166

Net/H20-Dec-201614

Notes/H20-Dec-201621

opensnoopH A D08-Mar-20156.9 KiB

Perl/H20-Dec-201615

Php/H20-Dec-201615

Proc/H20-Dec-201632

procsystimeH A D08-Mar-20156.2 KiB

Python/H20-Dec-201617

READMEH A D08-Mar-20153 KiB

Ruby/H20-Dec-201620

rwsnoopH A D08-Mar-20155.6 KiB

rwtopH A D08-Mar-20156.3 KiB

Shell/H20-Dec-201618

Snippits/H20-Dec-20164

statsnoopH A D08-Mar-20158.4 KiB

System/H20-Dec-20167

Tcl/H20-Dec-201618

User/H20-Dec-20164

VersionH A D08-Mar-201540

Zones/H20-Dec-20164

README

1Guide - Guide to the DTraceToolkit
2
3    How to get started, and a table of contents.
4
5QuickStart
6
7	1. The top most useful scripts are in this directory.
8	2. Try running them with "-h". Eg, "./execsnoop -h".
9	3. Read Docs/Contents for a full list of scripts.
10
11QuickStart-by-Screenshot
12
13	1. Look through the examples in the Examples directory until
14	   you see an output you like
15	2. Find the script and run it
16	3. Look for its man page in Man
17
18Not-so-QuickStart
19	
20	1. Welcome!
21	2. Check the Table of Contents below to become famaliar with the
22	   directory structure of the DTraceToolkit.
23	3. See Docs/Faq for any initial questions.
24	4. Read Docs/Contents for a list of scripts.
25	5. Read Docs/Readme to see where scripts are documented.
26	6. Check Docs/Links for further DTrace.
27	7. Once famaliar with the toolkit, the following may be useful to
28	   add to your shell initialisation file,
29		PATH=$PATH:/opt/DTT/Bin
30		MANPATH=$MANPATH:/opt/DTT/Man
31	   in this case assuming the toolkit was installed in /opt/DTT.
32
33Installation
34
35	1. Run ./install
36	   This will replace any existing version of the DTraceToolkit
37	   with this one. It will prompt. Final install location is
38	   printed by this install script.
39
40Table of Contents
41
42   DTraceToolkit-X.XX/
43	Bin/			Symlinks to all the scripts
44	Apps/			Application specific scripts
45	Cpu/			Scripts for CPU analysis
46	Code/			Example code to practise on
47	Disk/			Scripts for disk I/O analysis
48	Docs/			Documentation
49	   Contents		Command list for the Toolkit
50	   Faq			Frequently asked questions
51	   Links		Further DTrace links
52	   Readme		Readme for using the docs
53	Examples/		Examples of command usage
54	Guide			This file!
55	Include/		DTrace include files
56	Java/			Scripts for tracing Java
57	JavaScript/		Scripts for tracing JavaScript
58	Kernel/			Scripts for kernel analysis
59	License			The CDDL license
60	Locks/			Scripts for lock analysis
61	Man/			Man pages
62	   man1m/		Man pages for the Toolkit commands
63	Mem/			Scripts for memory analysis
64	Misc/			Misc scripts
65	Net/			Scripts for network analysis
66	Notes/			Notes on Toolkit commands
67	Perl/			Scripts for tracing Perl
68	Php/			Scripts for tracing Php
69	Proc/			Scripts for process analysis
70	Python/			Scripts for tracing Python
71	Ruby/			Scripts for tracing Ruby
72	Shell/			Scripts for tracing Shell languages
73	Snippits/		Snippits of D scripting
74	System/			Scripts for system analysis
75	Tcl/			Scripts for tracing Tcl
76	User/			Scripts for user based activity analysis
77	Zones/			Scripts for analysis by zone
78	Version			DTraceToolkit version
79	install			Install script, use for installs only
80
81When you type ls in the DTraceToolkit, you will be looking at the top ten 
82or so most useful scripts plus the top level directories. Other scripts have
83been placed in meaningful subdirectories, such as Disk, Kernel, Proc, etc.
84
85An optional Bin directory has been provided that links to all the scripts.
86
87The DTraceToolkit is released under the CDDL license. It's the same open
88source license that OpenSolaris has been released under.
89
90Thank you for using the DTraceToolkit!
91
92