MetaService¶
-
support.meta_service.meta_service.
get_config_dict
()[source]¶ returns information about the current environment in a dictionary
-
support.meta_service.meta_service.
get_fd_info
()[source]¶ Gathers and correlates fd info from 3 sources: 1- gc over all objects that have a fileno(); this is most ‘socket-like’ things 2- infra Context object data structures 3- psutil information 4- /proc filesystem (if available)
This function is a little bit open-ended, we can probably continue to find additional sources of information