Install memcached on Suse 11 SP2

 
Thread Tools Search this Thread
Operating Systems Linux Fedora Install memcached on Suse 11 SP2
# 1  
Old 08-27-2013
Install memcached on Suse 11 SP2

hi guys

I am trying to install this extension for php named memcached but I am not really able to do it

PECL :: Package :: memcached

I have Suse 11 SP2 installed without any registration (I mean installed not paying subscription) so my question

is there a way to install it like in CentOS - Fedora like this post?

RHEL / CentOS 6 Linux Install Memcached High Performance Distributed Memory Object Cache Server

thanks a lot
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. High Performance Computing

Job Schedular for Suse Enterprise SLES 11 SP2

We have a server with 160 hyper-threaded cpu's threads and 2Tb of RAM. I need to implement command line job queue and parallel thread usage for multiple user environment kindly suggest necessary tools to be installed. I have understanding that sun grid engine like applications are available for... (0 Replies)
Discussion started by: vaibhavvsk
0 Replies

2. UNIX for Dummies Questions & Answers

Suse 10 SP2 VNC Password

hi guys I've configured some CentOS where you can set a password for VNC and that password is requested before connecting to the normal user login But I found that Suse 10 SP3 has no such thing basically it has this configuration under /etc/xinetd.d/vnc service vnc1 { ... (2 Replies)
Discussion started by: kopper
2 Replies

3. Red Hat

Install Suse from RedHat

Hi, There are two systems: (1) HP server under RedHat Linux with CD drive. (2) Notebook under Windows Vista with DVD drive. Now I want to install Suse Linux on the HP server, but the installation media is a DVD. How can I do it? Thank you much in advance! (3 Replies)
Discussion started by: aixlover
3 Replies

4. UNIX for Dummies Questions & Answers

Where are the repositories located in SUSE SLES 10 SP2

Hi, In SUSE SLES 10 SP2 where are the software repositories located? In CENTOS they are in /etc/yum.repositories or something like that. What does SLES use? (1 Reply)
Discussion started by: mojoman
1 Replies

5. UNIX for Dummies Questions & Answers

How to install Cygwin on Windows XP SP2

Please can anyone help me with how to install cygwin on a windows Xp SP2 platform, I cant seem to get it to work? (1 Reply)
Discussion started by: jimoney
1 Replies

6. SuSE

Best Repository for SUSE 10.1 install?

I've made a few attempts at an OpenSuse10.1 clean install using a boot.iso and network repository install dir. I've succesfully done a few network installs before and know what I'm doing with the procedure, however I seem to be getting problems with the connection to the remote repository. It's... (0 Replies)
Discussion started by: Mark Ward
0 Replies

7. UNIX for Dummies Questions & Answers

How to install Suse Linux 8.1?

Can anyone tell me how to install Suse Linux 8.1? :( (6 Replies)
Discussion started by: Micheal
6 Replies
Login or Register to Ask a Question
MEMCACHED-TOOL(1)					      General Commands Manual						 MEMCACHED-TOOL(1)

NAME
memcached-tool - stats and management tool for memcached SYNOPSIS
memcached-tool <host[:port] | /path/to/socket> [mode] DESCRIPTION
memcached-tool is a Perl script used to print statistics from a running memcached instance. The first parameter specifies the address of the daemon either by a hostname, optionally followed by the port number (the default is 11211), or a path to UNIX domain socket. The second parameter specifies the mode in which the tool should run. MODES
display Print slab class statistics. This is the default mode if no mode is specified. The printed columns are: # Number of the slab class. Item_Size The amount of space each chunk uses. One item uses one chunk of the appropriate size. Max_age Age of the oldest item in the LRU. Pages Total number of pages allocated to the slab class. Count Number of items presently stored in this class. Expired items are not automatically excluded. Full? Yes if there are no free chunks at the end of the last allocated page. Evicted Number of times an item had to be evicted from the LRU before it expired. Evict_Time Seconds since the last access for the most recent item evicted from this class. OOM Number of times the underlying slab class was unable to store a new item. stats Print general-purpose statistics of the daemon. Each line contains the name of the statistic and its value. dump Make a partial dump of the cache written in the add statements of the memcached protocol. SEE ALSO
memcached(1), http://www.memcached.org AUTHOR
The memcached-tool script was written by Brad Fitzpatrick <brad@danga.com> Jul 2, 2013 MEMCACHED-TOOL(1)