Lines Matching refs:getloadavg
676 if hasattr(os, 'getloadavg'):677 load_avg_1min = os.getloadavg()[0]