Technical data
B WebLogic Server Command-Line Interface Reference
B-10 Administration Guide
CONNECT
Makes the specified number of connections to the WebLogic Server and returns two
numbers representing the total time for each round trip and the average amount of time
(in milliseconds) that each connection is maintained.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments]
CONNECT count
Example
In the following example, a user with the name adminuser and the password
gumby1234 runs the CONNECT command to establish 25 connections to a server named
localhost and return information about those connections:
java weblogic.Admin -url localhost:7001 -username adminuser
-password gumby1234 CONNECT 25
Argument Definition
count
Number of connections to be made.