Skip to main content

Hello! 

We want to use qlist command for Commvault jobs monitoring for telegraf. When we are using it from single host - it completed after 1-2 sec. When we are using it at one time from 10 hosts - we are waiting to 15 sec, and after 50 hosts - to 2-3 min. How does Commcerve handle such requests? Multistream or singlestream? 

 

We are usung whish request

qlist jobhistory -c $CLIENT_NAME -a $AGENT_TYPE -st "$d2" -et "$d1" -js Completed -dispJobTimeUnix -tf /etc/telegraf/plugins.d/dbms/pgtf
!--endfragment>

 

Hi,

This is not about the single or multistream. It is about user authorization and running queries per each client. Much easier (meaning: more efficient) way would be running one command and parse the results per client, but I suspect this is not the option here, for client centric requests.


@bdn 

there is no queue on the server for this command. So the only thing i suspect is server overload when you run it simultaenously from multiple machines

 


Reply