fork(1) download
  1. $ sudo bash -c "ulimit -n 10000 ; supervisord -nc sample-cat-stress.conf"
  2. 2012-03-09 00:43:11,126 CRIT Supervisor running as root (no user in config file)
  3. 2012-03-09 00:43:11,758 INFO RPC interface 'supervisor' initialized
  4. 2012-03-09 00:43:11,758 CRIT Server 'unix_http_server' running without any HTTP authentication checking
  5. 2012-03-09 00:43:11,759 INFO supervisord started with pid 1675
  6. 2012-03-09 00:43:12,766 INFO spawned: 'cat-677' with pid 1680
  7. 2012-03-09 00:43:12,769 INFO spawned: 'cat-676' with pid 1681
  8. 2012-03-09 00:43:12,773 INFO spawned: 'cat-675' with pid 1682
  9. 2012-03-09 00:43:12,776 INFO spawned: 'cat-674' with pid 1683
  10. 2012-03-09 00:43:12,779 INFO spawned: 'cat-673' with pid 1684
  11.  
  12. [...]
  13.  
  14. 2012-03-09 00:43:14,541 INFO spawned: 'cat-1012' with pid 2124
  15. 2012-03-09 00:43:14,544 INFO spawned: 'cat-1046' with pid 2125
  16. 2012-03-09 00:43:14,548 INFO spawned: 'cat-1047' with pid 2126
  17. 2012-03-09 00:43:14,554 INFO spawned: 'cat-1044' with pid 2127
  18. 2012-03-09 00:43:14,557 INFO spawned: 'cat-1045' with pid 2128
  19. 2012-03-09 00:43:14,561 INFO spawned: 'cat-237' with pid 2129
  20. 2012-03-09 00:43:14,566 INFO spawned: 'cat-303' with pid 2130
  21. 2012-03-09 00:43:14,568 INFO spawnerr: Too many processes in process table to spawn 'cat-1048'
  22. 2012-03-09 00:43:14,568 INFO spawnerr: Too many processes in process table to spawn 'cat-1049'
  23. 2012-03-09 00:43:14,569 INFO spawnerr: Too many processes in process table to spawn 'cat-233'
  24.  
  25. [...]
  26.  
  27. 2012-03-09 00:43:14,786 INFO spawnerr: Too many processes in process table to spawn 'cat-518'
  28. 2012-03-09 00:43:14,786 INFO spawnerr: Too many processes in process table to spawn 'cat-452'
  29. 2012-03-09 00:43:14,786 INFO spawnerr: Too many processes in process table to spawn 'cat-722'
  30. 2012-03-09 00:43:14,787 INFO spawnerr: Too many processes in process table to spawn 'cat-109'
  31. 2012-03-09 00:43:14,787 INFO spawnerr: Too many processes in process table to spawn 'cat-108'
  32. 2012-03-09 00:43:14,787 INFO spawnerr: Too many processes in process table to spawn 'cat-459'
  33. 2012-03-09 00:43:14,788 INFO spawnerr: Too many processes in process table to spawn 'cat-458'
  34. 2012-03-09 00:43:14,788 INFO spawnerr: Too many processes in process table to spawn 'cat-105'
  35. 2012-03-09 00:43:14,788 INFO spawnerr: Too many processes in process table to spawn 'cat-104'
  36. 2012-03-09 00:43:14,789 INFO spawnerr: Too many processes in process table to spawn 'cat-107'
  37. 2012-03-09 00:43:14,789 INFO spawnerr: Too many processes in process table to spawn 'cat-106'
  38. 2012-03-09 00:43:14,789 INFO spawnerr: Too many processes in process table to spawn 'cat-101'
  39. 2012-03-09 00:43:14,790 INFO spawnerr: Too many processes in process table to spawn 'cat-100'
  40. 2012-03-09 00:43:14,790 INFO spawnerr: Too many processes in process table to spawn 'cat-103'
  41. 2012-03-09 00:43:14,790 INFO spawnerr: Too many processes in process table to spawn 'cat-102'
  42. Traceback (most recent call last):
  43. File "/Users/igor.sobreira/.virtualenvs/supervisor-master/bin/supervisord", line 8, in <module>
  44. load_entry_point('supervisor==3.0a12', 'console_scripts', 'supervisord')()
  45. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/supervisord.py", line 360, in main
  46. go(options)
  47. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/supervisord.py", line 370, in go
  48. d.main()
  49. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/supervisord.py", line 83, in main
  50. self.run()
  51. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/supervisord.py", line 100, in run
  52. self.runforever()
  53. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/supervisord.py", line 218, in runforever
  54. r, w, x = self.options.select(r, w, x, timeout)
  55. File "/Users/igor.sobreira/projects/supervisor-master/supervisor/options.py", line 1106, in select
  56. return select.select(r, w, x, timeout)
  57. ValueError: filedescriptor out of range in select()
  58.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty