View Single Post
  #6 (permalink)  
Old 12-15-2005, 04:54 PM
tim brennan tim brennan is offline
Zimbra Employee
 
Posts: 93
Default

if you think about it, please use the "CODE" format for posting column-aligned data like that...it makes it MUCH easier to read when it shows up in a fixed-width font.

You can mark text as "CODE" by highlighting it and then clicking on the little hashmark "#" in the font bar.

Here's an example:

Normal paste from vmstat:
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
1 0 6704 279724 12792 334584 2 1 28 27 17 21 28 1 67 4
1 0 6704 279796 12792 334584 0 0 0 0 1022 295 50 0 50 0
1 0 6704 279796 12800 334576 0 0 0 116 1026 299 50 1 50 0


Formatted as "code":
Code:
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 1  0   6704 279724  12792 334584    2    1    28    27   17    21 28  1 67  4
 1  0   6704 279796  12792 334584    0    0     0     0 1022   295 50  0 50  0
 1  0   6704 279796  12800 334576    0    0     0   116 1026   299 50  1 50  0
Which one would you rather read/debug?
Reply With Quote