Re: Sampling Profler for Postgres

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Sampling Profler for Postgres
Дата
Msg-id 19676.1236650247@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Sampling Profler for Postgres  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: Sampling Profler for Postgres
Re: Sampling Profler for Postgres
Re: Sampling Profler for Postgres
Список pgsql-hackers
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> For resource-based profilers, we have DTrace probes[1] and continue to
> extend them[2], but unfortunately DTrace only works on Solaris and limited
> platforms.

FWIW, the systemtap guys are really, really close to having a working
DTrace equivalent for Linux:
http://gnu.wildebeest.org/diary/2009/02/24/systemtap-09-markers-everywhere/

It's not *quite* there for our purposes
https://bugzilla.redhat.com/show_bug.cgi?id=488941
but I'll be surprised if I'm not dtracing on my Fedora 10 machine before
the week is out.

I'm not at all convinced that we should be putting effort into a
homegrown, partial substitute for DTrace.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Dickson S. Guedes"
Дата:
Сообщение: Re: Sampling Profler for Postgres
Следующее
От: Tom Lane
Дата:
Сообщение: Re: parallel restore fixes