QFARM is an IMA function and since XenApp 7.x has now moved to FMA it uses powershell
This script should give you the load on your servers similar to a QFARM output
Get-BrokerMachine –Filter ‘SessionSupport –eq “MultiSession”’ –Property @(‘DNSName’,’LoadIndex’)