Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » MobiLink - Server Administration » MobiLink server technology » MobiLink Profiler

 

MobiLink Profiler (mlprof) on the command line

Command line options allow you to have the MobiLink Profiler open and connect to a MobiLink server on startup. This is useful for automated, unattended profiling of a test session.

Use the following syntax:

mlprof [ options ]
Option Description

-c

Closes the MobiLink Profiler at the end of the profiling session.

-p password

The password for the MobiLink user.

-r

Recreates the profiling database.

Use this option to remove all previous profiling sessions, or if there is a problem with the profiling database schema.

-u ml_username

The MobiLink user. This option is required to begin a profiling session initiated from the command line.

-x {tcpip|tls|http|https}[(keyword=value;... )]

The network protocol and parameters for connecting to the MobiLink server. The keyword=value pairs can be the host, port, and additional network parameters. This option is required to begin a profiling session initiated from the command line. See -x mlsrv16 option.

You can type mlprof -? to view the mlprof syntax.