You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Import Profiling Methods
Importing Profiling Methods can be invoked through the command line

profilingimport
-repo <repo name>
-o <XML file path>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3c21ce1b-0f50-4241-a011-691d245f72e7"><ac:plain-text-body><![CDATA[[-f] (Force overwrite)

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

Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar profilingimport -repo "Local repository" -o "C:\temp\Snowflake_Profiling.xml"

Export Profiling Methods

Exporting Profiling Methods can be invoked through the command line

profilingexport
-repo <repo name>
-name <profiling method name>
-o <XML file path>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9c167d5e-636f-41ce-baa2-756e3570e562"><ac:plain-text-body><![CDATA[[-f] (Force overwrite)

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

Example

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar profilingexport -repo "Local repository" -name "Snowflake" -o "C:\temp\Snowflake_Profiling.xml"

  • No labels