Forum Discussion
Siva_Venna
5 years agoContributor
@Ritthipo
Attached pipeline should work for you.ns0_namespaces_2021_02_16.slp (9.1 KB)
deepak_shaw
4 years agoContributor
I have made a small change in your pipeline and its working fine now… Thanks for the idea
Here’s a JavaScript snippet that I think will get the sum of the queue depth for all tasks on a given FeedMaster node:
if (nodeInfo.container_type === 'feed-master') { queueSize = nodeInfo.stats.app_stats.destinations.reduce((sum, cur) => sum + cur.size, 0); }
nodeInfo is one of the elements from response_map[plexPath].cc_info.running from the Snaplex monitoring API.
Related Content
- 6 years ago
- 5 years ago