Sha256: 4e4aa48f40b789836a019ebd75263a484a517db43a930b9d6f801bb2bc7daf33
Contents?: true
Size: 387 Bytes
Versions: 83
Compression:
Stored size: 387 Bytes
Contents
load_utility 'clear_util.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
83 entries across 64 versions & 1 rubygems