How to count necessary render nodes?

General discussions and questions.
Post Reply
TryKote
Posts: 1
Joined: Thu Sep 19, 2019 12:26 pm

How to count necessary render nodes?

Post by TryKote »

Hi! I need to know exactly how many nodes are needed to render all current tasks. Can I use some API method or found information in web gui?
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: How to count necessary render nodes?

Post by timurhai »

Hi!
There is no API for this.

You can do it yourself. If you have 10 tasks, and each needs an hour to render. 10 machines will render all in an hour. Or 5 machines in 2 hours. And if you have 20 machines, they render all in an hour too, or you should split tasks to have 20 x 0.5 hour tasks.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Post Reply