Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default Speed test

    Hello,

    Is there a way to test your system (i run FreeBSD 5.3) to see if something is wrong? My mashine seams slow... are there any tools to do that? Also are there any tools to optimize the system or fix if somethings wrong?

    Thanks for your time.

    Regards

    Peter
    Guest

  2. Similar Questions and Discussions

    1. Test::Unit -- multiple errors in test method ???
      Hi ! I have been writing some unit tests with Test::Unit. I've noted that when an assertion fails in a test method, the remaining assertions...
    2. Does Ruby 1.8.0 improve in file I/O speed and pattern match speed?
      Hi, rubyists, I'm using ruby 1.6.8 (2002-12-24) and find file I/O too slow. Is ruby 1.8.0 faster? Some one in the list said speed is quite...
    3. Method test::unit::TestSuite#<<(test)
      Hi, I suggest to change the definition of this method slightly: current: # Adds the test to the suite. def <<(test) @tests << test end
    4. Hard drive speed test
      I've been thinking of posting something similar for a couple of days. In addition to a hard drive test, can anyone recommend some overall system...
    5. test for cpu speed
      Hi! I have written some scripts that create graphics. The scripts take a long time to execute, so I want to include simpler versions in my film,...
  3. #2

    Default Re: Speed test

    [email]peter.lidell@post.dk[/email] wrote:
    > Is there a way to test your system (i run FreeBSD 5.3) to see if something is wrong?
    There are lots of benchmarks available under /usr/ports/benchmarks.
    > Also are there any tools to optimize the system or fix if somethings wrong?
    Why yes, the C compiler. You just need to change the source code, first.
    [ Or update it, see the Handbook. ]

    --
    -Chuck

    Chuck Swiger Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139