func New(a *element.Agent) (*service, error)
type Info struct { OSName string OSVersion string Cpus int Memory int }
func OSInfo() (*Info, error)