Advertisement
Guest User

Untitled

a guest
Dec 7th, 2011
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. test command:
  2. ./test_spawn.py ls 1000
  3.  
  4.  
  5. $ ps -A | grep Python
  6. 68174 ?? 0:00.00 (Python)
  7. 68177 ?? 0:00.00 (Python)
  8. 68180 ?? 0:00.00 (Python)
  9. 68183 ?? 0:00.00 (Python)
  10. 68186 ?? 0:00.00 (Python)
  11. 68189 ?? 0:00.00 (Python)
  12. 68192 ?? 0:00.00 (Python)
  13. 68195 ?? 0:00.00 (Python)
  14. 68198 ?? 0:00.00 (Python)
  15. 68201 ?? 0:00.00 (Python)
  16. 68204 ?? 0:00.00 (Python)
  17. 68207 ?? 0:00.00 (Python)
  18. 68210 ?? 0:00.00 (Python)
  19. 68213 ?? 0:00.00 (Python)
  20. 68216 ?? 0:00.00 (Python)
  21. 68219 ?? 0:00.00 (Python)
  22. 68222 ?? 0:00.00 (Python)
  23. 68225 ?? 0:00.00 (Python)
  24.  
  25. ... and so on (they go away when the process is done)
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement