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 17:38:29 |
Message-ID: | 436F9115.3090409@123.com.sv |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Alvaro Herrera wrote:
>
>>postgres 2883 92.7 12.0 386184 376308 ? R Nov06 545:14
>>postgres: postgres radius [local] SELECT
>>
>>
>
>Claramente es este el proceso que esta ocupando toda la CPU. Seria
>interesate saber que esta haciendo -- echale un vistazo a
>pg_stat_activity a ver si descubres algo.
>
>
>
Ese es un script en perl que esta subiendo una gran cantidad de datos a
una tabla, pero precisamente esa es mi preocupacion, es un simple insert
(de millones de filas..) pero al final un simple insert y se come casi
todo el procesador...
Esta es la respuesta del comando,solamente unas cuantas lineas ya que
parece que no tengo algun parametro configurado, como ves no me entrega
mucha informacion
radius=# select * from pg_stat_activity;
datid | datname | procpid | usesysid | usename | current_query | query_start
-------+---------+---------+----------+----------+------------------------------+-------------
17230 | radius | 7947 | 1 | postgres | <command string not enabled> |
17230 | radius | 7948 | 1 | postgres | <command string not enabled> |
17230 | radius | 7949 | 1 | postgres | <command string not enabled> |
17230 | radius | 7950 | 1 | postgres | <command string not enabled> |
17230 | radius | 7951 | 1 | postgres | <command string not enabled> |
17230 | radius | 7952 | 1 | postgres | <command string not enabled> |
17230 | radius | 7953 | 1 | postgres | <command string not enabled> |
17230 | radius | 7954 | 1 | postgres | <command string not enabled> |
17230 | radius | 7955 | 1 | postgres | <command string not enabled> |
17230 | radius | 7956 | 1 | postgres | <command string not enabled> |
17230 | radius | 7957 | 1 | postgres | <command string not enabled> |
17230 | radius | 7958 | 1 | postgres | <command string not enabled> |
17230 | radius | 7959 | 1 | postgres | <command string not enabled> |
17230 | radius | 7960 | 1 | postgres | <command string not enabled> |
17230 | radius | 7961 | 1 | postgres | <command string not enabled> |
17230 | radius | 7962 | 1 | postgres | <command string not enabled> |
17230 | radius | 7963 | 1 | postgres | <command string not enabled> |
17230 | radius | 7964 | 1 | postgres | <command string not enabled> |
17230 | radius | 7965 | 1 | postgres | <command string not enabled> |
17230 | radius | 7966 | 1 | postgres | <command string not enabled> |
>No creo. HT te dara un porcentaje de mayor rendimiento (que tan grande
>sea esto, dependera de un monton de factores muy dificiles de
>cuantificar), pero no es como si tuvieras el doble de procesadores. No
>pierdes nada dejandolo activo.
>
>
>
Perfecto, lo dejaremos activo
Saludos
From | Date | Subject | |
---|---|---|---|
Next Message | Antonio | 2005-11-07 17:38:32 | PostgreSQL 8.1 parece que está disponible |
Previous Message | Leonel Nunez | 2005-11-07 17:37:21 | Re: [pgsql-es-ayuda] PostgreSQL 8.1 parece que está disponible |