You set up two network channels for server –to-server communication. You want channel x to be
used more than channel Y, so you give channel x a higher channel Weight. You want to see if
indeed channel X is used more.
You use the administration console and look at both channels under each one’s Monitoring tab.
What scenario would best assure you that channel x has an overall higher connection rate?
A.
ChannelXBytesSent is higher.
B.
ChannelXBytesReceivedis higher.
C.
ChannelXAcceptCount is higher.
D.
ChannelXConnections is higher.
Correct answer: D
Answer is : C
Explanation : AcceptCount
The number of sockets that have been accepted on this channel. This includes sockets both past and present so gives a good idea of the connection rate to the server.
Source : Doc oracle
I think the answer is D becuase the question says “Higher CONNECTION rate”
damn … nebz is right
Connections
The number of active connections and sockets associated with this channel.
Accept Count
The number of sockets that have been accepted on this channel. This includes sockets both past and present so gives a good idea of the connection rate to the server.
http://docs.oracle.com/middleware/1212/wls/WLACH/pagehelp/Corecoreserverchannelmonitoroverviewtitle.html