As I add more empty buckets to an idle one (1) node system doing nothing the CPU continues to climb for both memcached and beam.smp A one (1) node quiescent system 8 core Xenon VM runing Debian 8 the VM has 24MB of RAM uname -a Linux couch01 3.16.0-10-amd64 #1 SMP Debian 3.16.70-1 (2019-07-22) x86_64 GNU/Linux Couchbase Server 6.5.0-0000 (CE) just built from git today on Thu Sep 12 22:06:32 PST 2019 The hypervisor running the above VM is Joyent's SmartOS uname -a SunOS smart130 5.11 joyent_20190815T002608Z i86pc i386 i86pc I start with no buckets and the top output is relatively low PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2401 linuxbr+ 20 0 4182012 180416 7128 S 8.0 0.7 0:16.65 beam.smp 2741 linuxbr+ 20 0 8917820 484636 21860 S 2.0 2.0 0:18.64 java 2541 linuxbr+ 20 0 743128 32984 19756 S 0.8 0.1 0:01.46 indexer 2594 linuxbr+ 20 0 916168 54980 39020 S 0.8 0.2 0:00.93 cbq-engine I add 4 buckets 2 with data (32K items and 5K items) PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2401 linuxbr+ 20 0 4704780 599744 7192 S 61.3 2.4 6:34.93 beam.smp 2669 linuxbr+ 20 0 2465196 194636 24328 S 51.0 0.8 2:56.27 memcached 2541 linuxbr+ 20 0 1389776 335672 21896 S 16.4 1.4 2:31.17 indexer 2553 linuxbr+ 20 0 851196 307380 15856 S 2.4 1.2 0:34.77 projector I add 4 more empty buckets (8 total) PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2401 linuxbr+ 20 0 4886464 711080 7192 S 89.1 2.9 8:56.61 beam.smp 2669 linuxbr+ 20 0 2612652 319660 24328 S 81.6 1.3 4:40.19 memcached 2541 linuxbr+ 20 0 1389904 328476 21896 S 15.8 1.3 2:58.62 indexer 2553 linuxbr+ 20 0 852092 308408 15856 S 2.4 1.2 0:38.85 projector I add 8 more empty buckets (16 total) PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2669 linuxbr+ 20 0 2932140 553620 24328 S 136.9 2.2 12:16.91 memcached 2401 linuxbr+ 20 0 5762404 1.190g 7192 S 132.6 5.0 18:51.58 beam.smp 2541 linuxbr+ 20 0 1389968 315572 21896 S 16.0 1.3 4:18.60 indexer 2459 linuxbr+ 20 0 3950804 165124 16748 S 3.7 0.7 0:19.32 beam.smp I add 8 more empty buckets (24 total) PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2669 linuxbr+ 20 0 3177900 786084 24328 S 160.7 3.2 16:42.95 memcached 2401 linuxbr+ 20 0 6534524 1.624g 7192 S 139.7 6.9 23:58.24 beam.smp 2541 linuxbr+ 20 0 1389968 326208 21896 S 16.1 1.3 4:49.22 indexer 2459 linuxbr+ 20 0 4083384 262296 16748 S 5.9 1.1 0:27.64 beam.smp I add 4 more empty buckets (28 total) PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2669 linuxbr+ 20 0 3341740 906616 24328 S 191.8 3.7 30:40.84 memcached 2401 linuxbr+ 20 0 7157152 1.784g 7192 S 144.7 7.6 36:47.43 beam.smp 2541 linuxbr+ 20 0 1389968 325808 21896 S 12.8 1.3 6:08.28 indexer 2459 linuxbr+ 20 0 4222184 315872 16748 S 2.3 1.3 0:48.81 beam.smp Is this really the expected CPU usage behavior for a one (1) node system doing nothing e.g. the final CPU for the Couchbase user "linuxbrew" CPU sums to 351.6% this is about 3.5 cores or almost 1/2 of my available compute. ###################### We are running on /dev/vdb1 root@couch01:~/eventing# df -kl / /space Filesystem 1K-blocks Used Available Use% Mounted on /dev/vda1 9717280 6130212 3070412 67% / /dev/vdb1 30831612 24823280 4419136 85% /space root@couch01:~/eventing# With the system shut down (28 buckets) but stopped lets look at the diskstats via iostat. root@couch01:~/eventing# iostat -x 10 3 Linux 3.16.0-10-amd64 (couch01) 09/12/2019 _x86_64_ (8 CPU) avg-cpu: %user %nice %system %iowait %steal %idle 8.33 0.00 1.87 1.35 0.00 88.45 Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util vda 0.00 4.93 0.04 73.96 1.49 463.31 12.56 0.24 3.18 24.49 3.17 1.75 12.97 vdb 0.00 0.14 0.15 1.64 3.42 40.47 49.10 0.02 10.53 0.50 11.45 1.42 0.25 avg-cpu: %user %nice %system %iowait %steal %idle 0.00 0.00 0.01 0.05 0.00 99.94 Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util vda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 vdb 0.00 0.00 0.00 4.50 0.00 18.00 8.00 0.00 0.71 0.00 0.71 0.71 0.32 avg-cpu: %user %nice %system %iowait %steal %idle 0.00 0.00 0.00 0.00 0.00 100.00 Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util vda 0.00 0.10 0.00 0.60 0.00 2.80 9.33 0.00 0.00 0.00 0.00 0.00 0.00 vdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 root@couch01:~/eventing# linuxbrew@couch01:~$ ~/couch/install/bin/couchbase-server 2019-09-12 22:31:46 cb_dist: Starting cb_dist with config ~p [{external_listeners,[inet_tcp_dist,inet6_tcp_dist]},{preferred_external_proto,inet_tcp_dist},{preferred_local_proto,inet_tcp_dist}] 2019-09-12 22:31:46 cb_dist: Initial protos: ~p, required protos: ~p [inet_tcp_dist,inet6_tcp_dist] [inet_tcp_dist] 2019-09-12 22:31:46 cb_dist: Starting ~p listener on ~p... inet_tcp_dist 21200 2019-09-12 22:31:46 cb_dist: Starting ~p listener on ~p... inet6_tcp_dist 21200 Erlang/OTP 20 [erts-9.3.3.9] [source-d27a01d] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:16] [kernel-poll:false] Eshell V9.3.3.9 (abort with ^G) (babysitter_of_ns_1@cb.local)1> With the quiescent system (28 buckets) lets look at the diskstats via iostat, root@couch01:~/eventing# iostat -x 10 3 Linux 3.16.0-10-amd64 (couch01) 09/12/2019 _x86_64_ (8 CPU) avg-cpu: %user %nice %system %iowait %steal %idle 8.33 0.00 1.87 1.35 0.00 88.45 Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util vda 0.00 4.93 0.04 73.96 1.49 463.35 12.56 0.24 3.18 24.49 3.17 1.75 12.98 vdb 0.00 0.14 0.15 1.63 3.42 40.41 49.30 0.02 10.58 0.50 11.51 1.42 0.25 avg-cpu: %user %nice %system %iowait %steal %idle 41.66 0.00 4.71 1.40 0.00 52.22 Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util vda 0.00 0.00 0.00 0.40 0.00 2.40 12.00 0.00 6.00 0.00 6.00 6.00 0.24 vdb 0.00 0.00 0.00 103.10 0.00 450.00 8.73 0.23 2.22 0.00 2.22 2.17 22.36 avg-cpu: %user %nice %system %iowait %steal %idle 41.39 0.00 5.04 1.88 0.00 51.68 Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util vda 0.00 0.00 0.00 0.60 0.00 2.40 8.00 0.00 6.67 0.00 6.67 6.67 0.40 vdb 0.00 4.00 0.00 145.30 0.00 746.00 10.27 0.28 1.94 0.00 1.94 1.81 26.32 root@couch01:~/eventing# ###################### (full top outputs for user linuxbrew that built and runs couchbase-server) ###################### ###################### quiescent no GUI login or session no buckets top - 21:19:58 up 15 days, 22:17, 2 users, load average: 0.91, 2.37, 3.50 Tasks: 144 total, 1 running, 143 sleeping, 0 stopped, 0 zombie %Cpu(s): 1.1 us, 0.4 sy, 0.0 ni, 98.3 id, 0.2 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem: 24722744 total, 16799364 used, 7923380 free, 606068 buffers KiB Swap: 477180 total, 0 used, 477180 free. 14498340 cached Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2401 linuxbr+ 20 0 4176364 173728 7128 S 8.9 0.7 0:09.80 beam.smp 2741 linuxbr+ 20 0 8841960 367952 21860 S 2.1 1.5 0:13.12 java 2541 linuxbr+ 20 0 668340 31056 19692 S 0.9 0.1 0:00.82 indexer 2577 linuxbr+ 20 0 476884 12888 10860 S 0.5 0.1 0:00.28 goxdcr 2594 linuxbr+ 20 0 834240 45660 36332 S 0.5 0.2 0:00.47 cbq-engine 2737 linuxbr+ 20 0 955248 20956 15880 S 0.5 0.1 0:00.12 js-evaluator 2279 linuxbr+ 20 0 4006964 39356 7040 S 0.4 0.2 0:01.93 beam.smp 2535 linuxbr+ 20 0 8496 1604 1424 S 0.2 0.0 0:00.13 sigar_port 2536 linuxbr+ 20 0 6648 1968 1528 S 0.2 0.0 0:00.06 goport 2607 linuxbr+ 20 0 663992 20948 16736 S 0.2 0.1 0:00.19 cbft 2660 linuxbr+ 20 0 851116 25164 20660 S 0.2 0.1 0:00.19 eventing-produc 2459 linuxbr+ 20 0 3727456 69700 16748 S 0.1 0.3 0:01.86 beam.smp ###################### Log into GUI There are currently no buckets and no stats to show. Go to Buckets to add one, or load a sample bucket with data & indexes. top - 21:21:08 up 15 days, 22:18, 2 users, load average: 0.69, 1.98, 3.28 Tasks: 144 total, 2 running, 142 sleeping, 0 stopped, 0 zombie %Cpu(s): 1.1 us, 0.3 sy, 0.0 ni, 98.5 id, 0.1 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem: 24722744 total, 16934936 used, 7787808 free, 606068 buffers KiB Swap: 477180 total, 0 used, 477180 free. 14498452 cached Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2401 linuxbr+ 20 0 4182012 180416 7128 S 8.0 0.7 0:16.65 beam.smp 2741 linuxbr+ 20 0 8917820 484636 21860 S 2.0 2.0 0:18.64 java 2541 linuxbr+ 20 0 743128 32984 19756 S 0.8 0.1 0:01.46 indexer 2594 linuxbr+ 20 0 916168 54980 39020 S 0.8 0.2 0:00.93 cbq-engine 2577 linuxbr+ 20 0 476884 13168 10924 S 0.3 0.1 0:00.57 goxdcr 2279 linuxbr+ 20 0 4006964 39356 7040 S 0.2 0.2 0:02.09 beam.smp 2535 linuxbr+ 20 0 8496 1604 1424 S 0.2 0.0 0:00.29 sigar_port 2607 linuxbr+ 20 0 663992 21988 16928 S 0.2 0.1 0:00.32 cbft 2660 linuxbr+ 20 0 852176 25860 20660 S 0.2 0.1 0:00.28 eventing-produc 2459 linuxbr+ 20 0 3727456 69700 16748 S 0.1 0.3 0:01.93 beam.smp 2366 linuxbr+ 20 0 4224 1404 1316 S 0.0 0.0 0:00.06 erl_child_setup 2396 linuxbr+ 20 0 3328 1548 1192 S 0.0 0.0 0:00.03 gosecrets ###################### create travel-sample via http://192.168.3.141:8091/ui/index.html#!/settings/sampleBuckets wait until indecies are all at 100% and bucket has all items e.g. **** ISSUE def_name_type says 0% and 0 items under "Idexes" -why (just built this around 9/12/2019 at 2:00pm) is it an issue with "_type" v. "type" **** CREATE INDEX `def_name_type` ON `travel-sample`(`name`) WHERE (`_type` = "User") WITH { "defer_build":true } **** Should GUI say "Indices" or "Indexes" Iguess either **** https://business.nasdaq.com/marketinsite/2016/indexes-or-indices-whats-the-deal.html top - 21:30:19 up 15 days, 22:27, 2 users, load average: 1.93, 2.18, 2.87 Tasks: 146 total, 1 running, 145 sleeping, 0 stopped, 0 zombie %Cpu(s): 4.7 us, 0.8 sy, 0.0 ni, 94.2 id, 0.2 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem: 24722744 total, 17996504 used, 6726240 free, 606408 buffers KiB Swap: 477180 total, 0 used, 477180 free. 14585384 cached Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2401 linuxbr+ 20 0 4414612 388456 7192 S 27.4 1.6 3:25.29 beam.smp 2541 linuxbr+ 20 0 1389776 333768 21896 S 14.5 1.4 1:30.62 indexer 2669 linuxbr+ 20 0 2293164 99932 24264 S 10.7 0.4 1:10.40 memcached 2553 linuxbr+ 20 0 850684 357712 15856 S 2.1 1.4 0:24.73 projector 2594 linuxbr+ 20 0 1072532 74768 40616 S 1.0 0.3 0:09.30 cbq-engine 2741 linuxbr+ 20 0 8919868 487900 21860 S 0.9 2.0 0:26.17 java 2459 linuxbr+ 20 0 3733936 75376 16748 S 0.4 0.3 0:03.80 beam.smp 2535 linuxbr+ 20 0 8496 1604 1424 S 0.3 0.0 0:01.60 sigar_port 2577 linuxbr+ 20 0 486616 16332 11624 S 0.3 0.1 0:03.06 goxdcr 2517 linuxbr+ 20 0 9416 6040 1256 S 0.2 0.0 0:00.92 godu 2607 linuxbr+ 20 0 672188 22224 16928 S 0.2 0.1 0:01.39 cbft 2660 linuxbr+ 20 0 868824 27532 20660 S 0.1 0.1 0:01.01 eventing-produc ###################### quiescent no GUI login or session one (1) bucket - only one bucket has data travel-sample 31,591 top - 21:31:09 up 15 days, 22:28, 2 users, load average: 1.51, 2.02, 2.78 Tasks: 146 total, 2 running, 144 sleeping, 0 stopped, 0 zombie %Cpu(s): 4.2 us, 0.8 sy, 0.0 ni, 94.6 id, 0.3 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem: 24722744 total, 17955784 used, 6766960 free, 606408 buffers KiB Swap: 477180 total, 0 used, 477180 free. 14585628 cached Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2401 linuxbr+ 20 0 4356232 344308 7192 S 24.2 1.4 3:38.42 beam.smp 2541 linuxbr+ 20 0 1389776 334056 21896 S 13.8 1.4 1:37.62 indexer 2669 linuxbr+ 20 0 2293164 104324 24264 S 11.4 0.4 1:15.74 memcached 2553 linuxbr+ 20 0 850684 357712 15856 S 1.9 1.4 0:25.76 projector 2594 linuxbr+ 20 0 1072532 74980 40616 S 1.4 0.3 0:09.86 cbq-engine 2741 linuxbr+ 20 0 8919868 487900 21860 S 1.3 2.0 0:26.67 java 2577 linuxbr+ 20 0 486616 16332 11624 S 0.4 0.1 0:03.26 goxdcr 2279 linuxbr+ 20 0 4013108 44052 7040 S 0.2 0.2 0:08.75 beam.smp 2459 linuxbr+ 20 0 3733936 75620 16748 S 0.2 0.3 0:03.93 beam.smp 2517 linuxbr+ 20 0 9416 6040 1256 S 0.2 0.0 0:01.01 godu 2535 linuxbr+ 20 0 8496 1604 1424 S 0.2 0.0 0:01.72 sigar_port 2607 linuxbr+ 20 0 672188 22224 16928 S 0.2 0.1 0:01.49 cbft ###################### quiescent no GUI login or session four (4) buckets total - only two buckets have data meta 0 register 5,405 review 0 travel-sample 31,591 top - 21:36:37 up 15 days, 22:34, 2 users, load average: 1.76, 2.15, 2.61 Tasks: 146 total, 2 running, 144 sleeping, 0 stopped, 0 zombie %Cpu(s): 14.0 us, 1.7 sy, 0.0 ni, 84.2 id, 0.0 wa, 0.0 hi, 0.1 si, 0.0 st KiB Mem: 24722744 total, 18395660 used, 6327084 free, 606652 buffers KiB Swap: 477180 total, 0 used, 477180 free. 14635712 cached Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2401 linuxbr+ 20 0 4704780 599744 7192 S 61.3 2.4 6:34.93 beam.smp 2669 linuxbr+ 20 0 2465196 194636 24328 S 51.0 0.8 2:56.27 memcached 2541 linuxbr+ 20 0 1389776 335672 21896 S 16.4 1.4 2:31.17 indexer 2553 linuxbr+ 20 0 851196 307380 15856 S 2.4 1.2 0:34.77 projector 2594 linuxbr+ 20 0 1073236 93212 40808 S 1.8 0.4 0:16.72 cbq-engine 2279 linuxbr+ 20 0 4012852 43972 7040 S 0.6 0.2 0:11.14 beam.smp 2517 linuxbr+ 20 0 9928 6040 1256 S 0.6 0.0 0:02.62 godu 2577 linuxbr+ 20 0 486616 15968 11688 S 0.6 0.1 0:04.98 goxdcr 2589 linuxbr+ 20 0 9016 3272 1592 S 0.6 0.0 0:00.75 goport 2660 linuxbr+ 20 0 1181712 28388 20660 S 0.6 0.1 0:07.12 eventing-produc 2741 linuxbr+ 20 0 8977256 547876 21860 S 0.6 2.2 0:31.40 java 2366 linuxbr+ 20 0 4224 1404 1316 S 0.0 0.0 0:00.06 erl_child_setup ###################### quiescent no GUI login or session eight (8) buckets total - only two buckets have data meta 0 more01 0 more02 0 more03 0 more04 0 register 5,405 review 0 travel-sample 31,591 top - 21:39:17 up 15 days, 22:36, 2 users, load average: 3.86, 2.99, 2.85 Tasks: 146 total, 1 running, 145 sleeping, 0 stopped, 0 zombie %Cpu(s): 20.3 us, 2.6 sy, 0.0 ni, 75.9 id, 1.1 wa, 0.0 hi, 0.1 si, 0.0 st KiB Mem: 24722744 total, 18783560 used, 5939184 free, 607972 buffers KiB Swap: 477180 total, 0 used, 477180 free. 14675588 cached Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2401 linuxbr+ 20 0 4886464 711080 7192 S 89.1 2.9 8:56.61 beam.smp 2669 linuxbr+ 20 0 2612652 319660 24328 S 81.6 1.3 4:40.19 memcached 2541 linuxbr+ 20 0 1389904 328476 21896 S 15.8 1.3 2:58.62 indexer 2553 linuxbr+ 20 0 852092 308408 15856 S 2.4 1.2 0:38.85 projector 2594 linuxbr+ 20 0 1150264 138344 41128 S 2.4 0.6 0:24.17 cbq-engine 2459 linuxbr+ 20 0 3807740 106312 16748 S 1.3 0.4 0:08.44 beam.smp 2517 linuxbr+ 20 0 9928 6040 1256 S 1.3 0.0 0:04.24 godu 2577 linuxbr+ 20 0 486616 16652 11688 S 0.7 0.1 0:05.98 goxdcr 2741 linuxbr+ 20 0 9012088 587264 21860 S 0.4 2.4 0:33.48 java 2607 linuxbr+ 20 0 672188 22200 16928 S 0.3 0.1 0:02.41 cbft 2535 linuxbr+ 20 0 8496 1604 1424 S 0.2 0.0 0:02.84 sigar_port 2572 linuxbr+ 20 0 4984 2204 1592 S 0.2 0.0 0:00.49 goport ###################### quiescent no GUI login or session sixteen (16) buckets total - only two buckets have data meta 0 more01 0 more02 0 more03 0 more04 0 more_a_01 0 more_a_02 0 more_a_03 0 more_a_04 0 more_a_05 0 more_a_06 0 more_a_07 0 more_a_08 0 register 5,405 review 0 travel-sample 31,591 top - 21:47:28 up 15 days, 22:45, 2 users, load average: 9.07, 5.61, 3.90 Tasks: 146 total, 1 running, 145 sleeping, 0 stopped, 0 zombie %Cpu(s): 32.0 us, 4.0 sy, 0.0 ni, 54.5 id, 9.3 wa, 0.0 hi, 0.1 si, 0.0 st KiB Mem: 24722744 total, 19758052 used, 4964692 free, 610824 buffers KiB Swap: 477180 total, 0 used, 477180 free. 14696072 cached Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2669 linuxbr+ 20 0 2932140 553620 24328 S 136.9 2.2 12:16.91 memcached 2401 linuxbr+ 20 0 5762404 1.190g 7192 S 132.6 5.0 18:51.58 beam.smp 2541 linuxbr+ 20 0 1389968 315572 21896 S 16.0 1.3 4:18.60 indexer 2459 linuxbr+ 20 0 3950804 165124 16748 S 3.7 0.7 0:19.32 beam.smp 2594 linuxbr+ 20 0 1220520 222844 41128 S 3.3 0.9 0:48.82 cbq-engine 2517 linuxbr+ 20 0 9928 6040 1256 S 2.7 0.0 0:12.01 godu 2553 linuxbr+ 20 0 860416 309904 15856 S 1.7 1.3 0:51.15 projector 2577 linuxbr+ 20 0 486616 16972 11752 S 0.7 0.1 0:09.20 goxdcr 2279 linuxbr+ 20 0 4012852 44152 7040 S 0.3 0.2 0:12.84 beam.smp 2535 linuxbr+ 20 0 8496 1604 1424 S 0.3 0.0 0:03.84 sigar_port 2607 linuxbr+ 20 0 672188 22200 16928 S 0.3 0.1 0:03.27 cbft 2655 linuxbr+ 20 0 7704 2188 1528 S 0.3 0.0 0:00.64 goport ###################### quiescent no GUI login or session twenty four (24) buckets total - only two buckets have data meta 0 more01 0 more02 0 more03 0 more04 0 more_a_01 0 more_a_02 0 more_a_03 0 more_a_04 0 more_a_05 0 more_a_06 0 more_a_07 0 more_a_08 0 more_a_09 0 more_a_10 0 more_a_11 0 more_a_12 0 more_a_13 0 more_a_14 0 more_a_15 0 more_a_16 0 register 5,405 review 0 travel-sample 31,591 top - 21:50:30 up 15 days, 22:48, 2 users, load average: 7.97, 6.35, 4.46 Tasks: 146 total, 2 running, 144 sleeping, 0 stopped, 0 zombie %Cpu(s): 36.0 us, 4.7 sy, 0.0 ni, 51.4 id, 7.8 wa, 0.0 hi, 0.1 si, 0.0 st KiB Mem: 24722744 total, 20649632 used, 4073112 free, 613092 buffers KiB Swap: 477180 total, 0 used, 477180 free. 14765652 cached Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2669 linuxbr+ 20 0 3177900 786084 24328 S 160.7 3.2 16:42.95 memcached 2401 linuxbr+ 20 0 6534524 1.624g 7192 S 139.7 6.9 23:58.24 beam.smp 2541 linuxbr+ 20 0 1389968 326208 21896 S 16.1 1.3 4:49.22 indexer 2459 linuxbr+ 20 0 4083384 262296 16748 S 5.9 1.1 0:27.64 beam.smp 2594 linuxbr+ 20 0 1220520 228340 41128 S 3.9 0.9 0:58.43 cbq-engine 2517 linuxbr+ 20 0 9928 6040 1256 S 3.7 0.0 0:17.46 godu 2553 linuxbr+ 20 0 860416 309904 15856 S 2.6 1.3 0:55.60 projector 2577 linuxbr+ 20 0 486616 16972 11752 S 1.0 0.1 0:10.60 goxdcr 2741 linuxbr+ 20 0 9048976 619492 21924 S 0.6 2.5 0:38.82 java 2535 linuxbr+ 20 0 8496 1604 1424 S 0.2 0.0 0:04.17 sigar_port 2279 linuxbr+ 20 0 4012852 44344 7040 S 0.1 0.2 0:13.53 beam.smp 2589 linuxbr+ 20 0 10332 4568 1592 S 0.1 0.0 0:01.93 goport ###################### quiescent no GUI login or session twenty four (28) buckets total - only two buckets have data meta 0 more01 0 more02 0 more03 0 more04 0 more_a_01 0 more_a_02 0 more_a_03 0 more_a_04 0 more_a_05 0 more_a_06 0 more_a_07 0 more_a_08 0 more_a_09 0 more_a_10 0 more_a_11 0 more_a_12 0 more_a_13 0 more_a_14 0 more_a_15 0 more_a_16 0 more_a_17 0 more_a_18 0 more_a_19 0 more_a_20 0 register 5,405 review 0 travel-sample 31,591 top - 21:59:08 up 15 days, 22:56, 2 users, load average: 7.75, 5.33, 4.55 Tasks: 146 total, 2 running, 144 sleeping, 0 stopped, 0 zombie %Cpu(s): 39.9 us, 4.5 sy, 0.0 ni, 49.8 id, 5.6 wa, 0.0 hi, 0.1 si, 0.0 st KiB Mem: 24722744 total, 21076880 used, 3645864 free, 614548 buffers KiB Swap: 477180 total, 0 used, 477180 free. 14810868 cached Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2669 linuxbr+ 20 0 3341740 906616 24328 S 191.8 3.7 30:40.84 memcached 2401 linuxbr+ 20 0 7157152 1.784g 7192 S 144.7 7.6 36:47.43 beam.smp 2541 linuxbr+ 20 0 1389968 325808 21896 S 12.8 1.3 6:08.28 indexer 2459 linuxbr+ 20 0 4222184 315872 16748 S 2.3 1.3 0:48.81 beam.smp 2517 linuxbr+ 20 0 10184 6040 1256 S 2.3 0.0 0:36.37 godu 2553 linuxbr+ 20 0 860416 310164 15856 S 2.3 1.3 1:07.69 projector 2594 linuxbr+ 20 0 1220520 228340 41128 S 2.3 0.9 1:18.62 cbq-engine 2577 linuxbr+ 20 0 494812 17220 11752 S 1.2 0.1 0:14.70 goxdcr 2279 linuxbr+ 20 0 4012852 44344 7040 S 0.6 0.2 0:14.73 beam.smp 2535 linuxbr+ 20 0 8496 1604 1424 S 0.6 0.0 0:05.13 sigar_port 2741 linuxbr+ 20 0 9048976 644536 21988 S 0.6 2.6 0:42.54 java 2366 linuxbr+ 20 0 4224 1404 1316 S 0.0 0.0 0:00.06 erl_child_setup