import info INTERNALS = { # Basic information 'PLGNAME': "Dirty Size", 'TABNAME': None, # No tabbed plugin 'AUTHOR': "Eduardo Silva", 'DESC': "Get dirty size memory usage", # Plugin API 'Plg': None, # Plugin object 'top_data': [int], # Top data types needed by memphis core plugin 'top_cols': ["PDRSS (kb)"] }