Created
January 19, 2010 18:48
-
-
Save jamesgolick/281160 to your computer and use it in GitHub Desktop.
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
| [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