Doing testing and configuration... for the first time left the Zm running all night.
Seems to be working fine, but I notice there seem to be more processes now (or maybe I just didn't notice them earlier?)
I see one ZMA process per camera, but what appears to be at least NINE zmc processes per camera. Is this normal?
Also, what I would call "idle" server load seems to have doubled since yesterday, it's now running at about 1/4 of machine capacity, whereas yesterday it was about 1/8th..
How many ZMC instances?
Re: How many ZMC instances?
this does look odd and I don't believe is normal. multiple instances of zmc should be transient (if at all) - not long lasting.
You might want to post more details about your config and zm debug logs and some knowledgeable folks may chime in.
You might want to post more details about your config and zm debug logs and some knowledgeable folks may chime in.
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.
Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Re: How many ZMC instances?
Hi,
I saw this long time ago, but I read a post of an user explaining that ffmpeg sources usually uses more than one process. I do not know if it´s true, but in my zm server, the zmc process are also repeated in all the monitors using ffmpeg.
Regards,
PacoLM
I saw this long time ago, but I read a post of an user explaining that ffmpeg sources usually uses more than one process. I do not know if it´s true, but in my zm server, the zmc process are also repeated in all the monitors using ffmpeg.
Regards,
PacoLM
- Attachments
-
- Capture.PNG (39.55 KiB) Viewed 3944 times
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: How many ZMC instances?
If you use ps instead of htop, you will likely see just one zmc process per camera, at least if everything is working correctly.
Unlike ps, htop shows each thread separately.
For further reading:
http://unix.stackexchange.com/questions ... ss-than-ps
Unlike ps, htop shows each thread separately.
For further reading:
http://unix.stackexchange.com/questions ... ss-than-ps
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
-
- Posts: 51
- Joined: Tue Dec 22, 2015 12:44 am
Re: How many ZMC instances?
Thanks! Multi-threaded process totally makes sense
Re: How many ZMC instances?
I think pressing "shift h" will hide the threads in htop.
Re: How many ZMC instances?
Yes sir!kevin186 wrote:I think pressing "shift h" will hide the threads in htop.
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...