Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Profiling can be invoked through the command line.
Profile

Code Block
repository

...


category

...


model

...


version (only valid when versions are used)

...


'full' / 'custom'

...

]]></ac:plain-text-body></ac:structured-macro>

Options

...


[options]

Options

Code Block
-group (group)
-ent (entities)
-att (attributes)
-rlx (relations)
-rc (refresh row counts)
-ist (ignore entities smaller than)
-ilt (ignore entities larger than)
-schemas (if omitted assume 

...

all)

Examples:

Code Block
java -Xmx512m -XX:MaxPermSize=256m -splash: -jar WhereScape-3D-HEAD-bundle.jar profile "my repo" "Source System" NorthWind 1.0 custom -ent -att -rlx -ist 50 -ilt 1000 -schemas dbo,wsmeta

...


java -Xmx512m -XX:MaxPermSize=256m -splash: -jar WhereScape-3D-HEAD-bundle.jar profile repository "Simple System" AdventureWorks full
Tip
titleTip

To keep things practical we assume:

  • All metrics for entity, attributes and relations are selected .
  • 'Only profile metrics that haven't been profiled before' is turned off .
  • '%' for included tables.
  • No excluded tables.
  • '%' for included attributes.
  • No exclude attributes.