Postgres is eating my CPU - Mailing list pgsql-hackers
From | james@unifiedmind.com (James Thornton) |
---|---|
Subject | Postgres is eating my CPU |
Date | |
Msg-id | cabf0e7b.0109031502.3aac3fb7@posting.google.com Whole thread Raw |
Responses |
Re: Postgres is eating my CPU
|
List | pgsql-hackers |
Postmaster is eating my CPU -- see ps and top output at http://jamesthornton.com/misc/postgres.txt or below (it wraps too much when posting to Google, but my server keeps getting overloaded). As you can see from the ps output, there are several INSERT statements -- these return after restarting Postgres and even rebooting the system. I checked the system log for that server, and there are only ~30 INSERTS over the last ~12 hours (all INSERTs called by AOLserver into the referer_log). Futhermore, I haven't been running any INSERT statements from psql, and no one else has access to this system. Yesterday, I ran "vacuum analyze" for the first time in a long time -- could that have caused this situation? System: Postgres 7.0.3, AOLserver 3.4/OpenACS 3.2.5/Postgres driver 2.0, Linux 7.1 P.S. -- Here's Don Baccus' reply from the OpenACS bboard... This is very strange ... my guess is that for some reason a lock is being held persistently and your processes are spinning on it. This should never (cough) happen. This is one for the PG hackers group, I think - Tom Lane's more likely to be able to give you help here than any of us. ---------------------- ps -fU postgres... UID PID PPID C STIME TTY TIME CMD postgres 1842 1 0 12:41 ? 00:00:00 /usr/local/pgsql/bin/postmaster -B 6000 -o -S 2000 -S -D /usr/local/pgsql/data postgres 1872 1842 82 12:41 ? 01:06:20 /usr/local/pgsql/bin/postgres localhost nsadmin james INSERT postgres 1997 1842 0 13:11 ? 00:00:02 /usr/local/pgsql/bin/postgres localhost nsadmin james idle postgres 2025 1842 21 13:15 ? 00:10:04 /usr/local/pgsql/bin/postgres localhost nsadmin james INSERT postgres 2072 1842 27 13:30 ? 00:08:51 /usr/local/pgsql/bin/postgres localhost nsadmin james INSERT postgres 2077 1842 25 13:31 ? 00:07:41 /usr/local/pgsql/bin/postgres localhost nsadmin james INSERT postgres 2079 1842 25 13:31 ? 00:07:44 /usr/local/pgsql/bin/postgres localhost nsadmin james INSERT postgres 2082 1842 25 13:31 ? 00:07:40 /usr/local/pgsql/bin/postgres localhost nsadmin james INSERT postgres 2086 1842 26 13:33 ? 00:07:41 /usr/local/pgsql/bin/postgres localhost nsadmin james INSERT postgres 2090 1842 0 13:35 ? 00:00:01 /usr/local/pgsql/bin/postgres localhost nsadmin james idle postgres 2122 1842 6 13:41 ? 00:01:22 /usr/local/pgsql/bin/postgres localhost nsadmin james INSERT postgres 2131 1842 0 13:41 ? 00:00:00 /usr/local/pgsql/bin/postgres localhost nsadmin buxs idle postgres 2187 1842 20 13:54 ? 00:01:32 /usr/local/pgsql/bin/postgres localhost nsadmin james INSERT postgres 2189 1842 19 13:54 ? 00:01:28 /usr/local/pgsql/bin/postgres localhost nsadmin james INSERT postgres 2205 1842 0 13:59 ? 00:00:00 /usr/local/pgsql/bin/postgres localhost nsadmin buxs idle postgres 2217 1842 0 14:00 ? 00:00:00 /usr/local/pgsql/bin/postgres localhost nsadmin james idle postgres 2218 1842 0 14:00 ? 00:00:00 /usr/local/pgsql/bin/postgres localhost nsadmin buxs idle postgres 2219 1842 0 14:00 ? 00:00:00 /usr/local/pgsql/bin/postgres localhost nsadmin buxs idle postgres 2220 1842 0 14:00 ? 00:00:00 /usr/local/pgsql/bin/postgres localhost nsadmin james idle top output for postgres user... 2:19pm up 2:31, 2 users, load average: 3.54, 5.55, 6.03 118 processes: 113 sleeping, 5 running, 0 zombie, 0 stopped CPU states: 195.3% user, 4.6% system, 0.0% nice, 807224.6% idle Mem: 319596K av, 289688K used, 29908K free, 0K shrd, 30884K buff Swap: 658584K av, 12K used, 658572K free 79636K cached PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND2122 postgres 9 0 12300 12M 4560 S 31.5 3.8 2:16 postmaster2072 postgres 9 0 4144 4144 3524 S 23.1 1.2 9:40 postmaster2189 postgres 15 0 4152 4152 3528 R 21.2 1.2 2:22 postmaster2077 postgres 15 0 4152 4152 3532 R 18.2 1.2 8:31 postmaster1872 postgres 9 0 11848 11M 4128 R 16.5 3.7 67:14 postmaster2187 postgres 9 0 4148 4148 3528 S 16.1 1.2 2:23 postmaster2082 postgres 9 0 4144 4144 3524 S 15.9 1.2 8:30 postmaster2079 postgres 9 0 4140 4140 3520 S 14.8 1.2 8:39 postmaster2086 postgres 9 0 4140 4140 3516 S 14.2 1.2 8:38 postmaster2025 postgres 9 0 11800 11M 4084 R 11.5 3.6 10:54 postmaster2090 postgres 9 0 15548 15M 6748 S 1.1 4.8 0:01 postmaster1842 postgres 8 0 1904 1904 1792 S 0.0 0.5 0:00 postmaster1997 postgres 9 0 13864 13M 5752 S 0.0 4.3 0:02 postmaster2131 postgres 9 0 4696 4696 4004 S 0.0 1.4 0:00 postmaster2205 postgres 9 0 3996 3996 3388 S 0.0 1.2 0:00 postmaster2217 postgres 9 0 11164 10M 3544 S 0.0 3.4 0:00 postmaster2218 postgres 9 0 11704 11M 3616 S 0.0 3.6 0:00 postmaster2219 postgres 9 0 11604 11M 3584 S 0.0 3.6 0:00 postmaster2220 postgres 9 0 3472 3472 2980 S 0.0 1.0 0:00 postmaster top output for nsadmin user (nsd = AOLserver, which is the only server accessing Postgres)... 2:19pm up 2:31, 2 users, load average: 3.54, 5.55, 6.03 118 processes: 113 sleeping, 5 running, 0 zombie, 0 stopped CPU states: 195.3% user, 4.6% system, 0.0% nice, 807224.6% idle Mem: 319596K av, 289688K used, 29908K free, 0K shrd, 30884K buff Swap: 658584K av, 12K used, 658572K free 79636K cached PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND2273 nsadmin 18 0 1084 1084 840 R 4.4 0.3 0:01 top1122 nsadmin 9 0 1408 1408 1020 S 0.0 0.4 0:00 bash1588 nsadmin 9 0 1428 1428 1028 S 0.0 0.4 0:00 bash1852 nsadmin 9 0 19784 19M 1828 S 0.0 6.1 0:03 nsd1855 nsadmin 9 0 58344 56M 1744S 0.0 18.2 0:03 nsd1858 nsadmin 8 0 58344 56M 1744 S 0.0 18.2 0:00 nsd1859 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd1860 nsadmin 8 0 19784 19M 1828 S 0.0 6.1 0:00 nsd1861 nsadmin 9 0 19784 19M 1828 S 0.0 6.1 0:00 nsd1862 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd1863 nsadmin 9 0 19784 19M 1828 S 0.0 6.1 0:00 nsd1864 nsadmin 9 0 19784 19M 1828 S 0.0 6.1 0:00 nsd1865nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd1946 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd1951 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2044 nsadmin 9 0 58344 56M 1744 S 0.018.2 0:01 nsd2067 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2069 nsadmin 9 0 58344 56M 1744S 0.0 18.2 0:00 nsd2078 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2080 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2081 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2174 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2182 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2188 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2190 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2191nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2192 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2197 nsadmin 9 0 58344 56M 1744 S 0.0 18.2 0:00 nsd2268 nsadmin 9 0 58344 56M 1744 S 0.018.2 0:00 nsd
pgsql-hackers by date: