File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.70 2009/06/17 21:58:49 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.71 2009/06/26 22:08:17 tgl Exp $ -->
2
2
3
3
<chapter id="monitoring">
4
4
<title>Monitoring Database Activity</title>
@@ -1568,6 +1568,17 @@ Commit 70
1568
1568
Total time (ns) 2312105013
1569
1569
</screen>
1570
1570
</para>
1571
+
1572
+ <note>
1573
+ <para>
1574
+ SystemTap uses a different notation for trace scripts than DTrace does,
1575
+ even though the underlying trace points are compatible. One point worth
1576
+ noting is that at this writing, SystemTap scripts must reference probe
1577
+ names using double underlines in place of hyphens. This is expected to
1578
+ be fixed in future SystemTap releases.
1579
+ </para>
1580
+ </note>
1581
+
1571
1582
<para>
1572
1583
You should remember that DTrace scripts need to be carefully written and
1573
1584
debugged, otherwise the trace information collected might
@@ -1576,6 +1587,7 @@ Total time (ns) 2312105013
1576
1587
discussing information found using dynamic tracing, be sure to enclose
1577
1588
the script used to allow that too to be checked and discussed.
1578
1589
</para>
1590
+
1579
1591
<para>
1580
1592
More example scripts can be found in the PgFoundry
1581
1593
<ulink url="http://pgfoundry.org/projects/dtrace/">dtrace project</ulink>.
You can’t perform that action at this time.
0 commit comments