AWS Thinkbox Discussion Forums

I want to get Ram usage information for Slaves

I found out that if you write the code in the “def RenderTasks(self):” part of “RepositoryDirectory\plugins\Nuke\Nuke.py”, I can run the code you write arbitrarily after each task rendering is complete.

def SetConcurrentTask(self):
    task = self.GetCurrentTask()
    self.LogInfo('TaskAverageRamPercentage' + task.TaskPercentToString(task.TaskAverageRamPercentage))

After each task, I ran the code above…
“task.TaskAverageRamPercentage” returns only 0%.
If you look at each task log, it’s obviously not 0%.
Can anyone help me figure out what the problem is?

Privacy | Site terms | Cookie preferences