Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.21 KB

arena_get.md

File metadata and controls

38 lines (27 loc) · 1.21 KB

arena get

Display a training job details

Synopsis

Display a training job details

arena get JOB [-T JOB_TYPE] [flags]

Options

  -e, --events          Specify if show pending pod's events.
  -g, --gpus            Specify if show gpu utilizations of job.
  -h, --help            help for get
  -o, --output string   Output format. One of: json|yaml|wide (default "wide")
  -T, --type string     The training type to get, the possible option is mpi(MPI),py(Pytorch),horovod(Horovod),volcano(Volcano),et(ElasticTraining),spark(Spark),tf(Tensorflow). (optional)

Options inherited from parent commands

      --arena-namespace string   The namespace of arena system service, like tf-operator (default "arena-system")
      --config string            Path to a kube config. Only required if out-of-cluster
      --loglevel string          Set the logging level. One of: debug|info|warn|error (default "info")
  -n, --namespace string         the namespace of the job
      --pprof                    enable cpu profile
      --trace                    enable trace

SEE ALSO

  • arena - arena is the command line interface to Arena
Auto generated by spf13/cobra on 5-Mar-2021