Help for this page

Select Code to Download


  1. or download this
    proxy::</home/seann> rpm -qi perl mod_perl httpd
    Name        : perl
    ...
    Description :
    The Apache HTTP Server is a powerful, efficient, and extensible
    web server.
    
  2. or download this
    #!/bin/sh
    
    ...
       echo Process $pid
       pstack $pid | grep ^#0 | grep -v _wait
    done
    
  3. or download this
    Process 6848
    #0  0x00007fed4f59e384 in accept () from target:/lib64/libc.so.6
    ...
    Process 6861
    #0  0x00007fed4f591b77 in select () from target:/lib64/libc.so.6
    #0  0x00007fed4f58b0fa in read () from target:/lib64/libc.so.6
    
  4. or download this
    Thread 24 (Thread 0x7fed431e96c0 (LWP 6959) "/usr/sbin/httpd"):
    #0  0x00007fed3c0795e0 in THX_name_key () from target:/usr/lib64/perl5
    +/vendor_perl/auto/Lexical/Var/Var.so
    ...
    #81 0x00007fed4e75925e in slot_run () from target:/etc/httpd/modules/m
    +od_http2.so
    #82 0x00007fed4f516907 in start_thread () from target:/lib64/libc.so.6
    #83 0x00007fed4f59c870 in clone3 () from target:/lib64/libc.so.6