Oracle 5.0 Reference Manual page 1376

Table of Contents

Advertisement

• Protocol and socket errors, including exhausting available connections
• Each registered client connection, including the socket descriptor number and the protocol used.
For example:
32: Client using the ascii protocol
33: Client using the ascii protocol
Note that the socket descriptor is only valid while the client remains connected. Non-persistent
connections may not be effectively represented.
Examples of the error messages output at this level include:
<%d send buffer was %d, now %d
Can't listen for events on fd %d
Can't read from libevent pipe
Catastrophic: event fd doesn't match conn fd!
Couldn't build response
Couldn't realloc input buffer
Couldn't update event
Failed to build UDP headers
Failed to read, and not due to blocking
Too many open connections
Unexpected state %d
• Output when using
When using the second level of verbosity, you get more detailed information about protocol
operations, keys updated, chunk and network operatings and details.
During the initial start-up of
individual slab classes, the chunk sizes, and the number of entries per slab. These do not show the
allocation of the slabs, just the slabs that would be created when data is added. You are also given
information about the listen queues and buffers used to send information. A sample of the output
generated for a TCP/IP based system with the default memory and growth factors is given below:
shell> memcached -vv
slab class
1: chunk size
slab class
2: chunk size
slab class
3: chunk size
slab class
4: chunk size
slab class
5: chunk size
slab class
6: chunk size
slab class
7: chunk size
slab class
8: chunk size
slab class
9: chunk size
slab class
10: chunk size
slab class
11: chunk size
slab class
12: chunk size
slab class
13: chunk size
slab class
14: chunk size
slab class
15: chunk size
slab class
16: chunk size
slab class
17: chunk size
slab class
18: chunk size
slab class
19: chunk size
slab class
20: chunk size
slab class
21: chunk size
slab class
22: chunk size
slab class
23: chunk size
slab class
24: chunk size
slab class
25: chunk size
slab class
26: chunk size
slab class
27: chunk size
slab class
28: chunk size
slab class
29: chunk size
slab class
30: chunk size
Using
memcached
-vv
with this level of verbosity, you are shown the sizes of the
memcached
80 perslab 13107
104 perslab 10082
136 perslab
176 perslab
224 perslab
280 perslab
352 perslab
440 perslab
552 perslab
696 perslab
872 perslab
1096 perslab
1376 perslab
1720 perslab
2152 perslab
2696 perslab
3376 perslab
4224 perslab
5280 perslab
6600 perslab
8256 perslab
10320 perslab
12904 perslab
16136 perslab
20176 perslab
25224 perslab
31536 perslab
39424 perslab
49280 perslab
61600 perslab
1356
7710
5957
4681
3744
2978
2383
1899
1506
1202
956
762
609
487
388
310
248
198
158
127
101
81
64
51
41
33
26
21
17

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents