NEWS
ioBroker running several times at once
-
Hi there
currently I am a bit confused wether my ioBroker is running the way it is supposed to be. It seems to run several times parallel.
If I am running pstree I get the following result:
├─iobroker.js-con─┬─node───5*[{node}] │ ├─4*[{iobroker.js-con}] │ └─5*[{node}] ├─iobroker.js-con─┬─io.admin.0───9*[{node}] │ ├─io.broadlink2.0───9*[{node}] │ ├─io.discovery.0───9*[{node}] │ ├─io.history.0───9*[{node}] │ ├─io.javascript.0───9*[{node}] │ ├─io.mihome.0───9*[{node}] │ ├─io.ping.0───9*[{node}] │ ├─io.socketio.0───9*[{node}] │ ├─io.sonoff.0───9*[{node}] │ ├─io.telegram.0───9*[{node}] │ ├─io.text2command───9*[{node}] │ ├─io.web.0───9*[{node}] │ ├─io.yeelight-2.0───9*[{node}] │ ├─node───5*[{node}] │ ├─4*[{iobroker.js-con}] │ └─5*[{node}]
Perhaps I am too unfamiliar with linux? What shall I do or check?
Thanks in advance
-
@RayJayVaughan what says
ps uax | grep iobroker
-
The result is
iobroker 2661 2.4 6.7 188104 63840 ? Rsl Sep13 108:14 iobroker.js-controller
iobroker 2683 0.1 5.4 146588 51764 ? Sl Sep13 7:16 io.admin.0
iobroker 2698 0.0 3.9 133920 37436 ? Sl Sep13 3:27 io.discovery.0
iobroker 2713 0.0 4.5 138896 43604 ? Sl Sep13 3:26 io.web.0
iobroker 2727 0.0 4.0 135988 38560 ? Sl Sep13 3:28 io.socketio.0
iobroker 2756 1.2 5.3 156792 50324 ? Sl Sep13 56:02 io.history.0
iobroker 2770 1.4 6.5 180104 62072 ? Sl Sep13 66:26 io.javascript.0
iobroker 2776 0.1 4.4 136520 42104 ? Sl Sep13 4:31 io.mihome.0
iobroker 2801 0.3 4.0 136872 38192 ? Sl Sep13 17:49 io.ping.0
iobroker 2818 0.1 4.3 137516 41620 ? Sl Sep13 7:08 io.yeelight-2.0
iobroker 2840 0.0 5.1 146768 48872 ? Sl Sep13 4:20 io.sonoff.0
iobroker 2861 0.1 4.4 141336 41992 ? Sl Sep13 4:34 io.broadlink2.0
iobroker 2879 0.1 5.5 152780 52344 ? Sl Sep13 6:53 io.telegram.0
iobroker 2893 0.0 4.1 133984 39500 ? Sl Sep13 3:27 io.text2command.0
iobroker 2907 1.0 4.6 139112 44572 ? Sl Sep13 49:08 io.enigma2.0
iobroker 2922 4.0 4.6 143456 43764 ? Sl Sep13 182:02 io.info.0
iobroker 3318 0.8 4.9 145512 47136 ? Sl Sep13 37:50 io.hue.0
iobroker 3341 0.9 4.7 138208 45372 ? Sl Sep13 41:28 io.enigma2.1
iobroker 3367 0.0 4.1 134544 39516 ? Sl Sep13 3:28 io.squeezebox.0
iobroker 3515 0.0 4.4 135056 42340 ? Sl Sep13 3:35 io.scenes.0
pi 12311 0.0 0.0 4776 532 pts/0 S+ 14:51 0:00 grep --color=auto iobrokerThat seems to be ok so far?!
-
@RayJayVaughan yes. ps looks ok.
-
Thank you - due to being newby.