Advertisement
Guest User

Untitled

a guest
May 25th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.73 KB | None | 0 0
  1. [root@x01 releases]# lsof +D /releases/20150515205357/public/
  2. COMMAND   PID           USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
  3. nginx    2202          nginx   23r   REG   0,21        0 3675669 /releases/20150515205357/public/.nfs000000000038161500000004
  4.  
  5.  
  6. [root@dx01 releases]# strace -p 2202
  7.  
  8. Process 2203 attached - interrupt to quit
  9. epoll_wait(16, {}, 512, 500)            = 0
  10. epoll_wait(16, {}, 512, 500)            = 0
  11. epoll_wait(16, {}, 512, 500)            = 0
  12. epoll_wait(16, {}, 512, 500)            = 0
  13. epoll_wait(16, {}, 512, 500)            = 0
  14. epoll_wait(16, {}, 512, 500)            = 0
  15. epoll_wait(16, {}, 512, 500)            = 0
  16. epoll_wait(16, {}, 512, 500)            = 0
  17. epoll_wait(16, {}, 512, 500)            = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement