Skip to content

Instantly share code, notes, and snippets.

Created May 16, 2014 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/527731a039d03b3ba3d1 to your computer and use it in GitHub Desktop.
Save anonymous/527731a039d03b3ba3d1 to your computer and use it in GitHub Desktop.
(pelican)[ffernand@blog2 ~]$
(pelican)[ffernand@blog2 ~]$ ps auxww | grep git
ffernand 3830 0.1 0.8 26720 15416 pts/0 S+ 22:39 0:00 git clone --recursive https://github.com/getpelican/pelican-themes
ffernand 3836 0.0 0.0 9756 700 pts/0 S+ 22:39 0:00 git submodule update --init --recursive
ffernand 3837 0.0 0.0 106360 1508 pts/0 S+ 22:39 0:00 /bin/sh /usr/libexec/git-core/git-submodule update --init --recursive
ffernand 4235 0.0 0.0 106364 1000 pts/0 S+ 22:39 0:00 /bin/sh /usr/libexec/git-core/git-submodule update --init --recursive
ffernand 4867 0.0 0.0 9764 1116 pts/0 S+ 22:40 0:00 git-clone -n http://github.com/wilbur-ma/niu-x2 niu-x2
ffernand 4868 0.2 0.3 91548 6724 pts/0 S+ 22:40 0:00 git-remote-http http://github.com/wilbur-ma/niu-x2 http://github.com/wilbur-ma/niu-x2
ffernand 4870 0.0 0.0 9756 976 pts/0 S+ 22:40 0:00 git fetch-pack --stateless-rpc --lock-pack --thin http://github.com/wilbur-ma/niu-x2 efs/heads/master efs/heads/sidebar efs/heads/sidebar-toc
ffernand 4877 0.0 0.0 103252 824 pts/1 S+ 22:40 0:00 grep git
(pelican)[ffernand@blog2 ~]$
(pelican)[ffernand@blog2 ~]$
(pelican)[ffernand@blog2 ~]$
(pelican)[ffernand@blog2 ~]$ for x in 3830 3836 3837 4235 4867 4868 4870 ; do echo "Looking at ${X}" ; sudo strace -p ${x} ; echo ; done
Looking at
Process 3830 attached - interrupt to quit
wait4(3836,
^C <unfinished ...>
Process 3830 detached
Looking at
Process 3836 attached - interrupt to quit
wait4(3837, ^C <unfinished ...>
Process 3836 detached
Looking at
Process 3837 attached - interrupt to quit
wait4(-1, ^C <unfinished ...>
Process 3837 detached
Looking at
Process 4235 attached - interrupt to quit
wait4(-1, ^C <unfinished ...>
Process 4235 detached
Looking at
Process 4867 attached - interrupt to quit
read(3, ^C <unfinished ...>
Process 4867 detached
Looking at
Process 4868 attached - interrupt to quit
read(8, ^C <unfinished ...>
Process 4868 detached
Looking at
Process 4870 attached - interrupt to quit
read(0, ^C <unfinished ...>
Process 4870 detached
(pelican)[ffernand@blog2 ~]$
(pelican)[ffernand@blog2 ~]$ for x in 3830 3836 3837 4235 4867 4868 4870 ; do echo "Looking at ${X}" ; sudo strace -p ${x} -o strace.${x}.txt ; echo ; done
Looking at
Process 3830 attached - interrupt to quit
^CProcess 3830 detached
Looking at
Process 3836 attached - interrupt to quit
^CProcess 3836 detached
Looking at
Process 3837 attached - interrupt to quit
^CProcess 3837 detached
Looking at
Process 4235 attached - interrupt to quit
^CProcess 4235 detached
Looking at
Process 4867 attached - interrupt to quit
^CProcess 4867 detached
Looking at
Process 4868 attached - interrupt to quit
^CProcess 4868 detached
Looking at
Process 4870 attached - interrupt to quit
^CProcess 4870 detached
(pelican)[ffernand@blog2 ~]$
(pelican)[ffernand@blog2 ~]$ ls
bin git junk2 pelican-blog.git strace.3830.txt strace.3837.txt strace.4867.txt strace.4870.txt x
dave junk my-lisp site strace.3836.txt strace.4235.txt strace.4868.txt venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment