From: | Miguel <mmiranda(at)123(dot)com(dot)sv> |
---|---|
To: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Uso de CPUy SMP |
Date: | 2005-11-07 14:58:50 |
Message-ID: | 436F6BAA.20207@123.com.sv |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Alvaro Herrera wrote:
>No es para nada normal. Muestranos la lista de procesos,
>
>ps xauww | grep postgres
>
>
>
>
postgres 5562 0.0 0.4 384988 14824 ? S Oct28 1:09
/usr/bin/postmaster -D /var/postgresql/napv2
postgres 5571 2.9 12.0 385452 375452 ? S Oct28 404:17
postgres: writer process
postgres 5572 0.1 0.0 7328 3080 ? S Oct28 22:54
postgres: stats buffer process
postgres 5573 0.1 0.0 7060 2752 ? S Oct28 23:44
postgres: stats collector process
postgres 7947 0.0 8.7 390288 273724 ? S Oct28 0:22
postgres: postgres radius 127.0.0.1(36931) idle
postgres 7948 0.0 8.8 390264 274308 ? S Oct28 0:21
postgres: postgres radius 127.0.0.1(36932) idle
postgres 7949 0.0 8.7 390296 273024 ? S Oct28 0:21
postgres: postgres radius 127.0.0.1(36933) idle
postgres 7950 0.0 8.7 390324 273788 ? S Oct28 0:21
postgres: postgres radius 127.0.0.1(36934) idle
postgres 7951 0.0 8.8 390324 274152 ? S Oct28 0:21
postgres: postgres radius 127.0.0.1(36935) idle
postgres 7952 0.0 8.7 390256 273600 ? S Oct28 0:21
postgres: postgres radius 127.0.0.1(36936) idle
postgres 25252 0.0 6.6 389732 206504 ? S Nov02 0:11
postgres: postgres radius 127.0.0.1(45412) idle
postgres 26420 0.0 2.3 389424 71832 ? S Nov06 0:02
postgres: postgres radius 127.0.0.1(42674) idle
postgres 2883 92.7 12.0 386184 376308 ? R Nov06 545:14
postgres: postgres radius [local] SELECT
>Postgres si soporta SMP, en el sentido que cada conexion usa un proceso
>distinto y por lo tanto se distribuye en multiples servidores. Pero una
>sola conexion no usa mas que un solo procesador.
>
>
Ok, entonces el beneficio es cuando tenes mas carga, de momento con
pocas consultas no tengo mayor beneficio.
>(Observa que tu servidor tiene solamente dos procesadores, no cuatro --
>el que el marketing te intente hacer creer que hay cuatro, debido al
>hyper threading, que no es mas que un intento de darle un poco mas de
>
>
Entonces quizas es mejor desactivar el HT no?
Gracias por sus comentarios,
---
Miguel
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2005-11-07 14:59:15 | Re: uso de SOUNDEX para incluir caracteres acentuados en SQL_ASCII |
Previous Message | Cesar A. | 2005-11-07 14:54:17 | Re: uso de SOUNDEX para incluir caracteres acentuados en SQL_ASCII |