Versions in this module Expand all Collapse all v0 v0.2.1 Sep 5, 2016 v0.2.0 May 20, 2016 Changes in this version + type ProcInspector struct + EntityID string + OrchestratorURL string + RootPID int + WatchInterval time.Duration + func NewProcInspector(orchestratorURL, entityID string, rootPID int, watchInterval time.Duration) (*ProcInspector, error) + func (this *ProcInspector) Serve() error + func (this *ProcInspector) Shutdown()