diff --git a/category/get_memory_info.py b/category/get_memory_info.py index 77c161b7e3f7a047a3f7d1748e1ce329af8102ba..6090adc4f4d69e9c064c3726879436ef1085316f 100644 --- a/category/get_memory_info.py +++ b/category/get_memory_info.py @@ -39,6 +39,7 @@ class MemInfo(): cmd_result = Command.cmd_run(dmidecode_command) return Command.cmd_output(cmd_name, cmd_result, self.__default_file_name, '=') + @GlobalCall.monitor_info_thread_pool.threaded_pool def __get_free_info(self,interval, times): ''' Get memory information