The EMADMIN utility : Using EMADMIN

Using EMADMIN
EMADMIN uses the following syntax:
EMADMIN [command] [command modifier] [option]
 
The EMADMIN command you are issuing.
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.
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