Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/console/interface/memphis/plugins/memphis_init/info.py
blob: 667645c51b7bfae87dd27f902eeb5c4d23ad3b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###########################################################
# Main function:
# -----------------
# self:  self plugin object
# mself: memphis object / principal class
# pinfo: row with information about current tracing process
############################################################

def plg_on_top_data_refresh(self, ppinfo):

    data = [ppinfo['pid'], ppinfo['name'], ppinfo['state_name']]
        
    return data