MetaService

class support.meta_service.meta_service.MetaTable(data=None, headers=<object object>)[source]
get_cell_html(value)[source]
support.meta_service.meta_service.create_meta_app(additional_routes=None)[source]
support.meta_service.meta_service.dump_id(in_id)[source]
support.meta_service.meta_service.get_config_dict()[source]

returns information about the current environment in a dictionary

support.meta_service.meta_service.get_connection_mgr()[source]
support.meta_service.meta_service.get_connections()[source]
support.meta_service.meta_service.get_context_dict()[source]
support.meta_service.meta_service.get_environment()[source]
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

support.meta_service.meta_service.get_frames_local_to(obj)[source]

Find all of the frames which the object is referenced in. Return a list [(name, frame), (name, frame) ... ]

support.meta_service.meta_service.get_greenlets()[source]
support.meta_service.meta_service.get_logs()[source]
support.meta_service.meta_service.get_one_fd_info(fd)[source]
support.meta_service.meta_service.get_psutil_data()[source]
support.meta_service.meta_service.get_pytypes()[source]
support.meta_service.meta_service.get_pytypes_len()[source]
support.meta_service.meta_service.get_pytypes_len_gen()[source]
support.meta_service.meta_service.get_recent(thing1=None, thing2=None)[source]
support.meta_service.meta_service.get_recent_tcp(thing2=None)[source]
support.meta_service.meta_service.get_sampro_data()[source]
support.meta_service.meta_service.get_thread_stacks()[source]
support.meta_service.meta_service.get_warnings(path=None)[source]
support.meta_service.meta_service.get_web_logs()[source]
support.meta_service.meta_service.reset_stats()[source]
support.meta_service.meta_service.rt_json_render_basic(request, context, _route)[source]
support.meta_service.meta_service.set_level(level)[source]
support.meta_service.meta_service.view_obj(request, obj_id=None)[source]