Delphix Products

Tip of the Day: Using the CLI to List Data Source Sizes

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Using the CLI to List Data Source Sizes

    Posted 08-07-2014 04:48:00 PM
    No replies, thread closed.
    1. ssh user@"yourdelphixengine"
    2. delphix> ls
    3. delphix > source
    4. delphix source > ls

    NAME      CONTAINER  VIRTUAL  CONFIG 
    example   example    false    example
    vexample  vexample   true     vexample

    5.delphix source> list display=name,virtual,runtime.databaseSize

    NAME      VIRTUAL  RUNTIME.DATABASESIZE
    example   false    12784
    vexample  true     12842

    #delphix
    #cli
    #delphix_cli
    #database