コード例 #1
0
 def get_cvla_memory_usage(self):
     response    = self.cmd_link.run_single_command('show platform hardware qfp active infrastructure cvla client handles')
     # (res, res2) = CShowParser.parse_cvla_memory_usage(response)
     return CShowParser.parse_cvla_memory_usage(response)
コード例 #2
0
ファイル: CPlatform.py プロジェクト: wlm328cs/trex
 def get_cvla_memory_usage(self):
     response    = self.cmd_link.run_single_command('show platform hardware qfp active infrastructure cvla client handles')
     # (res, res2) = CShowParser.parse_cvla_memory_usage(response)
     return CShowParser.parse_cvla_memory_usage(response)