# -*- coding: utf-8 -*- import gmon class Plugin(gmon.BasePlugin): def render_plain(self): out = "args = %s" % repr(self.args) return out