(time_index, remote_ssh, file_path)
| 626 | |
| 627 | |
| 628 | def sn_check_utility(time_index, remote_ssh, file_path): |
| 629 | result = sn_remote_cmd(remote_ssh, "vmstat") |
| 630 | f = open(file_path + "/utility-info" + "_" + str(time_index) + ".txt", "w") |
| 631 | f.writelines(result) |
| 632 | f.close() |
| 633 | |
| 634 | |
| 635 | def sn_update_delay(file_path, configuration_file_path, timeptr, |