Wednesday 15 February 2012

errno - What does this error mean? - httperf: connection failed with unexpected error 105 -


Does anyone know what this is a simple error? Does this have a negative effect on my tests?

  httperf: Connection failed with unexpected error 105  

< P> Numeric error code is an error with value when error 105 (ENOBUFS) occurs, that means no buffer space is available. Ie, buy more RAM or reduce the maximum size of buffers for TCP sockets.

To know the meaning of the error code, I did:

  grep 105 / usr / contains / * / * error *  
< P> has given me:

  /usr/include/asm-generic/errno.h:#define ENOBUFS 105 / * No buffer space available * /  

If you search for eobuf, then there may be more details in Wikipedia.


No comments:

Post a Comment