Skip to content

Instantly share code, notes, and snippets.

@moneill
Created March 26, 2012 02:37
Show Gist options
  • Save moneill/2202537 to your computer and use it in GitHub Desktop.
Save moneill/2202537 to your computer and use it in GitHub Desktop.
Server load oh noes
==> Output of top:
top - 21:34:56 up 127 days, 18:56, 2 users, load average: 5.36, 5.71, 5.73
Tasks: 184 total, 7 running, 176 sleeping, 1 stopped, 0 zombie
Cpu(s): 98.3%us, 1.7%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 4050600k total, 3793036k used, 257564k free, 525688k buffers
Swap: 2096440k total, 564808k used, 1531632k free, 1518568k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
29524 strokecd 25 0 763m 55m 2876 R 49.2 1.4 351:20.02 ruby
29624 strokecd 25 0 762m 54m 2832 R 47.9 1.4 341:57.05 ruby
30734 strokecd 25 0 760m 51m 2036 R 31.6 1.3 339:38.61 ruby
30752 strokecd 25 0 760m 51m 2036 R 29.9 1.3 335:15.20 ruby
30760 strokecd 25 0 760m 51m 2036 R 29.9 1.3 345:03.58 ruby
==> Now, running ps aux | grep strokecd
strokecd 27257 0.3 2.3 228524 93860 ? Sl 17:00 1:02 Rails: /home/strokecd/rails_apps/trials
strokecd 29524 38.2 1.3 782060 56688 ? Rl 06:15 351:26 Rails: /home/strokecd/rails_apps/radiology
strokecd 29624 37.1 1.3 781192 55808 ? Rl 06:15 342:03 Rails: /home/strokecd/rails_apps/radiology
strokecd 30734 37.5 1.2 778728 52576 ? Rl 06:30 339:43 Rails: /home/strokecd/rails_apps/radiology
strokecd 30752 37.0 1.2 778728 52576 ? Rl 06:30 335:20 Rails: /home/strokecd/rails_apps/radiology
strokecd 30760 38.1 1.2 778728 52576 ? Rl 06:30 345:08 Rails: /home/strokecd/rails_apps/radiology
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment