do we have a tool that can list all active geoms, providers and consumers ? "geom <class> list" does part of the job, but I don't know how to get the list of available classes. The following trick ls /lib/geom | sed 's/geom_//;s/\.so//' | xargs -n 1 -J % geom % list can only give a partial list of names.