Results 1 to 1 of 1
It seems that the TIME+ usage of Init is very high on one server as I can't think why this is. TIME+ is the cpu time the process has taken, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-03-2006 #1
Init chewing TIME+ according to Top
It seems that the TIME+ usage of Init is very high on one server as I can't think why this is. TIME+ is the cpu time the process has taken, right? Here are a couple of snapshots from top a minute apart.
They show that Init's cpu time increase by 15 seconds in a minute, rather high, don't you think?Code:top - 22:06:15 up 3:51, 1 user, load average: 1.23, 0.48, 0.22 Tasks: 116 total, 2 running, 114 sleeping, 0 stopped, 0 zombie Cpu0 : 33.1% us, 1.2% sy, 0.0% ni, 46.4% id, 19.3% wa, 0.0% hi, 0.0% si Cpu1 : 7.5% us, 0.8% sy, 0.0% ni, 45.7% id, 45.9% wa, 0.0% hi, 0.1% si Mem: 6057884k total, 3642736k used, 2415148k free, 222208k buffers Swap: 0k total, 0k used, 0k free, 3161608k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 12231 oracle 25 0 59448 53m 3312 R 28.1 0.9 0:02.81 /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/c 11755 oracle 15 0 1280m 201m 196m D 11.5 3.4 0:16.06 oracledb (DESCRIPTION=(LOCAL=YES)(ADDRESS 12227 oracle 16 0 1235m 27m 20m S 2.0 0.5 0:00.20 oracledb (LOCAL=NO) 3967 oracle 16 0 44736 3024 2356 S 0.1 0.0 0:00.19 sshd: user@pts/0 5362 oracle 16 0 1239m 18m 9580 S 0.1 0.3 0:05.31 ora_ckpt_db 1 root 16 0 640 260 220 S 0.0 0.0 13:47.51 init [3] 2 root RT 0 0 0 0 S 0.0 0.0 0:00.01 [migration/0] top - 22:07:15 up 3:52, 1 user, load average: 1.47, 0.68, 0.30 Tasks: 117 total, 3 running, 114 sleeping, 0 stopped, 0 zombie Cpu0 : 49.3% us, 1.9% sy, 0.0% ni, 23.7% id, 25.0% wa, 0.0% hi, 0.1% si Cpu1 : 57.6% us, 1.6% sy, 0.0% ni, 8.9% id, 31.8% wa, 0.0% hi, 0.1% si Mem: 6057884k total, 3712128k used, 2345756k free, 228072k buffers Swap: 0k total, 0k used, 0k free, 3211572k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 12287 oracle 25 0 65400 59m 3192 R 43.3 1.0 0:04.33 /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/c 11755 oracle 16 0 1281m 252m 247m S 11.7 4.3 0:23.49 oracledb (DESCRIPTION=(LOCAL=YES)(ADDRESS 12261 oracle 16 0 1250m 50m 42m S 3.4 0.8 0:21.99 oracledb (LOCAL=NO) 5409 oracle 16 0 26168 4544 3468 S 0.1 0.1 0:01.53 /opt/oracle/product/920/bin/tnslsnr LISTENER 1 root 16 0 640 260 220 S 0.0 0.0 14:03.04 init [3] 2 root RT 0 0 0 0 S 0.0 0.0 0:00.01 [migration/0] 3 root 34 19 0 0 0 S 0.0 0.0 0:00.00 [ksoftirqd/0] 4 root RT 0 0 0 0 S 0.0 0.0 0:00.01 [migration/1]
I compared this to another server I have and Init usage there is 2 seconds. (I believe that both of these are non cumulative set in top).
Could anybody help me to understand why this is and if it can be reduced? Perhaps it is indicative of a minor problem or lack of optimisation?


Reply With Quote
