def memdump(self, local_filename, remote_filename=None, compress=False):
dump_object = self.start_memdump(remote_filename=remote_filename, compress=compress)
dump_object.wait()
dump_object.get(local_filename)
dump_object.delete()
评论列表
文章目录