| From: | "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com> |
|---|---|
| To: | "Phoenix Kiula" <phoenix(dot)kiula(at)gmail(dot)com> |
| Cc: | "PG-General Mailing List" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Are indexes blown? |
| Date: | 2008-02-16 20:31:29 |
| Message-ID: | b35603930802161231q5805f3c0r7033824e8ebc8795@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 17/02/2008, Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com> wrote:
> But this is kind of sitting there, hogging the command prompt. Is
> there any way I can let it go on in the background?
Ouch ... no, that's entirely my fault, wasn't quite awake I
guess, and hadn't thought it through completely ... that's
not going to give us the desired result...
Try this:
for z in `seq 1 3600`; do top -b -d 1 -n 1| awk -f top.awk; done | tee topoutput
Not sure whether it's going to give us the desire granularity of time...
Cheers,
Andrej
--
Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2008-02-16 21:12:18 | Re: [GENERAL] PG quitting sporadically!! |
| Previous Message | Phoenix Kiula | 2008-02-16 20:20:01 | Re: Are indexes blown? |