1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

doc: Update DTrace information

The old web site link no longer worked, and some information was
outdated.
This commit is contained in:
Peter Eisentraut
2013-04-10 23:05:13 -04:00
parent d334b337b4
commit 82b55c9769

View File

@ -1814,14 +1814,12 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
</para> </para>
<para> <para>
Currently, only the Currently, the
<ulink url="http://opensolaris.org/os/community/dtrace/">DTrace</ulink> <ulink url="https://en.wikipedia.org/wiki/DTrace">DTrace</ulink>
utility is supported, which is available utility is supported, which, at the time of this writing, is available
on OpenSolaris, Solaris 10, and Mac OS X Leopard. It is expected that on Solaris, Mac OS X, FreeBSD, NetBSD, and Oracle Linux. The
DTrace will be available in the future on FreeBSD and possibly other
operating systems. The
<ulink url="http://sourceware.org/systemtap/">SystemTap</ulink> project <ulink url="http://sourceware.org/systemtap/">SystemTap</ulink> project
for Linux also provides a DTrace equivalent. Supporting other dynamic for Linux provides a DTrace equivalent and can also be used. Supporting other dynamic
tracing utilities is theoretically possible by changing the definitions for tracing utilities is theoretically possible by changing the definitions for
the macros in <filename>src/include/utils/probes.h</>. the macros in <filename>src/include/utils/probes.h</>.
</para> </para>