[CalendarServer-changes] [5907] CalendarServer/trunk/contrib/tools/dtraceanalyze.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 15 12:52:13 PDT 2010


Revision: 5907
          http://trac.macosforge.org/projects/calendarserver/changeset/5907
Author:   cdaboo at apple.com
Date:     2010-07-15 12:52:13 -0700 (Thu, 15 Jul 2010)
Log Message:
-----------
Forgot about pid.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/tools/dtraceanalyze.py

Modified: CalendarServer/trunk/contrib/tools/dtraceanalyze.py
===================================================================
--- CalendarServer/trunk/contrib/tools/dtraceanalyze.py	2010-07-15 19:47:18 UTC (rev 5906)
+++ CalendarServer/trunk/contrib/tools/dtraceanalyze.py	2010-07-15 19:52:13 UTC (rev 5907)
@@ -334,9 +334,10 @@
     This utility will analyze the output of the trace.d dtrace script to produce
     useful statistics, and other performance related data.
 
-    To use this do the following:
+    To use this do the following (where PID is the pid of the
+    Python process to monitor:
     
-    > sudo ./trace.d > results.txt
+    > sudo ./trace.d PID > results.txt
     ...
     > ./dtraceanalyze.py results.txt
 """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100715/b282aafe/attachment.html>


More information about the calendarserver-changes mailing list