-ps|--packageNames – specifies one or more package names for which endpoint properties are returned. Each package name is followed by a colon and the package version number. Use a comma to separate the information for multiple packages, with no white space; for example:
-ps myPkg1:2.0,myPkg2:1.0
-ds|--doePacketDropSize – the size, in bytes, of the largest JavaScript Object Notation (JSON) message that the DOE connector processes on behalf of a JSON client. The default is 1048576 bytes (1MB). The packet drop threshold size should be carefully chosen, so that it is larger than the largest message sent from the DOE to the client, but smaller than the maximum message size which may be processed by the client. Messages larger than the packet drop threshold size cause the subscription to enter the DOE packet drop state and become unusable.
Note: Do not set lower than 4096.