on 2011 Nov 19 6:28 AM
Is it meaningful? if so, what constitutes a "too large" number?
The mainstream SQL Anywhere docs are virtually silent:
RemoteputWait Returns the number of remote put waits.
but elsewhere on the web there more detail can be found:
RemoteputWait The number of times the communication link has had to wait because it does not have buffers available to send information. This statistic is collected for NetBIOS and IPX protocols only.
When the server is attempting to send a packet to the client (or an other server for diagnostics or mirroring), and it needs to block because it is already processing a send, then this counter is incremented. Typically this will only occur if the server is sending data faster than the client (or possibly the network in the case of TCP/IP) can receive it. It does not indicate an error condition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.