Sha256: a1bfcecf35ee5a8b6885ac529bec40e08e56ef9e0c31bd8c9bedfda4446484b9
Contents?: true
Size: 391 Bytes
Versions: 40
Compression:
Stored size: 391 Bytes
Contents
load_utility 'utilities/clear.rb' def collect(type, duration, call_clear = false) # Get the current collects telemetry point collects = tlm('INST HEALTH_STATUS COLLECTS') #Command the collect cmd("INST COLLECT with TYPE #{type}, DURATION #{duration}") #Wait for telemetry to update wait_check("INST HEALTH_STATUS COLLECTS == #{collects + 1}", 10) clear() if call_clear end
Version data entries
40 entries across 40 versions & 1 rubygems