EMADMIN uses the following syntax:
EMADMIN [command] [command modifier] [option]
Syntax | Description |
---|---|
[command] | The EMADMIN command you are issuing. |
[command modifier] | The specific modifiers for that command. These are described in the documentation of each command. |
[option] | EMADMIN has one option, the port number, -P<port number>. This parameter specifies the port that EMSRV is using instead of the default. The default port number is 4800. This option is available for all EMSRV commands. |
[<host>] | specifies the hostname or IP address of the server, where EMSRV is running. |
Statistics gathered by EMADMIN can either be displayed on the screen or redirected to a file.
For example, to send the list of current connections to EMSRV running on an IP address 137.65.2.11 to the screen, enter:
EMADMIN list 137.65.2.11
To send the list of current connections to EMSRV running on the local machine to the file clist.txt, enter:
EMADMIN list > clist.txt