Skip to content

Instantly share code, notes, and snippets.

@jamesgolick
Created January 19, 2010 18:48
Show Gist options
  • Select an option

  • Save jamesgolick/281160 to your computer and use it in GitHub Desktop.

Select an option

Save jamesgolick/281160 to your computer and use it in GitHub Desktop.
[root@util ~]# ps aux | grep redis
root 9428 0.0 0.0 61172 740 pts/0 S+ 12:47 0:00 grep redis
root 14393 0.0 0.0 3660 356 ? Ss 07:00 0:00 runsv redis
root 14396 0.2 3.0 128600 125412 ? S 07:00 0:46 /opt/redis/redis-server /etc/redis.conf
[root@util ~]# strace -p 14396
Process 14396 attached - interrupt to quit
write(1, "19 Jan 18:42:48 - 100 changes in"..., 55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment