summaryrefslogtreecommitdiffstats
path: root/tools/sched
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-03-14 11:52:24 +0000
committerjeff <jeff@FreeBSD.org>2005-03-14 11:52:24 +0000
commitdfd3ed6e5dd3a89c89ea9640b6ab8d7fcd19eaeb (patch)
tree8ec7e9de18b490f1e8fc90cedddc4fcc4454ba1b /tools/sched
parent81b59515b3258981075e4330656dd21491eab282 (diff)
downloadFreeBSD-src-dfd3ed6e5dd3a89c89ea9640b6ab8d7fcd19eaeb.zip
FreeBSD-src-dfd3ed6e5dd3a89c89ea9640b6ab8d7fcd19eaeb.tar.gz
- ktrace(1) has nothing to do with schedgraph. Remove that from the
instructions.
Diffstat (limited to 'tools/sched')
-rw-r--r--tools/sched/schedgraph.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/sched/schedgraph.py b/tools/sched/schedgraph.py
index e70d67d..8f9acf9 100644
--- a/tools/sched/schedgraph.py
+++ b/tools/sched/schedgraph.py
@@ -36,7 +36,6 @@ from Tkinter import *
# - It is encouraged to increase KTR_ENTRIES size to 32768 to gather
# enough information for analysis.
# - Rebuild kernel with proper changes to KERNCONF.
-# - Run ktrace(1) with whatever workload you wish to use.
# - Dump the trace to a file: 'ktrdump -ct > ktr.out'
# - Run the python script: 'python schedgraph.py ktr.out'
#
OpenPOWER on IntegriCloud