Re: [HACKERS] [PATCHES] Patch to log usage of temporary files
От | Jim C. Nasby |
---|---|
Тема | Re: [HACKERS] [PATCHES] Patch to log usage of temporary files |
Дата | |
Msg-id | 20070111210944.GS36267@nasby.net обсуждение исходный текст |
Ответ на | Re: [HACKERS] [PATCHES] Patch to log usage of temporary files (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | pgsql-patches |
On Thu, Jan 11, 2007 at 12:35:25PM -0500, Tom Lane wrote: > I think the real criterion has to be "is this probe useful to > developers?". I'm entirely uninterested in adding probes that are > targeted towards DBAs, as this one would have been --- if we think > there's a problem that a DBA would have, we need to offer a more > portable solution than that. Which we did, in the form of a logging > option, which makes the DTrace probe pretty useless anyway. But the problem with just logging stuff is it's not a monitoring solution. Granted, it's better than nothing, but in a production environment I'd like to have some way to monitor temp file usage/utilization over time. AFAIK dtrace would provide that capability, thought I don't think it'd be unreasonable to have our own counter as well. Perhaps add temp_usage_count and temp_usage_size to pg_stat_database (number of times something spilled to disk and total size, respectively). -- Jim Nasby jim@nasby.net EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)
В списке pgsql-patches по дате отправления: