Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'hosts' => {
    ...
                         }
            };
    
  2. or download this
     my $hashref1 = $memd->stats();
       while ( my ($k,$v) =  each %$hashref1 ) { 
    ...
              print $KK . ' -->  ' . $VV . $/; 
           }
       }
    
  3. or download this
    hosts -> HASH(0x30129a0)
    127.0.0.1:11211 -->  HASH(0x1b71da50)
    ...
    malloc_total_free -->  6438240
    get_misses -->  0