Skip to content

Startx Collector (sxcollector)

release last commit Doc

The sxcollector command line can interact with a kubernetes or openshift cluster and allow operations to collect various cluster informations and extract them into reports to enable rgular analysis.

Getting started

  • Install the sxcollector binary
  • Test it with sxcollector version subcommand
  • Log into a kubernetes cluster kubectl set-context ... or an openshit cluster with oc login ...
  • using the sxcollector binary and all it’s subcommands :
    • cluster-sub : Get the full list of subscriptions (Openshift)
    • node-state : Get the state of the cluster nodes (Kubernetes)
    • node-info : Get the detailled info of the cluster nodes (Kubernetes)
    • node-conso : Get the detailled consumptions of the cluster nodes (Openshift)
    • node-ns-conso : Get the detailled consumptions of the cluster nodes and namespaces (Openshift)
    • node-billing : Get the detailled informations for the billing of the cluster (Openshift)
    • ns-state : Get the state of the cluster namespaces (Kubernetes)
    • ns-info : Get the detailled info of the cluster namespaces (Kubernetes)
    • ns-conso : Get the detailled consumptions of the cluster namespaces (Openshift)
    • ns-deep : Get the detailled consumptions of kinds for each cluster namespaces (Kubernetes)