import info INTERNALS = { # Basic information 'PLGNAME': "Clean Size", 'TABNAME': None, 'AUTHOR': "Eduardo Silva", 'DESC': "Print the approx real memory usage", # Plugin API 'Plg': None, # Plugin object 'top_data': [int], # Top data types needed by memphis core plugin 'top_cols': ["Approx Real Usage (kb)"] }