This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | matt@ununoctium:~/repos/redis/src% ./redis-cli -p 6379 debug jemalloc info | |
| ___ Begin jemalloc statistics ___ | |
| Version: 3.6.0-0-g46c0af68bd248b04df75e4f92d5fb804c3d75340 | |
| Assertions disabled | |
| Run-time option settings: | |
| opt.abort: false | |
| opt.lg_chunk: 22 | |
| opt.dss: "secondary" | |
| opt.narenas: 32 | |
| opt.lg_dirty_mult: 3 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | % ./text.py timcook-hn-at-641-comments | |
| =============================================================================== | |
| Count of sentence ending words: | |
| 55: it. | |
| 29: gay. | |
| 27: people. | |
| 23: that. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Author: Matt Stancliff <[email protected]> | |
| Date: Mon Oct 20 13:07:06 2014 -0500 | |
| Add dynamic proctitle support | |
| Uses new anet IP formatting to show proper IPv4 vs IPv6 results too. | |
| Closes #2081 | |
| Author: Matt Stancliff <[email protected]> | |
| Date: Mon Oct 20 10:39:11 2014 -0400 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [Unit] | |
| Description=Redis Demo | |
| After=network.target | |
| [Service] | |
| # Port 0 stops Redis from listening to ports by itself | |
| ExecStart=/home/matt/repos/redis/src/redis-server --dir /tmp --port 0 | |
| PrivateTmp=yes | |
| # Redis requires non-blocking sockets or else _nothing_ works | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /usr/local/src/web/nginx-1.7.6% cat config.nice | |
| ./configure --prefix=/sw --with-http_perl_module --with-ipv6 --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module --with-http_image_filter_module --with-http_geoip_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-pcre=../../libs/pcre-7.9/ --add-module=../nginx-upload-module/ --with-http_spdy_module --with-openssl=/usr/local/src/sys/openssl-1.0.1j | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [Everything here is ps output captured by "ps auxww|grep [r]edis-"] | |
| Master / Replica (no config specified on the master): | |
| ./redis-server /Users/matt/repos/redis/redis.conf *:9999 replica (connected to 127.0.0.1:6379) | |
| ./redis-server *:6379 master (1 replica) | |
| Master with config file: | |
| ./redis-server /Users/matt/repos/redis/redis.conf *:6379 master (1 replica) | |
| Same master as above, but with a name defined too (if name is set, name shows instead of config file path): | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | matt@ununoctium:/tmp% tar xfvzp redis-2.8.17.tar.gz | |
| x redis-2.8.17/ | |
| x redis-2.8.17/build-static-symbols.tcl | |
| x redis-2.8.17/generate-command-help.rb | |
| x redis-2.8.17/hyperloglog/ | |
| x redis-2.8.17/hyperloglog/.gitignore | |
| x redis-2.8.17/hyperloglog/hll-err.rb | |
| x redis-2.8.17/hyperloglog/hll-gnuplot-graph.rb | |
| x redis-2.8.17/install_server.sh | |
| x redis-2.8.17/mkrelease.sh | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .section __TEXT,__text,regular,pure_instructions | |
| .section __DWARF,__debug_info,regular,debug | |
| Lsection_info: | |
| .section __DWARF,__debug_abbrev,regular,debug | |
| Lsection_abbrev: | |
| .section __DWARF,__debug_aranges,regular,debug | |
| .section __DWARF,__debug_macinfo,regular,debug | |
| .section __DWARF,__debug_line,regular,debug | |
| Lsection_line: | |
| .section __DWARF,__debug_loc,regular,debug | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* Usage: ./size_parse INTEGER [1-5] */ | |
| #include <stdio.h> | |
| #include <stddef.h> | |
| #include <stdint.h> | |
| #include <stdio.h> | |
| #include <fcntl.h> | |
| #include <unistd.h> | |
| #include <sys/time.h> | |
| #include <sys/types.h> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/perl | |
| use warnings; | |
| use strict; | |
| use IO::All; | |
| use IO::Socket::UNIX qw( SOCK_STREAM ); | |
| use Benchmark ':hireswallclock'; | |
| use Redis; | |
| use RedisDB; |