• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..08-Jul-201429

Apps/H08-Jul-20147

Bin/H08-Jul-2014106

Cpu/H08-Jul-201412

dappprofH A D31-Jan-20137 KiB

dapptraceH A D31-Jan-20137.7 KiB

dexplorerH A D31-Jan-201313.3 KiB

Disk/H08-Jul-201411

Docs/H08-Jul-201415

dtrussH A D23-Jan-201419.4 KiB

dvmstatH A D31-Jan-20136.8 KiB

errinfoH A D15-Jan-20144.4 KiB

execsnoopH A D31-Jan-20135 KiB

Extra/H08-Jul-20144

FS/H08-Jul-20148

GuideH A D31-Jan-20132.4 KiB

installH A D31-Jan-20134.2 KiB

iosnoopH A D31-Jan-201311.9 KiB

iotopH A D03-Apr-201411.6 KiB

Kernel/H08-Jul-201414

LicenseH A D31-Jan-201319.7 KiB

Locks/H08-Jul-20144

Man/H07-Jul-20143

Mem/H08-Jul-201413

Net/H08-Jul-201411

opensnoopH A D03-Dec-20137.8 KiB

Proc/H08-Jul-201430

procsystimeH A D31-Jan-20136.2 KiB

READMEH A D31-Jan-20132.4 KiB

rwsnoopH A D03-Apr-20146.2 KiB

rwtopH A D31-Jan-20136.4 KiB

System/H08-Jul-20147

User/H08-Jul-20144

VersionH A D31-Jan-201340

Zones/H08-Jul-20144

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
11Not-so-QuickStart
12	
13	1. Welcome!
14	2. Check the Table of Contents below to become famaliar with the
15	   directory structure of the DTraceToolkit.
16	3. see Docs/Faq for any initial questions.
17	4. read Docs/Contents for a list of scripts.
18	5. read Docs/Readme to see where scripts are documented.
19	6. check Docs/Links for further DTrace.
20	7. Once famaliar with the toolkit, the following may be useful to
21	   add to your shell initialisation file,
22		PATH=$PATH:/opt/DTT/Bin
23		MANPATH=$MANPATH:/opt/DTT/Man
24	   in this case assuming the toolkit was installed in /opt/DTT.
25
26Installation
27
28	1. Run ./install
29	   This will replace any existing version of the DTraceToolkit
30	   with this one. It will prompt. Final install location is
31	   printed by this install script.
32
33Table of Contents
34
35   DTraceToolkit-X.XX/
36	Bin/			Symlinks to the scripts
37	Apps/			Application specific scripts
38	Cpu/			Scripts for CPU analysis
39	Disk/			Scripts for disk I/O analysis
40	Docs/			Documentation
41	   Contents		Command list for the Toolkit
42	   Examples/		Examples of command usage
43	   Faq			Frequently asked questions
44	   Links		Further DTrace links
45	   Notes/		Notes on Toolkit commands
46	   Readme		Readme for using the docs
47	Extra/			Misc scripts
48	Guide			This file!
49	Kernel/			Scripts for kernel analysis
50	License			The CDDL license
51	Locks/			Scripts for lock analysis
52	Man/			Man pages
53	   man1m/		Man pages for the Toolkit commands
54	Mem/			Scripts for memory analysis
55	Net/			Scripts for network analysis
56	Proc/			Scripts for process analysis
57	System/			Scripts for system analysis
58	User/			Scripts for user based activity analysis
59	Zones/			Scripts for analysis by zone
60	Version			DTraceToolkit version
61	install			Install script, use for installs only
62
63When you type ls in the DTraceToolkit, you will be looking at the top ten 
64or so most useful scripts. Other scripts have been placed in meaningful
65subdirectories, such as Disk, Kernel, Proc, etc. An optional Bin directory
66has been provided that links to all the scripts.
67
68The DTraceToolkit is released under the CDDL license. It's the same freeware 
69license that OpenSolaris has been released under.
70
71Thank you for using the DTraceToolkit!
72
73