Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

memccapable(1) [debian man page]

MEMCAPABLE(1)							   libmemcached 						     MEMCAPABLE(1)

NAME
memcapable - libmemcached Documentation SYNOPSIS
memcapable [options] DESCRIPTION
memcapable connects to the specified memcached server and tries to determine its capabilities by running the various commands and verifying the response. LIMITATIONS
The current version of memcapable will only verify the binary protocol. OPTIONS
-h hostname Specify the hostname to connect to. The default is localhost -p port Specify the port number to connect to. The default is 11211 -c Generate a coredump when it detects an error from the server. -v Print out the comparison when it detects an error from the server. -t n Set the timeout from an IO operation to/from the server to n seconds. HOME
To find out more information please check: http://libmemcached.org/ AUTHOR
Trond Norbye, <trond.norbye@gmail.com> SEE ALSO
memcached(1) libmemcached(3) AUTHOR
Brian Aker COPYRIGHT
2011, Brian Aker DataDifferential, http://datadifferential.com/ 1.0.8 May 22, 2012 MEMCAPABLE(1)

Check Out this Related Man Page

MEMCACHED_FLUSH_BUFFERS(3)					   libmemcached 					MEMCACHED_FLUSH_BUFFERS(3)

NAME
memcached_flush_buffers - libmemcached Documentation Flush and senf buffered commands SYNOPSIS
#include <libmemcached/memcached.h> memcached_return_t memcached_flush_buffers(memcached_st *ptr) Compile and link with -lmemcached DESCRIPTION
memcached_flush_buffers() is used in conjunction with MEMCACHED_BEHAVIOR_BUFFER_REQUESTS (see memcached_behavior(3)) to flush all buffers by sending the buffered commands to the server for processing. RETURN
A value of type memcached_return_t is returned On success that value will be MEMCACHED_SUCCESS. Use memcached_strerror() to translate this value to a printable string. HOME
To find out more information please check: http://libmemcached.org/ AUTHOR
Brian Aker, <brian@tangent.org> Trond Norbye, <trond.norbye@gmail.com> SEE ALSO
memcached(1) libmemcached(3) memcached_strerror(3) AUTHOR
Brian Aker COPYRIGHT
2011-2013, Brian Aker DataDifferential, http://datadifferential.com/ 1.0.16 January 31, 2013 MEMCACHED_FLUSH_BUFFERS(3)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

connect to server using ssh

hi, i have script that connects to a unix server. however, i want to add condition that if it cannot connects in 10 attemps, it will send email to me. while -a ${COUNT} -lt 10] ./connect to server. if status <> 0 then email to me. fi Thanks a lot. (0 Replies)
Discussion started by: tungaw2004
0 Replies

2. IP Networking

command "who"

Hi All, How can I find out who is connect to a server, like if you use the "who" you will be able to know who is logged in. Can this be done remotely to check a server? Joe (3 Replies)
Discussion started by: lingosa
3 Replies

3. Cybersecurity

check ports on server

Hi All, I've been using this to verify if ports is open on a server. For example I would like to check port 5887, "telnet ip.of.server 5887" using on dos. If there's response on it then I can say it's open, if not then it's close. Is that assumption accurate? Thanks for any comments you... (4 Replies)
Discussion started by: itik
4 Replies

4. UNIX for Dummies Questions & Answers

PS

Hi All. having a blonde moment here... can someone please tell me how to check ALL processors currently running on my Unix Host? thank you Brian (2 Replies)
Discussion started by: brian112
2 Replies

5. UNIX for Dummies Questions & Answers

Can't Open Display localhost:0.0

I'm trying to connect to my linux server but I'm having some major problems. The server had OEL 5 installed and my local pc is running Windows XP. I'm using PuTTy to connect to the server with Xming running on my loacl machine. I login as root and run the following command - export... (5 Replies)
Discussion started by: garethnsolomons
5 Replies

6. Shell Programming and Scripting

Can we connect another server

Assume I am on hostname 111 and want to connect hostname 222 in order to check some file being connected with 111 can this be possible, being on one hostname can we see file of another host and on both host I have access. This is the requirment I need to implement in a script that I am... (3 Replies)
Discussion started by: Nsharma3006
3 Replies