<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -76,7 +76,7 @@ class Table
 				left_bar_size = free_space / 2
 				right_bar_size = free_space - left_bar_size
 			end
-			result = &quot;#{BLUE_BG}#{BOLD}#{YELLOW}&quot;
+			result = &quot;#{BLUE_BG}#{BOLD}#{YELLOW}\n&quot;
 			result &lt;&lt; &quot;#{&quot;-&quot; * left_bar_size} #{title} #{&quot;-&quot; * right_bar_size}\n&quot;
 			if !@rows.empty?
 				result &lt;&lt; WHITE
@@ -124,7 +124,7 @@ class MemoryStats
 		end
 		
 		def to_a
-			return [pid, ppid, threads, vm_size_in_mb, private_dirty_rss_in_mb, rss_in_mb, name]
+			return [pid, ppid, vm_size_in_mb, private_dirty_rss_in_mb, rss_in_mb, name]
 		end
 	end
 	
@@ -264,7 +264,7 @@ private
 	end
 	
 	def print_process_list(title, processes, options = {})
-		table = Table.new(%w{PID PPID Threads VMSize Private Resident Name})
+		table = Table.new(%w{PID PPID VMSize Private Resident Name})
 		table.add_rows(processes)
 		if options.has_key?(:show_ppid) &amp;&amp; !options[:show_ppid]
 			table.remove_column('PPID')</diff>
      <filename>bin/passenger-memory-stats</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5f3ac2b07dcca61321a3cecff666b439a725a3db</id>
    </parent>
  </parents>
  <author>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </author>
  <url>http://github.com/FooBarWidget/passenger/commit/a6dc7165566e828dca7757f812c7ee68cb1c6ed6</url>
  <id>a6dc7165566e828dca7757f812c7ee68cb1c6ed6</id>
  <committed-date>2009-09-12T06:40:43-07:00</committed-date>
  <authored-date>2009-09-12T06:40:43-07:00</authored-date>
  <message>Do not show threads in passenger-memory-stats, it's useless information.</message>
  <tree>d7e9d26db4b11f126c9d9031d06708430f6ce01f</tree>
  <committer>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </committer>
</commit>
