• [gentoo-user] PCIe x1 or PCIe x4 SATA controller card

    From Dale@21:1/5 to All on Mon Mar 13 13:30:01 2023
    Howdy,

    As some know, my inventory on hard drives is growing.  I'm at about a
    dozen between main rig and backups.  Most are 14TB or above.  I was
    pestering ebay the other day and noticed there is a PCIe card that adds
    ports that is different.  I had a 4 port one but just replaced it with a
    10 port.  It is a PCIe x1 card.  It has the narrow connector.  While
    looking around tho, I found a few cards that are PCIe x4.  It has a
    wider connector.  According to my google searches, PCIe x4 is faster
    than PCIe x1.  It's why some cards are PCIe x8 or x16.  I think video
    cards are usually x16.  My question is, given the PCIe x4 card costs
    more, is it that much faster than a PCIe x1?  I'm not driving the drives
    to the max or anything during normal use but when I use pvmove, it does
    pretty much max them out.  I try to connect drives in a way that data
    moving from place to place takes the best path but sometimes the future surprises me. 

    Is it better to have PCIe x4 instead? 

    Thanks for the info.

    Dale

    :-)  :-) 

    P. S.  My drive list according to my notes.  2 16TBs, 3 14TBs, 1 10TB
    and 2 8TBs drive.  I may have a couple smaller ones laying around
    somewhere.  I'm pretty sure there is a 6TB lurking about somewhere. 

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rich Freeman@21:1/5 to rdalek1967@gmail.com on Mon Mar 13 13:50:01 2023
    On Mon, Mar 13, 2023 at 8:24 AM Dale <rdalek1967@gmail.com> wrote:

    According to my google searches, PCIe x4 is faster
    than PCIe x1. It's why some cards are PCIe x8 or x16. I think video
    cards are usually x16. My question is, given the PCIe x4 card costs
    more, is it that much faster than a PCIe x1?

    It could be slower than PCIe x1, because you didn't specify the version.

    PCIe uses lanes. Each lane provides a certain amount of bandwidth
    depending on the version in use.

    For example, a v1 4x card has 1 GB/s of bandwidth. A v4 1x card has
    2GB/s of bandwidth.

    Note that slot size is only loosely coupled with the number of lanes.
    Lots of motherboards have a second 16x slot that only provides 4-8
    lanes to save on the cost of a PCIe swich. You can also use adapters
    to connect a 16x card to a 1x slot, or you might find a motherboard
    that has an open-ended slot so that you can just fit a 16x card onto
    the 1x slot. It will of course only use a single lane that way.

    So what you need to do is consider the following:

    1. How much bandwidth do you actually need? If you're using spinning
    disks you aren't going to sustain more than 200MB/s to a single drive,
    and the odds of having 10 drives using all that bandwidth are pretty
    low. If you're using SSDs then you're more likely to max them out
    since the seek cost is much lower.
    2. What PCIe version does your motherboard support? Sticking a v4
    card on an old motherboard that only supports v2 is going to result in
    it running at v2 speeds, so don't pay a premium for something you
    won't use. Likewise, if they cut down on the number of lanes assuming
    they'll have more bandwidth you might have less than you expected to
    have.

    Then look up the number of lanes and the PCIe version and see what you
    can expect:
    https://en.wikipedia.org/wiki/PCI_Express#History_and_revisions

    I think odds are you aren't going to want to pay a premium if you're
    just using spinning disks. If you actually wanted solid state storage
    then I'd also be avoiding SATA and trying to use NVMe, though doing
    that at scale requires a lot of IO, and that will cost you quite a
    bit. There is a reason your motherboard has mostly 1x slots - PCIe
    lanes are expensive to support. On most consumer motherboards they're
    only handled by the CPU, and consumer CPUs are very limited in how
    many they offer. Higher end motherboards may have a switch and offer
    more lanes, but they'll still bottleneck if they're all maxed out
    getting into the CPU. If you buy a server CPU for several thousand
    dollars one of the main features they offer is a LOT more PCIe lanes,
    so you can load up on NVMes and have them running at v4-5. (Typical
    NVMe uses a 4x M.2 slot, and of course you can have 16x cards offering multiples of those.)

    The whole setup is pretty analogous to networking. If you have a
    computer with 4 network ports you can bond them together and run them
    to a switch that supports this with 4 cables, and get 4x the
    bandwidth. However, you can also get a single connection to run at
    higher speeds (1Gb, 2.5Gb, 10Gb, etc), and you can do both. PCIe
    lanes are just like bonded network cables - they are just pairs of
    signal wires that use differential signaling, just like twisted pairs
    in an ethernet cable. Longer slots just add more of them. Everything
    is packet switched, so if there are more lanes it just spreads the
    packets across them. Higher versions mean higher speeds in each lane.

    --
    Rich

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Rich Freeman on Mon Mar 13 15:40:01 2023
    Rich Freeman wrote:
    On Mon, Mar 13, 2023 at 8:24 AM Dale <rdalek1967@gmail.com> wrote:
    According to my google searches, PCIe x4 is faster
    than PCIe x1. It's why some cards are PCIe x8 or x16. I think video
    cards are usually x16. My question is, given the PCIe x4 card costs
    more, is it that much faster than a PCIe x1?
    It could be slower than PCIe x1, because you didn't specify the version.

    PCIe uses lanes. Each lane provides a certain amount of bandwidth
    depending on the version in use.

    For example, a v1 4x card has 1 GB/s of bandwidth. A v4 1x card has
    2GB/s of bandwidth.

    Note that slot size is only loosely coupled with the number of lanes.
    Lots of motherboards have a second 16x slot that only provides 4-8
    lanes to save on the cost of a PCIe swich. You can also use adapters
    to connect a 16x card to a 1x slot, or you might find a motherboard
    that has an open-ended slot so that you can just fit a 16x card onto
    the 1x slot. It will of course only use a single lane that way.

    So what you need to do is consider the following:

    1. How much bandwidth do you actually need? If you're using spinning
    disks you aren't going to sustain more than 200MB/s to a single drive,
    and the odds of having 10 drives using all that bandwidth are pretty
    low. If you're using SSDs then you're more likely to max them out
    since the seek cost is much lower.
    2. What PCIe version does your motherboard support? Sticking a v4
    card on an old motherboard that only supports v2 is going to result in
    it running at v2 speeds, so don't pay a premium for something you
    won't use. Likewise, if they cut down on the number of lanes assuming they'll have more bandwidth you might have less than you expected to
    have.

    Then look up the number of lanes and the PCIe version and see what you
    can expect:
    https://en.wikipedia.org/wiki/PCI_Express#History_and_revisions

    I think odds are you aren't going to want to pay a premium if you're
    just using spinning disks. If you actually wanted solid state storage
    then I'd also be avoiding SATA and trying to use NVMe, though doing
    that at scale requires a lot of IO, and that will cost you quite a
    bit. There is a reason your motherboard has mostly 1x slots - PCIe
    lanes are expensive to support. On most consumer motherboards they're
    only handled by the CPU, and consumer CPUs are very limited in how
    many they offer. Higher end motherboards may have a switch and offer
    more lanes, but they'll still bottleneck if they're all maxed out
    getting into the CPU. If you buy a server CPU for several thousand
    dollars one of the main features they offer is a LOT more PCIe lanes,
    so you can load up on NVMes and have them running at v4-5. (Typical
    NVMe uses a 4x M.2 slot, and of course you can have 16x cards offering multiples of those.)

    The whole setup is pretty analogous to networking. If you have a
    computer with 4 network ports you can bond them together and run them
    to a switch that supports this with 4 cables, and get 4x the
    bandwidth. However, you can also get a single connection to run at
    higher speeds (1Gb, 2.5Gb, 10Gb, etc), and you can do both. PCIe
    lanes are just like bonded network cables - they are just pairs of
    signal wires that use differential signaling, just like twisted pairs
    in an ethernet cable. Longer slots just add more of them. Everything
    is packet switched, so if there are more lanes it just spreads the
    packets across them. Higher versions mean higher speeds in each lane.



    This is why I asked.  I didn't even think about the different PCIe
    versions available.  My mobo, had to go dig out the manual, says it is
    PCIe 2.0.  This is a Gigabyte 970A-UD3P motherboard.  Yes, I'm thinking
    about building a new rig.  Turn this into a NAS maybe.  Anyway, I'm
    assuming 2.0 isn't the slowest or fastest but as you point out, it'll be
    a bottleneck.  Everything has a bottleneck somewhere. 

    The difference in price isn't that large.  What I did was, I saw the
    PCIe x1 and bought it.  It supported Linux.  Later on I noticed the PCIe
    x4 and then wondered if I should upgrade to that.  Given the limits of
    my mobo and the fact I won't be maxing out the drives anyway, I don't
    see the need to upgrade.  Your info pretty much makes that clear.  I
    might, just might, see a small difference when using pvmove.  Maybe. 
    Given that it generally maxes out the drive as it is, even if it does go faster, it won't be much.  Add in that when I start a pvmove, I go nap
    and do other things anyway, I won't notice it.  Last pvmove took a
    little over 19 hours.  Even 20 or 30 minutes isn't much difference in
    the grand scheme of things. 

    Another question.  My rig is getting a bit aged.  I have a AMD FX-8350 8
    core CPU running at 4GHz.  I also have 32GBs of memory.  I've read that
    Intel currently has the best bang for buck on CPUs nowadays.  I'm open
    to the idea of switching.  As far as speed goes, if I built a new rig
    that is using a reasonably cost CPU and memory, would I see any real improvements?  When I say 'reasonably cost', I usually find the
    fastest/newest then drop down a bit to get out of that 'brand new' price point.  Generally, the difference in price is quite large but the
    difference in speed isn't that much.  Also, I got hard drives, I don't
    spend much on video cards either since I don't game, except solitaire. 
    So, let's say a mobo, CPU and memory.  What price range would I need to
    look for?  Just a rough idea.  I figure the CPU will be a few hundred.  Memory may be half that.  Mobo will likely be close to $200 or so.  I'm thinking $500 to $700 or so.  Then comes case, video card and all that. 
    The CPU, memory and mobo is the ones I try to buy all at once from the
    same vendor, like Newegg or Tigerdirect.  Thoughts?  Am I close?

    Thanks for the info.  At least I know I'm good on drive speed.  For my
    use anyway. 

    Dale

    :-)  :-) 

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mark Knecht@21:1/5 to rdalek1967@gmail.com on Mon Mar 13 16:20:01 2023
    On Mon, Mar 13, 2023 at 7:35 AM Dale <rdalek1967@gmail.com> wrote:
    <SNIP>
    Another question. My rig is getting a bit aged. I have a AMD FX-8350 8
    core CPU running at 4GHz. I also have 32GBs of memory. I've read that
    Intel currently has the best bang for buck on CPUs nowadays. I'm open
    to the idea of switching. As far as speed goes, if I built a new rig
    that is using a reasonably cost CPU and memory, would I see any real improvements?

    I think it all depends on what you're going to use the machine for and
    whether you really use all your CPU for extended periods of time.

    For all the hours my machines run they are mostly idle, in the sense
    that even if I'm keeping the machine busy watching a movie, doing
    backups, browsing the web, even on my older machines none of those
    use more than 10-15% of my older machines. The only two things I do
    which drove the purchase of my new machine were:

    1) Studio level audio recording using Mixbus32C (the for-pay version
    of the Open Source project called Ardour)

    2) Astrophotography photo processing using the for-pay program
    called PixInsight.

    Mixbus32C issues are more based around real-time performance
    and use of both the Linux and Windows versions, and being able
    to transfer projects back and forth between both platforms. I've
    never heard you talk about using Windows, nor doing anything
    that takes real-time capabilities so that probably doesn't apply.

    PixInsight is the processor hog. It can use all my 32GB memory
    (and more) and it can run for hours using 100% of my CPU so
    it's the one that drove my eventual purchase of a Ryzen 9 5950X.

    PixInsight has a benchmark program built in and all the results
    are open to look at:

    https://pixinsight.com/benchmark/index.php?sort=cpu&os=all

    Interestingly I didn't find your processor even on the list and
    the top says it covers about 3000 CPU models. You might
    take a look at this when you boil your processor choices down
    to 2 or 3.

    Note that for the specific processor type you can open up the
    group and look at individual machines. Most/many include what
    motherboard they were running so that can assist you making
    choices also.

    Hope this helps,
    Mark

    <div dir="ltr"><br><br>On Mon, Mar 13, 2023 at 7:35 AM Dale &lt;<a href="mailto:rdalek1967@gmail.com">rdalek1967@gmail.com</a>&gt; wrote:<br>&lt;SNIP&gt;<br>&gt; Another question.  My rig is getting a bit aged.  I have a AMD FX-8350 8<br>&gt; core
    CPU running at 4GHz.  I also have 32GBs of memory.  I&#39;ve read that<br>&gt; Intel currently has the best bang for buck on CPUs nowadays.  I&#39;m open<br>&gt; to the idea of switching.  As far as speed goes, if I built a new rig<br>&gt; that is
    using a reasonably cost CPU and memory, would I see any real<br>&gt; improvements?<div><br></div><div>I think it all depends on what you&#39;re going to use the machine for and</div><div>whether you really use all your CPU for extended periods of time. <
    /div><div><br></div><div>For all the hours my machines run they are mostly idle, in the sense</div><div>that even if I&#39;m keeping the machine busy watching a movie, doing </div><div>backups, browsing the web, even on my older machines none of those <
    /div><div>use more than 10-15% of my older machines. The only two things I do</div><div>which drove the purchase of my new machine were:</div><div><br></div><div>1) Studio level audio recording using Mixbus32C (the for-pay version</div><div>of the Open
    Source project called Ardour)</div><div><br></div><div>2) Astrophotography photo processing using the for-pay program</div><div>called PixInsight.</div><div><br></div><div>Mixbus32C issues are more based around real-time performance</div><div>and use of
    both the Linux and Windows versions, and being able</div><div>to transfer projects back and forth between both platforms. I&#39;ve</div><div>never heard you talk about using Windows, nor doing anything </div><div>that takes real-time capabilities so
    that probably doesn&#39;t apply.</div><div><br></div><div>PixInsight is the processor hog. It can use all my 32GB memory</div><div>(and more) and it can run for hours using 100% of my CPU so</div><div>it&#39;s the one that drove my eventual purchase of a
    Ryzen 9 5950X.</div><div><br></div><div>PixInsight has a benchmark program built in and all the results</div><div>are open to look at:</div><div><br></div><div><a href="https://pixinsight.com/benchmark/index.php?sort=cpu&amp;os=all">https://pixinsight.
    com/benchmark/index.php?sort=cpu&amp;os=all</a><br></div><div><br></div><div>Interestingly I didn&#39;t find your processor even on the list and</div><div>the top says it covers about 3000 CPU models. You might</div><div>take a look at this when you boil
    your processor choices down</div><div>to 2 or 3.</div><div><br></div><div>Note that for the specific processor type you can open up the</div><div>group and look at individual machines. Most/many include what</div><div>motherboard they were running so
    that can assist you making </div><div>choices also.</div><div><br></div><div>Hope this helps,</div><div>Mark</div></div>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Mark Knecht on Wed Mar 15 13:50:01 2023
    This is a multi-part message in MIME format.
    Mark Knecht wrote:


    On Mon, Mar 13, 2023 at 7:35 AM Dale <rdalek1967@gmail.com <mailto:rdalek1967@gmail.com>> wrote:
    <SNIP>
    Another question.  My rig is getting a bit aged.  I have a AMD FX-8350 8 core CPU running at 4GHz.  I also have 32GBs of memory.  I've read that Intel currently has the best bang for buck on CPUs nowadays.  I'm open
    to the idea of switching.  As far as speed goes, if I built a new rig
    that is using a reasonably cost CPU and memory, would I see any real improvements?

    I think it all depends on what you're going to use the machine for and whether you really use all your CPU for extended periods of time. 

    For all the hours my machines run they are mostly idle, in the sense
    that even if I'm keeping the machine busy watching a movie, doing 
    backups, browsing the web, even on my older machines none of those 
    use more than 10-15% of my older machines. The only two things I do
    which drove the purchase of my new machine were:

    1) Studio level audio recording using Mixbus32C (the for-pay version
    of the Open Source project called Ardour)

    2) Astrophotography photo processing using the for-pay program
    called PixInsight.

    Mixbus32C issues are more based around real-time performance
    and use of both the Linux and Windows versions, and being able
    to transfer projects back and forth between both platforms. I've
    never heard you talk about using Windows, nor doing anything 
    that takes real-time capabilities so that probably doesn't apply.

    PixInsight is the processor hog. It can use all my 32GB memory
    (and more) and it can run for hours using 100% of my CPU so
    it's the one that drove my eventual purchase of a Ryzen 9 5950X.

    PixInsight has a benchmark program built in and all the results
    are open to look at:

    https://pixinsight.com/benchmark/index.php?sort=cpu&os=all

    Interestingly I didn't find your processor even on the list and
    the top says it covers about 3000 CPU models. You might
    take a look at this when you boil your processor choices down
    to 2 or 3.

    Note that for the specific processor type you can open up the
    group and look at individual machines. Most/many include what
    motherboard they were running so that can assist you making 
    choices also.

    Hope this helps,
    Mark


    One of my concerns isn't just speed, it's the age of things like caps
    and such on the mobo.  This mobo is around a decade old.  While it is supposed to be a top of the line board, it's still got caps which tend
    to be a weak spot.  I seem to recall looking when I bought this mobo
    that it does have Japanese caps which are the best.  Thing is, even they
    go bad sometimes.  While this machine is old, it is still pretty fast. 
    I really wish I knew the life expectancy of a Gigabyte mobo like this. 
    It claims to be 'ultra durable' and given it is in a Cooler Master
    HAF-932 case with those large fans, it does run pretty cool, heat tends
    to age caps and make the stink get out. 

    The other reason, I'm just curious if I build a new rig if I should be
    looking to really upgrade by a lot or just get parts that are newer and
    less likely to fail due to age.  When I went from previous rig which was single core to current rig which originally had a 4 core CPU, it was
    about 6 to 7 times faster.  When I upgraded to a 8 core, it speed up
    some more.  It was a noticeable improvement both times over original
    single core rig.  Thing is, it seems CPU frequencies have pretty much
    maxed out.  I think pushing above 4.5GHz or so is difficult to do. 
    Dang, that is fast.  Over twice the frequency of a microwave oven for
    goodness sake.  They seem to be making them more efficient, adding cores/threads and such as that.  We had a long thread several years back talking about reaching the max on frequency of CPUs and such.  It's
    almost like we need a whole new technology now to make things faster as
    far as the CPU frequencies go. 

    In the past, I used a list on Tom's Hardware to pick CPUs.  I usually
    started about 4 or 5 CPUs down the list, from fastest to slowest, and
    started checking prices.  Sometimes a CPU that costs $500 can only be
    just a fraction faster than a $200 CPU.  Given that my rig, as you point
    out, sits here and waits on me to do something most of the time, that's
    a lot of money for something I won't see much time savings on.  I might
    add tho, I do sometimes convert videos from 1080p to 720p.  That makes
    the CPU max out pretty good.  Compiling Libreoffice, Firefox etc also
    maxes out the CPU but those are what, once a month or so???

    I was also wondering what a mobo/CPU/memory combo would cost nowadays. 
    Maybe someone who recently built a decent rig recalls how much they paid
    for those three.  I don't go cheap on power supply but I don't require a
    lot for a video card or anything.  Some spend half their money on a
    video card alone but I just don't need anything that fancy.  I got a
    Nvidia GeForce GTX 650 that drives both my monitor and my TVs through a splitter and it does just fine.  Heck, the video card fan is pretty much
    at idle and the temps cool most all the time so I can't be pushing it to hard.  Usually, mobo and CPU is the main part of my cost.  Power supply
    right behind that.

    This is some good info tho.  Maybe someone who built a rig recently can
    chime in on costs, US dollar would be nice.  ;-)

    Thanks.

    Dale

    :-)  :-) 

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Mark Knecht wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:CAK2H+eevVZL5eD-jCuGfVizydQi-pSXxeKh8a8ktkoUDbsQWYw@mail.gmail.com">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <div dir="ltr"><br>
    <br>
    On Mon, Mar 13, 2023 at 7:35 AM Dale &lt;<a
    href="mailto:rdalek1967@gmail.com" moz-do-not-send="true">rdalek1967@gmail.com</a>&gt;
    wrote:<br>
    &lt;SNIP&gt;<br>
    &gt; Another question.  My rig is getting a bit aged.  I have a
    AMD FX-8350 8<br>
    &gt; core CPU running at 4GHz.  I also have 32GBs of memory. 
    I've read that<br>
    &gt; Intel currently has the best bang for buck on CPUs
    nowadays.  I'm open<br>
    &gt; to the idea of switching.  As far as speed goes, if I built
    a new rig<br>
    &gt; that is using a reasonably cost CPU and memory, would I see
    any real<br>
    &gt; improvements?
    <div><br>
    </div>
    <div>I think it all depends on what you're going to use the
    machine for and</div>
    <div>whether you really use all your CPU for extended periods of
    time. </div>
    <div><br>
    </div>
    <div>For all the hours my machines run they are mostly idle, in
    the sense</div>
    <div>that even if I'm keeping the machine busy watching a movie,
    doing </div>
    <div>backups, browsing the web, even on my older machines none
    of those </div>
    <div>use more than 10-15% of my older machines. The only two
    things I do</div>
    <div>which drove the purchase of my new machine were:</div>
    <div><br>
    </div>
    <div>1) Studio level audio recording using Mixbus32C (the
    for-pay version</div>
    <div>of the Open Source project called Ardour)</div>
    <div><br>
    </div>
    <div>2) Astrophotography photo processing using the for-pay
    program</div>
    <div>called PixInsight.</div>
    <div><br>
    </div>
    <div>Mixbus32C issues are more based around real-time
    performance</div>
    <div>and use of both the Linux and Windows versions, and being
    able</div>
    <div>to transfer projects back and forth between both platforms.
    I've</div>
    <div>never heard you talk about using Windows, nor doing
    anything </div>
    <div>that takes real-time capabilities so that probably doesn't
    apply.</div>
    <div><br>
    </div>
    <div>PixInsight is the processor hog. It can use all my 32GB
    memory</div>
    <div>(and more) and it can run for hours using 100% of my CPU so</div>
    <div>it's the one that drove my eventual purchase of a Ryzen 9
    5950X.</div>
    <div><br>
    </div>
    <div>PixInsight has a benchmark program built in and all the
    results</div>
    <div>are open to look at:</div>
    <div><br>
    </div>
    <div><a
    href="https://pixinsight.com/benchmark/index.php?sort=cpu&amp;os=all"
    moz-do-not-send="true">https://pixinsight.com/benchmark/index.php?sort=cpu&amp;os=all</a><br>
    </div>
    <div><br>
    </div>
    <div>Interestingly I didn't find your processor even on the list
    and</div>
    <div>the top says it covers about 3000 CPU models. You might</div>
    <div>take a look at this when you boil your processor choices
    down</div>
    <div>to 2 or 3.</div>
    <div><br>
    </div>
    <div>Note that for the specific processor type you can open up
    the</div>
    <div>group and look at individual machines. Most/many include
    what</div>
    <div>motherboard they were running so that can assist you
    making </div>
    <div>choices also.</div>
    <div><br>
    </div>
    <div>Hope this helps,</div>
    <div>Mark</div>
    </div>
    </blockquote>
    <br>
    <br>
    One of my concerns isn't just speed, it's the age of things like
    caps and such on the mobo.  This mobo is around a decade old.  While
    it is supposed to be a top of the line board, it's still got caps
    which tend to be a weak spot.  I seem to recall looking when I
    bought this mobo that it does have Japanese caps which are the
    best.  Thing is, even they go bad sometimes.  While this machine is
    old, it is still pretty fast.  I really wish I knew the life
    expectancy of a Gigabyte mobo like this.  It claims to be 'ultra
    durable' and given it is in a Cooler Master HAF-932 case with those
    large fans, it does run pretty cool, heat tends to age caps and make
    the stink get out.  <br>
    <br>
    The other reason, I'm just curious if I build a new rig if I should
    be looking to really upgrade by a lot or just get parts that are
    newer and less likely to fail due to age.  When I went from previous
    rig which was single core to current rig which originally had a 4
    core CPU, it was about 6 to 7 times faster.  When I upgraded to a 8
    core, it speed up some more.  It was a noticeable improvement both
    times over original single core rig.  Thing is, it seems CPU
    frequencies have pretty much maxed out.  I think pushing above
    4.5GHz or so is difficult to do.  Dang, that is fast.  Over twice
    the frequency of a microwave oven for goodness sake.  They seem to
    be making them more efficient, adding cores/threads and such as
    that.  We had a long thread several years back talking about
    reaching the max on frequency of CPUs and such.  It's almost like we
    need a whole new technology now to make things faster as far as the
    CPU frequencies go.  <br>
    <br>
    In the past, I used a list on Tom's Hardware to pick CPUs.  I
    usually started about 4 or 5 CPUs down the list, from fastest to
    slowest, and started checking prices.  Sometimes a CPU that costs
    $500 can only be just a fraction faster than a $200 CPU.  Given that
    my rig, as you point out, sits here and waits on me to do something
    most of the time, that's a lot of money for something I won't see
    much time savings on.  I might add tho, I do sometimes convert
    videos from 1080p to 720p.  That makes the CPU max out pretty good. 
    Compiling Libreoffice, Firefox etc also maxes out the CPU but those
    are what, once a month or so???<br>
    <br>
    I was also wondering what a mobo/CPU/memory combo would cost
    nowadays.  Maybe someone who recently built a decent rig recalls how
    much they paid for those three.  I don't go cheap on power supply
    but I don't require a lot for a video card or anything.  Some spend
    half their money on a video card alone but I just don't need
    anything that fancy.  I got a Nvidia GeForce GTX 650 that drives
    both my monitor and my TVs through a splitter and it does just
    fine.  Heck, the video card fan is pretty much at idle and the temps
    cool most all the time so I can't be pushing it to hard.  Usually,
    mobo and CPU is the main part of my cost.  Power supply right behind
    that. <br>
    <br>
    This is some good info tho.  Maybe someone who built a rig recently
    can chime in on costs, US dollar would be nice.  ;-)<br>
    <br>
    Thanks.<br>
    <br>
    Dale <br>
    <br>
    :-)  :-)  <br>
    </body>
    </html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Steinmetzger@21:1/5 to but as I on Wed Mar 15 23:10:01 2023
    Am Wed, Mar 15, 2023 at 07:45:25AM -0500 schrieb Dale:
    Mark Knecht wrote:

    Another question.  My rig is getting a bit aged.  I have a AMD FX-8350 8
    core CPU running at 4GHz.  I also have 32GBs of memory.  I've read that Intel currently has the best bang for buck on CPUs nowadays.  I'm open to the idea of switching.  As far as speed goes, if I built a new rig that is using a reasonably cost CPU and memory, would I see any real improvements?

    I think it all depends on what you're going to use the machine for and whether you really use all your CPU for extended periods of time. 

    This! My mini PC with its passive 10 W Celeron N5100 is enough for desktop use, including encrypted storage. But maybe not for Gentoo. :)

    […]
    PixInsight has a benchmark program built in and all the results
    are open to look at:

    https://pixinsight.com/benchmark/index.php?sort=cpu&os=all

    Interestingly I didn't find your processor even on the list

    That’s probably because the FX processors are ooooold. Old and hungry. ^^

    Sometimes a CPU that costs $500 can only be just a fraction faster than a $200 CPU.

    That’s still the case today for those impatient gamer enthusiasts who are after the “longest bars” [in benchmarks]. The same goes for power consumption. With Zen 4, AMD of course launched the fastest X-processors
    first with a gargantuan power demand. A few months later the non-X were released. They used 40 % or so less power at a performance cost of maybe 10
    % (not actual numbers, but figuratively speaking from memory).

    Given that my rig, as you point
    out, sits here and waits on me to do something most of the time, that's
    a lot of money for something I won't see much time savings on.  I might
    add tho, I do sometimes convert videos from 1080p to 720p.  That makes
    the CPU max out pretty good.  Compiling Libreoffice, Firefox etc also
    maxes out the CPU but those are what, once a month or so???

    Intel and AMD are giving themselves quite a race these days about who offers more bang for the buck, or rather, more bang. In the past, Intel used to
    have more to offer at the lower end (below 100 € CPUs, like Pentiums and i3’s, while AMD was milking the market with high-end chips due to their limited manufacturing capacities).

    If you want to save money and aim for a low-cost AMD APU (processor with integrated graphics), you can get an older 3000-series Ryzen for a two-digit price. It’ll still be much faster than your old FX at a fraction of the power consumption. Like the 4300G, which is twice as fast for half the electricity. With today’s processors, basically none of the socktetable models are too slow unless you have specific performance requirements.

    With each generation, the architecture becomes more efficient, meaning more instructions per cycle, lower consumption and so on. The max frequency is
    not really the driving force behind performance increase anymore due to efficiency issues at higher frequencies.

    Here are some benchmark comparisons from cpubenchmark.net:

    Processor year power cores single-core score multi-core score
    FX-8350 2012 125 W 8/8 1580 6026
    i5-4590 2014 84 W 4/4 2086 5356
    i5-10400 2020 65 W 6/12 2580 12258
    R3 4300G 2020 65 W 4/8 2557 11017
    R5 5600G 2021 65 W 6/12 3185 19892
    R5 7600X 2022 145 W 6/12 4213 28753

    Sources:
    https://www.cpubenchmark.net/singleThread.html#desktop-thread https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8350+Eight-Core&id=1780 https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-4590+%40+3.30GHz&id=2234 https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-10400+%40+2.90GHz&id=3737
    https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+4300G&id=3808 https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+5600G&id=4325 https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7600X&id=5033

    You can see the increase in performance. My old i5-4590, at half the cores, can keep up with your FX, even though it is only 1½ years younger. Ryzens used to be more efficient in multi workloads (look at the 2020 entries). But I’m not too sure about current generations due to Intel’s big-little concept.
    DDR5 and PCIe5 have higher requirements at signal quality, making the boards and components much more expensive (and, again, more power hungry). That’s why, even though DDR4 platforms are on their way out technologically, they
    are still an economically sound choice.

    I was also wondering what a mobo/CPU/memory combo would cost nowadays.  Maybe someone who recently built a decent rig recalls how much they paid
    for those three.  I don't go cheap on power supply but I don't require a
    lot for a video card or anything.  Some spend half their money on a
    video card alone but I just don't need anything that fancy.

    Any current Intel non-F CPU (F means no graphics) can cover your graphics need. Finally, AMD caught up and started shipping a minimal graphics chip in all of their processors with Zen 4, but as I said, that platform is still expensive.

    I got a Nvidia GeForce GTX 650 that drives both my monitor and my TVs through a splitter and it does just fine.

    How cute. This should be about twice as fast as the integrated graphics in
    my 8-year-old i5. So you’ll be fine with *any* integrated graphics (which will also cut down on idle consuption, compared with a dGPU).

    This is some good info tho.  Maybe someone who built a rig recently can chime in on costs, US dollar would be nice.  ;-)

    As mentioned, DDR5 is still expensive. With DDR4 platforms getting older, their prices are going down. The Ryzen 5 5600G is an excellent and efficient processor (it’s basically a laptop chip in a desktop socket) and currently can be had for around 125 € (including taxes of course, not sure about US prices). It has over twice the single- and thrice the multi-core performance of your FX chip. Its graphics are way overkill for you, but you never know. ;-)
    If you want to keep yout GPU, there’s also the Ryzen 5 5500, it has no graphics and is only minutely slower than the 5600G, but can be had for less than 100 €.


    So, in summary (talking German consumer prices, meaning all taxes included, but I think you can assume very similar $ pricse) for a not too fancy¹ system:

    Processor 120 € (or up top 150 € for a current i3/i5)
    RAM 60 € 32 GB DDR4 (cheap RAM, low latency costs more, but has no real use
    for your use case)
    Board 100..120 € depending on I/O needs and quality.

    Going DDR5 means an increase in budget by at least 100 € for a 32 GB system.


    ¹ As far as I can see, compiling packages is the most taxing thing you do,
    which is why I don’t see you needing a big-rig processor. (Though I
    understand the nice feeling you get from having one.)

    --
    Grüße | Greetings | Salut | Qapla’
    Please do not share anything from, with or about me on any social network.

    “Meow” <SPLAT!> “Woof” <SPLAT!> Jeez, it’s really raining today!

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEVbE9o2D2lE5fhoVsizG+tUDUMMoFAmQSQL4ACgkQizG+tUDU MMqq2Q/8D5/KPsTLTMNc+dZZ6tugGLkNPwa3qZgNMgn0YDMUUhQ1A0lBQGUen4Oi 2nh75iZT7jPWQYMNdVdTehUaMD4T7hK2cnMkzMe81+Qn2WG2Z/bngnjM9X0Hr1IH oXVTmyKx6q5XfAnVQ7h6pckqjXXndIT7CcssatGA9R/GHpQVmVwp4yMFdbZRRGRK 6dUaX/XwF0XKIyZ+CV3pD4FOHuVe+j99DHrgq3ixlW1CUYN4wLT8rtjt5z3ybK0H Iwz6e7ZhgwgHUNi+3diiJ5lwXoK1M73YhBBcS3hBC/1YxzaEWl9pKVdHBv+BWojs 7vOdziFuj1YllWhfayB8nm7nBedvyCJLXMC0520EnBvwgbvU/I1p5eaM6r3ChMku h8K/xjWKWX7bKJcKTikrxQ9csQMvf54DnEIhqSABh9ikYwcmq5IO7LEMH6yo4EJ6 hrOJhdhbONnzE6rtywPQ9r8H8ORCg6T7NgcVLUGS1t6RhgYLAe2z9f6kRKUiQk+g WYau59BND1Gw06Q4jLtxyFHsMDK3kSqkoGty/VTdmBO+uifWlHEN4RcPR3zxjB7c Xmx42XAzP732wqdYNG+AcX+U+UL73/zr0pKXJmdZBb+QrzNf1w/Kx0aakvESvzi6 /TAfsHc73DHBDr0oUq1faEgAUPbGLUrFH+yI33+wq/s8cLBcnb0=
    =WJeE
  • From Frank Steinmetzger@21:1/5 to All on Wed Mar 15 23:20:04 2023
    Am Wed, Mar 15, 2023 at 11:03:45PM +0100 schrieb Frank Steinmetzger:
    Am Wed, Mar 15, 2023 at 07:45:25AM -0500 schrieb Dale:
    Mark Knecht wrote:

    […]
    PixInsight has a benchmark program built in and all the results
    are open to look at:

    https://pixinsight.com/benchmark/index.php?sort=cpu&os=all

    Interestingly I didn't find your processor even on the list

    That’s probably because the FX processors are ooooold. Old and hungry. ^^

    Correction: it is there. Search for just the number 8350 and you’ll find it.


    --
    Grüße | Greetings | Salut | Qapla’
    Please do not share anything from, with or about me on any social network.

    The brain of Donald Trump has two sides,
    the left side and the right side.
    In the left side there’s nothing right.
    In the right side there’s nothing left.

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEVbE9o2D2lE5fhoVsizG+tUDUMMoFAmQSQ30ACgkQizG+tUDU MMoIuQ//aBuq7ANAPX70Fq1O3Y8r5cGi/qRJGquE+6xii92vjg4l+sFnR8Ce3WOp 6XW1LWE8lVie3NQLQ5VAa935VLhpkTRg99WyduCZwCi6yCH2iDfs57K+eX029Z7x vNeRlvcDlx34P4N0FAJ2otBqgq1mywelVZNICR2fgOkMtnHqBhsI/l3ngHkcUvgJ RnRTvGNbfvM6VF1fLabjU7UYoVF8Eky4b+zJDHZ4iQ/ZovWej+KHju9wITqVlGUa qPgvxA42pVIuoHHdxxQYAGO12rypWc/+gX01VNqkHwHM9tLyOh0OSL9i15tLpT07 IvkAPv8bReWTt8Q1LyxGWDiCARgy92ZTUBI2s2eZSJx79Eke8FU1EEXm9Lkvu+9c rfjRwa/E5SoDGMkaXVxIwZdtuBIAgHU0Cr/Xxo5HzU58uS2lxIg9/Bk0Ja1veG8K uch2IYmOsUKDaxCzsqS34x32EYkR+YvmkZoY2mWv/vx2m7H5r3O64Sw5q2wid/LK pPXO7xqdEUlLHNkam4fPxyK60uNOAG5aCds6X5mCvzo/kCMhRqjB1ia2eN4/VA10 blgtEjMbr+yzWP/8Yf2/C0DXvGXienZkQIePXukkQVe
  • From Dale@21:1/5 to Frank Steinmetzger on Wed Mar 15 23:40:02 2023
    Frank Steinmetzger wrote:
    Am Wed, Mar 15, 2023 at 07:45:25AM -0500 schrieb Dale:
    Mark Knecht wrote:
    Another question.  My rig is getting a bit aged.  I have a AMD FX-8350 8 >>>> core CPU running at 4GHz.  I also have 32GBs of memory.  I've read that >>>> Intel currently has the best bang for buck on CPUs nowadays.  I'm open >>>> to the idea of switching.  As far as speed goes, if I built a new rig >>>> that is using a reasonably cost CPU and memory, would I see any real
    improvements?
    I think it all depends on what you're going to use the machine for and
    whether you really use all your CPU for extended periods of time. 
    This! My mini PC with its passive 10 W Celeron N5100 is enough for desktop use, including encrypted storage. But maybe not for Gentoo. :)

    […]
    PixInsight has a benchmark program built in and all the results
    are open to look at:

    https://pixinsight.com/benchmark/index.php?sort=cpu&os=all

    Interestingly I didn't find your processor even on the list
    That’s probably because the FX processors are ooooold. Old and hungry. ^^

    Sometimes a CPU that costs $500 can only be just a fraction faster than a
    $200 CPU.
    That’s still the case today for those impatient gamer enthusiasts who are after the “longest bars” [in benchmarks]. The same goes for power consumption. With Zen 4, AMD of course launched the fastest X-processors first with a gargantuan power demand. A few months later the non-X were released. They used 40 % or so less power at a performance cost of maybe 10
    % (not actual numbers, but figuratively speaking from memory).

    Given that my rig, as you point
    out, sits here and waits on me to do something most of the time, that's
    a lot of money for something I won't see much time savings on.  I might
    add tho, I do sometimes convert videos from 1080p to 720p.  That makes
    the CPU max out pretty good.  Compiling Libreoffice, Firefox etc also
    maxes out the CPU but those are what, once a month or so???
    Intel and AMD are giving themselves quite a race these days about who offers more bang for the buck, or rather, more bang. In the past, Intel used to
    have more to offer at the lower end (below 100 € CPUs, like Pentiums and i3’s, while AMD was milking the market with high-end chips due to their limited manufacturing capacities).

    If you want to save money and aim for a low-cost AMD APU (processor with integrated graphics), you can get an older 3000-series Ryzen for a two-digit price. It’ll still be much faster than your old FX at a fraction of the power consumption. Like the 4300G, which is twice as fast for half the electricity. With today’s processors, basically none of the socktetable models are too slow unless you have specific performance requirements.

    With each generation, the architecture becomes more efficient, meaning more instructions per cycle, lower consumption and so on. The max frequency is
    not really the driving force behind performance increase anymore due to efficiency issues at higher frequencies.

    Here are some benchmark comparisons from cpubenchmark.net:

    Processor year power cores single-core score multi-core score FX-8350 2012 125 W 8/8 1580 6026
    i5-4590 2014 84 W 4/4 2086 5356
    i5-10400 2020 65 W 6/12 2580 12258
    R3 4300G 2020 65 W 4/8 2557 11017
    R5 5600G 2021 65 W 6/12 3185 19892
    R5 7600X 2022 145 W 6/12 4213 28753

    Sources:
    https://www.cpubenchmark.net/singleThread.html#desktop-thread https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8350+Eight-Core&id=1780 https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-4590+%40+3.30GHz&id=2234
    https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-10400+%40+2.90GHz&id=3737
    https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+4300G&id=3808 https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+5600G&id=4325 https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7600X&id=5033

    You can see the increase in performance. My old i5-4590, at half the cores, can keep up with your FX, even though it is only 1½ years younger. Ryzens used to be more efficient in multi workloads (look at the 2020 entries). But I’m not too sure about current generations due to Intel’s big-little concept.
    DDR5 and PCIe5 have higher requirements at signal quality, making the boards and components much more expensive (and, again, more power hungry). That’s why, even though DDR4 platforms are on their way out technologically, they are still an economically sound choice.

    I was also wondering what a mobo/CPU/memory combo would cost nowadays. 
    Maybe someone who recently built a decent rig recalls how much they paid
    for those three.  I don't go cheap on power supply but I don't require a
    lot for a video card or anything.  Some spend half their money on a
    video card alone but I just don't need anything that fancy.
    Any current Intel non-F CPU (F means no graphics) can cover your graphics need. Finally, AMD caught up and started shipping a minimal graphics chip in all of their processors with Zen 4, but as I said, that platform is still expensive.

    I got a Nvidia GeForce GTX 650 that drives both my monitor and my TVs
    through a splitter and it does just fine.
    How cute. This should be about twice as fast as the integrated graphics in
    my 8-year-old i5. So you’ll be fine with *any* integrated graphics (which will also cut down on idle consuption, compared with a dGPU).

    This is some good info tho.  Maybe someone who built a rig recently can
    chime in on costs, US dollar would be nice.  ;-)
    As mentioned, DDR5 is still expensive. With DDR4 platforms getting older, their prices are going down. The Ryzen 5 5600G is an excellent and efficient processor (it’s basically a laptop chip in a desktop socket) and currently can be had for around 125 € (including taxes of course, not sure about US prices). It has over twice the single- and thrice the multi-core performance of your FX chip. Its graphics are way overkill for you, but you never know. ;-)
    If you want to keep yout GPU, there’s also the Ryzen 5 5500, it has no graphics and is only minutely slower than the 5600G, but can be had for less than 100 €.


    So, in summary (talking German consumer prices, meaning all taxes included, but I think you can assume very similar $ pricse) for a not too fancy¹ system:

    Processor 120 € (or up top 150 € for a current i3/i5)
    RAM 60 € 32 GB DDR4 (cheap RAM, low latency costs more, but has no real use
    for your use case)
    Board 100..120 € depending on I/O needs and quality.

    Going DDR5 means an increase in budget by at least 100 € for a 32 GB system.


    ¹ As far as I can see, compiling packages is the most taxing thing you do,
    which is why I don’t see you needing a big-rig processor. (Though I
    understand the nice feeling you get from having one.)



    This is all good info.  I went to Tom's Hardware and found their list by computing power.  I try to find a generic power rating since what I use
    my rig for is more generic.  No need looking at a chart for gaming. 
    ;-)  Anyway, I was looking at a somewhat costly Ryzen 7 5800x3d or a
    Ryzen 7 7700.  I need to look at the details because I like having my
    own video card.  That way I can use Nvidia but switch to something else
    if the need should arise.  Plus, if the video stops working, replace
    card instead of whole mobo.  I also have to have two outputs.  One for desktop, one for TV.  Based on your info tho, I could go down more in
    price and still have a much better CPU than the current one.

    One other thing, the mobos I keep finding have few PCIe slots.  Some
    have 2 maybe 3.  That's getting to be to few for me.  I have a ethernet
    card, SATA expansion card plus a couple other things in mine that I
    use.  Then my next thing, a case.  The cases I find have a ton of
    lights, which I hate, but as far as layout and such, they suck.  Some
    cost a arm and leg and they are worthless to me.  I found one the other
    day that is fairly plain, holds 8 or 10 hard drives and has reasonably
    good cooling.  I'm hoping I can get it.  I don't think even Cooler
    Master makes a case like what I got anymore.  I need more drive space
    but I love the cooling of my current case.  The fans don't spin very
    fast but they move a LOT of air, quietly. 

    Usually I look forward to building a new rig.  Trying to find things I
    like takes the fun out of it.  I'll get there tho.  Eventually. 

    Thanks for all the info.  It helps me to know if I build a new rig, I
    will see a benefit speed wise.  I want to get something out of it.  lol

    Dale

    :-)  :-) 

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Steinmetzger@21:1/5 to All on Thu Mar 16 11:10:01 2023
    Am Wed, Mar 15, 2023 at 05:36:16PM -0500 schrieb Dale:
    Frank Steinmetzger wrote:

    If you want to save money and aim for a low-cost AMD APU (processor with integrated graphics), you can get an older 3000-series Ryzen for a two-digit
    price. It’ll still be much faster than your old FX at a fraction of the power consumption. Like the 4300G, which is twice as fast for half the electricity. With today’s processors, basically none of the socktetable models are too slow unless you have specific performance requirements. […]
    Here are some benchmark comparisons from cpubenchmark.net:
    […]
    You can see the increase in performance. My old i5-4590, at half the cores,
    can keep up with your FX, even though it is only 1½ years younger. Ryzens used to be more efficient in multi workloads (look at the 2020 entries). But
    I’m not too sure about current generations due to Intel’s big-little concept.
    I was also wondering what a mobo/CPU/memory combo would cost nowadays.  >> Maybe someone who recently built a decent rig recalls how much they paid >> for those three.  I don't go cheap on power supply but I don't require a >> lot for a video card or anything.  Some spend half their money on a
    video card alone but I just don't need anything that fancy.
    Any current Intel non-F CPU (F means no graphics) can cover your graphics need. Finally, AMD caught up and started shipping a minimal graphics chip in
    all of their processors with Zen 4, but as I said, that platform is still expensive.

    I got a Nvidia GeForce GTX 650 that drives both my monitor and my TVs
    through a splitter and it does just fine.
    How cute. This should be about twice as fast as the integrated graphics in my 8-year-old i5. So you’ll be fine with *any* integrated graphics (which
    will also cut down on idle consuption, compared with a dGPU).
    […]

    This is all good info.  I went to Tom's Hardware and found their list by computing power.  I try to find a generic power rating since what I use
    my rig for is more generic.  No need looking at a chart for gaming. 
    ;-)  Anyway, I was looking at a somewhat costly Ryzen 7 5800x3d or a
    Ryzen 7 7700.

    The 5800x3d got a huge boost from its cache. It may be the most powerful AM4 socket processor around. But it is aimed mostly at gamers, because that’s where the cache mostly shines.

    Plus, if the video stops working, replace card instead of whole mobo.

    Onboard graphics sits in the CPU. The mobo just routes the signal. And if
    any of that breaks, you can still fall back to a slot-in GPU.

    I also have to have two outputs.  One for desktop, one for TV.

    Most boards have at least two outputs, nowadays usually one HDMI and DP.

    One other thing, the mobos I keep finding have few PCIe slots.  Some
    have 2 maybe 3.  That's getting to be to few for me.

    Gamer boards tend to skimp on ports, because those people generally care mostly for their GPU (plus design and RGB). I believe you use ATX boards, right? Here is a list of AM4 ATX boards with at least four PCIe slots, totalling to 70 models (and still 31 with five slots): https://skinflint.co.uk/?cat=mbam4&xf=18869_4.
    Feel free to play with the filters yourself.

    Then my next thing, a case.  The cases I find have a ton of lights, which
    I hate, but as far as layout and such, they suck.  Some cost a arm and leg and they are worthless to me.

    Unilluminated ATX cases for at least five 3.5″ drives: https://skinflint.co.uk/?cat=gehatx&xf=17572_ohne%7E536_5%7E9691_ATX
    Or for eight drives: https://skinflint.co.uk/?cat=gehatx&xf=17572_ohne%7E536_8%7E9691_ATX

    There are some nice bland black boxes among them, notably the Fractal Define series.

    I found one the other day that is fairly plain, holds 8 or 10 hard drives and has reasonably good cooling.  I'm hoping I can get it. 

    Here, Linus is showcasing an 8-drives storage machine in a Fractal Define R4: https://www.youtube.com/watch?v=DpJViwtct5g
    And here a system with 18 drives 🤪 in a Fractal Define 7XL: https://www.youtube.com/watch?v=FAy9N1vX76o

    Usually I look forward to building a new rig.  Trying to find things I
    like takes the fun out of it.  I'll get there tho.  Eventually. 

    I’ve been thinking for two years now. But my old PC keeps on running. I even play some Cities Skylines with its 8-year-old intel iGPU. I just can’t bring myself to discard that or to dosh out the money. And I can’t decide for a form factor. I want to have all at once and use them depending of the mood
    of the day. :D

    --
    Grüße | Greetings | Qapla’
    Please do not share anything from, with or about me on any social network.

    Win a Google Nexus! Scratch here ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ with
    a key or any other sharp object to reveal your winning code!

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEVbE9o2D2lE5fhoVsizG+tUDUMMoFAmQS6QEACgkQizG+tUDU MMrN7Q/+LakA8G9OipVlJ3DX42aYoGCm41LMt8PGKGcSAYs1NIMDGVdc1hIKCVF0 LvafMWsZS5/0ukpinsr4RLiD2u05gSwzbRscT/YFkgcCEgR8Gdav0PHwffAUkaJY YTwWi+tOSYkyozWgAd5M0Hceyqx6oIgpwgVqGRuqPCnqgTxD5lHM/e8Z7MnAva0B LULjVcYRcNW6FkSE6bb9y9N2LUiTsrSSKFIIPVdqCHnR5I8ij5Z9vmhFvzebGATt SscbJPY55OPOUsNO9w01MO0mlqO3xo44EzQ197C5aD2bjTYfxNeiUpLp4/nn9hoW rja24X7O8V4O7dE/iGVCLBXE2QKKt4JGPdAFSnZIsfzvaK2vBz+uW6j4JBqBR9bi tufb0eIG6tnVcuOBIiMaENyXvBq/wkcL58JO0kZPZeP7vxQB/aVWaww85ndp03NV 6OzZua3i7a/3lH8PNuzN5DLrNgpzslL8RQg9wqxR19FcTh8dTNQiesvphfKFCLRW HrkDPSz7Cv6vBvMDXvOca4Wpp1zf2YI1Y/8xgXfGegzfxWnZ032u8JoJjC5QwtH8 6eOjKGi97ebFc9rIxKuPQhvFsFZtHKRsbuDrXGiQust5z6
  • From Rich Freeman@21:1/5 to Warp_7@gmx.de on Thu Mar 16 12:50:01 2023
    On Thu, Mar 16, 2023 at 6:01 AM Frank Steinmetzger <Warp_7@gmx.de> wrote:

    Gamer boards tend to skimp on ports, because those people generally care mostly for their GPU (plus design and RGB).

    Well, that, and the CPU only has so many PCIe lanes and adding ports
    beyond that requires a switch. Also, if they have two 16x slots to
    allow for dual graphics cards those eat up quite a few of the lanes
    (even if one isn't actually 16x).


    Here, Linus is showcasing an 8-drives storage machine in a Fractal Define R4: https://www.youtube.com/watch?v=DpJViwtct5g
    And here a system with 18 drives 🤪 in a Fractal Define 7XL: https://www.youtube.com/watch?v=FAy9N1vX76o

    I think a lot of the consumer cases have been moving away from
    accommodating hard drives and making more room for gigantic GPUs.

    All that said, I have largely abandoned the crusade of trying to
    squeeze a dozen hard drives into one host, in favor of distributed
    filesystems. If you're only putting a few drives per host and having
    more hosts then it becomes pretty easy to find hardware that works.

    Finally, for any system that will be running 24x7 I'd suggest
    optimizing for power use per unit of computation (which is a hard
    figure to find), and idle power use (unless you actually do something
    that keeps the server busy 24x7). Usually newer processors will do
    better here. The up-front costs of a CPU are likely to be dwarfed by
    the cost of powering it. ARM is of course advantageous if you don't
    need too much horsepower or RAM. Unfortunately ARM boards with lots
    of RAM are crazy-expensive so it isn't a great option if you need more
    than a few GB.

    There has been interest in using mini PCs from corporate used sales as
    servers, and I'm thinking about building storage around a solution
    like this. The drives would need to be external of course, but USB3
    is plenty fast for hard drives. However, it is hard to find easy to
    lookup metrics on power use and stats like USB3/etc - most filters on
    used product sale sites just have filters for RAM and maybe CPU. You
    do need to be careful as some of those systems could have high power
    draw or lack USB3 or even gigabit LAN, making them unsuitable for 24x7
    storage. The price and form factor can be very attractive though, and
    power use still tends to be low since large companies do think about
    those costs.

    --
    Rich





    --
    Rich

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Frank Steinmetzger on Sun Mar 26 21:10:01 2023
    Frank Steinmetzger wrote:
    <<<SNIP>>>
    With each generation, the architecture becomes more efficient, meaning more instructions per cycle, lower consumption and so on. The max frequency is
    not really the driving force behind performance increase anymore due to efficiency issues at higher frequencies.

    Here are some benchmark comparisons from cpubenchmark.net:

    Processor year power cores single-core score multi-core score FX-8350 2012 125 W 8/8 1580 6026
    i5-4590 2014 84 W 4/4 2086 5356
    i5-10400 2020 65 W 6/12 2580 12258
    R3 4300G 2020 65 W 4/8 2557 11017
    R5 5600G 2021 65 W 6/12 3185 19892
    R5 7600X 2022 145 W 6/12 4213 28753

    Sources:
    https://www.cpubenchmark.net/singleThread.html#desktop-thread https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8350+Eight-Core&id=1780 https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-4590+%40+3.30GHz&id=2234
    https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-10400+%40+2.90GHz&id=3737
    https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+4300G&id=3808 https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+5600G&id=4325 https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7600X&id=5033

    You can see the increase in performance. My old i5-4590, at half the cores, can keep up with your FX, even though it is only 1½ years younger. Ryzens used to be more efficient in multi workloads (look at the 2020 entries). But I’m not too sure about current generations due to Intel’s big-little concept.
    DDR5 and PCIe5 have higher requirements at signal quality, making the boards and components much more expensive (and, again, more power hungry). That’s why, even though DDR4 platforms are on their way out technologically, they are still an economically sound choice.

    <<<SNIP>>>
    ¹ As far as I can see, compiling packages is the most taxing thing you do,
    which is why I don’t see you needing a big-rig processor. (Though I
    understand the nice feeling you get from having one.)



    It's been a while.  I been getting some things ready for garden time and
    a few spring projects as well.  I looked at a few lists of CPU
    processors.  This is a bit pricey but I may try to buy a AMD Ryzen 9
    5900X 12-Core @ 3.7 GHz.  It has 4 more cores but clock speed is a
    little slower.  Even just comparing number of cores and the fairly close
    clock speed, that alone should make it a bit faster.  Add in that they
    make them run code more efficiently now, should be a good bit better.  I usually try to aim for 4 or 5 times more processing power.  I suspect
    this may help with encryption as well since newer CPUs have extra code
    just for that on there now.  Most of the mobos also handle a lot more
    memory as well.  I have 32GBs now.  Most support 64GB and I think I saw
    a 128GB version somewhere. 

    Just comparing CPU to CPU, what would you expect as far as increase in
    speed?  I'm not expecting a exact number, just curious as to how much difference I could reasonably expect. 

    As to another reply, I've looked at the following cases. 

    Fractal Design Node 804  Lots of hard drive space.
    Gamemax Master M905  Lots of drive space here too.  A little like my
    current HAF-932 case.
    Thermaltake Tower 900 Tons of hard drive space.  Looks really large tho. 

    Most of those have a fairly close price range depending where I buy.  My biggest thing, hard drive space.  I added up the other day, including
    backups and such, I have around 100TBs of hard drive space.  I made a
    list.  2 16TB, 3 14TB, 1 10TB, 2 8TB and a 6TB.  I may have another one lurking about somewhere.  Most of the larger ones are in my main rig. 

    Trying to figure out how much improvement I can expect.  I'm mostly just worried about the age of my current rig tho. 

    Dale

    :-)  :-) 

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peter Humphrey@21:1/5 to All on Sun Mar 26 23:30:01 2023
    On Sunday, 26 March 2023 20:08:29 BST Dale wrote:

    It's been a while. I been getting some things ready for garden time and
    a few spring projects as well. I looked at a few lists of CPU
    processors. This is a bit pricey but I may try to buy a AMD Ryzen 9
    5900X 12-Core @ 3.7 GHz. It has 4 more cores but clock speed is a
    little slower.

    I have one of those processors. I can't give you benchmarks or anything, but
    in practice at 3.7GHz it blows the socks off my older i7-5820K at 3.3 MHz.

    --
    Regards,
    Peter.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Steinmetzger@21:1/5 to All on Mon Mar 27 01:30:01 2023
    Am Sun, Mar 26, 2023 at 02:08:29PM -0500 schrieb Dale:
    Frank Steinmetzger wrote:
    <<<SNIP>>>
    With each generation, the architecture becomes more efficient, meaning more
    instructions per cycle, lower consumption and so on. The max frequency is not really the driving force behind performance increase anymore due to efficiency issues at higher frequencies.

    Here are some benchmark comparisons from cpubenchmark.net:

    Processor year power cores single-core score multi-core score FX-8350 2012 125 W 8/8 1580 6026
    i5-4590 2014 84 W 4/4 2086 5356
    i5-10400 2020 65 W 6/12 2580 12258
    R3 4300G 2020 65 W 4/8 2557 11017
    R5 5600G 2021 65 W 6/12 3185 19892
    R5 7600X 2022 145 W 6/12 4213 28753

    Sources:
    https://www.cpubenchmark.net/singleThread.html#desktop-thread https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8350+Eight-Core&id=1780 https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-4590+%40+3.30GHz&id=2234
    https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-10400+%40+2.90GHz&id=3737
    https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+4300G&id=3808 https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+5600G&id=4325 https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7600X&id=5033
    […]

    It's been a while.  I been getting some things ready for garden time and
    a few spring projects as well.  I looked at a few lists of CPU
    processors.  This is a bit pricey but I may try to buy a AMD Ryzen 9
    5900X 12-Core @ 3.7 GHz.  It has 4 more cores but clock speed is a
    little slower.  Even just comparing number of cores and the fairly close clock speed, that alone should make it a bit faster.  Add in that they
    make them run code more efficiently now, should be a good bit better.  I usually try to aim for 4 or 5 times more processing power.  I suspect
    this may help with encryption as well since newer CPUs have extra code
    just for that on there now.  Most of the mobos also handle a lot more
    memory as well.  I have 32GBs now.  Most support 64GB and I think I saw
    a 128GB version somewhere. 

    Just comparing CPU to CPU, what would you expect as far as increase in speed?  I'm not expecting a exact number, just curious as to how much difference I could reasonably expect. 

    Since I personally don’t have any experience with high-performance contemporary CPUs and can’t remember all those reviews I read in my newsfeed from time to time, I tend to visit benchmark sites like the aforementioned cpubenchmark.net. Those provide comparable numbers of synthetic and/or real-world benchmarks for both single- and multi-core use cases.

    The Phoronix Test Suite is another notable name, and also very
    linux-centric. I haven’t used that one myself yet, but have a look and click around:
    https://openbenchmarking.org/suites/pts

    It’s open source, so you can run it on your own machine to get comparison numbers.

    --
    Grüße | Greetings | Salut | Qapla’
    Please do not share anything from, with or about me on any social network.

    If the cops arrest a mime, do they tell her she has the right
    to remain silent?

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEVbE9o2D2lE5fhoVsizG+tUDUMMoFAmQg04YACgkQizG+tUDU MMrdKw/9FiVVhj0QsJ+vSeI/xwtVluNdue2J8AX6ZykFZ8TvgYonlz2zqLwlIj7F KUZpEMoB7/RPX+tzPaEL0BRVmvefNTym+jN3vQtHMMfgxcX+BwM0OZcGApGnZnEU EIXRjY2BKuitEm7jnSUXgmmX3u+SxexhlLMDoJOfT8vgpv9Estq1QUFXEGob0msD RqzG/2NOTe8jRxI4XZbBqQRNSG6FYUA/vDX5SG/2ThbJiZSI47OkABVYw85wgpUO Ckykwwl7QcRHcdB+RLP2QUlMCe+AJG427wzuOKIXrwvBtf78XFujsNjdkdsLqDbl 2jEiX6579FylDnbZ3PDeDNG6VG5M4CdanoaTj7K+RkgdeVVEqY+0BuwYHu+YSN0u l/uCEhbza90NVlOU8bRDrQovCOgm+Vzc4UjaKCzTKhgAI6tJcAnN2MLhA88vAMfh 1g8p0zCgszGMS5D7/UWwaU50imYbyxOokYorKI++QKReAlbLQqg7v7OCfFeKq/8A uY1zVTMBtWFA0l+ZgWVADp2J/6Ouc3M1qjEbbLYRcJiUnSxNUQ3B396Gco5Kwcmc 3k8th/c/GrKK8xfvRsDknTyScW6ZmgY5CgZnP/EOFbjsUcogRCqQ8ws8eS3L5rTZ hyfzRF5DlEKXeW+m5BqplzCGv85MuUu0aXcKD6GGqlzZiKb4hOI=
    =pIC
  • From Wols Lists@21:1/5 to Dale on Mon Mar 27 11:40:01 2023
    On 27/03/2023 01:18, Dale wrote:
    Thanks for any light you can shed on this.  Googling just leads to a ton
    of confusion.  What's true 6 months ago is wrong today.  :/  It's hard
    to tell what still applies.

    Well, back in the days of the megahurtz wars, a higher clock speed
    allegedly meant a faster CPU. Now they all run about 5GHz, and anything
    faster would break the speed of light ... so how they do it nowadays I
    really don't know ...

    Cheers,
    Wol

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Steinmetzger@21:1/5 to All on Mon Mar 27 12:40:01 2023
    Am Sun, Mar 26, 2023 at 07:18:09PM -0500 schrieb Dale:

    I used to use the bogomips number as a rough guide.  Thing is, the new
    CPU has a lower bogomips number than my current CPU does.  That doesn't
    seem right.

    Bogomips seems to be veeeery simple, because it takes the current frequency into account. So the number will be low when your PC idles and very high
    when you compile something. The “bogo” stands for bogus for a reason.

    From Wikipedia [https://en.wikipedia.org/wiki/BogoMips]:
    “It is not usable for performance comparisons among different CPUs.”

    So, I guess that number no longer means much.  So, I went
    digging on the site you linked to.  I found this but not sure what to
    make of it. 


    https://openbenchmarking.org/vs/Processor/AMD+Ryzen+9+5900X+12-Core,AMD+FX-8350+Eight-Core

    Some tests, my CPU is faster.  Most, the new one is faster.

    Your CPU is not faster at any of them. Look at the label at the top of each graph; for some tests, lower is better (as in “time taken for a task”).

    For instance, the GnuPG test for encrypting a 2 GB file takes 11.6 seconds
    on the Ryzen, and 19.4 on your CPU. The test is single-threaded, so for this kind of task, you can expect around a ⅔ increase in performance per core (or rather, thread). OTOH, the m-queens 1.2 test is multi-threaded and you get
    39 s vs 238 s, meaning over 5 times more performance. Probably at lower electricity draw.

    I'm trying to figure if I'd be better in the
    long run to buy that expensive CPU or pick one of the cheaper ones you mentioned.  I started off with a 4 core on current rig and went to 8
    core and slightly higher frequency.  Money wise it was pretty painless. 
    I could do that again with new rig.

    Of course, only you can answer that in the end. Write down what you need and what you care about. Weigh those factors. Then decide. Raw CPU power, electricity bill, heat budget (cooling, noise, dust), the “new and shiny” factor (like DDR5), and price. As I mentioned earlier, the 7xxx-X series are hotheads. But when run with a lower power budget, they are very efficient (which is basically what the non-X do).

    Compiles will speed up no matter what CPU you choose. But where else do you need compute power? Video transcodes can be done in the background, and
    there is also a limit to what parallelisation can achieve. Encryption is
    also a non-issue for you. Even my 10 year old i3 in the NAS can encrypt over
    1 GB per second, IIRC.

    --
    Grüße | Greetings | Qapla’
    Please do not share anything from, with or about me on any social network.

    Dying is the most common cause of death.

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEVbE9o2D2lE5fhoVsizG+tUDUMMoFAmQhcdoACgkQizG+tUDU MMrSjRAAg0LrOPuq1AOUgwoiDTOGBTD+z+YP3r85sfU4olVuHI1QaTqhFoWRuiz4 wFsvrASNqDOenwU3YRbgPlyNFnA01cXSz+5IHs1t8Cu8MZdDvEyepUhf89qdkXm4 DnhRG6H97Ih3teTuwHqdDSENkH9HelEkuV4YyR7W+Na3hy9bPTQSr/A12wiQYRI/ CwA03qHzzMcxTJBl7GOh5GaSEE7q4UiHtFBHL1sa/b4Bn3RhFzvPZ9kD5/oWuvmz 6JOde2aqPUXtX8ZEtNt1yo5oa/j4yrQ3le16z9ks/TlGdl+y/KGrYYL7qNFPANsN yewGUQJtTGfWPBzfLdpImL+nrKlsJp/swOKIL0C8tEcJrBYnof8FdPULRN60mzDv rYHJMulCpNbGLmcdD3OQ9urlz41q8HZU4fzxRxx7QTq93KnF1rXqymXBu75itfzO Sq7onrsIbPLhZUcBzuUsrgTCgvMNcCLb9ehd6ACdETWvg0HwZo5mTaFm8k+QhEtd Ud5ID+BjY7PIyFTH1vmTJNUBOFdzo4Bax6tt2Yz3aTLB5xlDrParbAcmAP6tu12L 389QNaCYGFhUw+MddoKxJhsdUzVrPHU5hSgod1dgfSFe4ryVH7a6eMvJ702rGM7x K+4/IquHre5KbaMaKug8lglcqHWs3hIoGzm+zqzGnwQN8CjEp5w=
    =pYGS
    -----END PGP SIGNATURE-----

    --- SoupGate-W
  • From Rich Freeman@21:1/5 to Warp_7@gmx.de on Mon Mar 27 13:30:01 2023
    On Mon, Mar 27, 2023 at 6:37 AM Frank Steinmetzger <Warp_7@gmx.de> wrote:

    Bogomips seems to be veeeery simple, because it takes the current frequency into account. So the number will be low when your PC idles and very high
    when you compile something. The “bogo” stands for bogus for a reason.


    Just to add to this, you need to also keep in mind its purpose. The
    kernel needs to be able to measure timings that wouldn't make sense to
    measure using a timer chip (lots of reasons for this). So it uses a
    timer chip to calibrate a delay loop. I don't know what instructions
    are being executed in the delay loop but the obvious design goal with
    a delay loop is maximum consistency with a short enough time per
    iteration that you have sufficient resolution. The BogoMIPS output is
    just telling you what the calibration factor was for each cycle of the
    loop. It is about as synthetic a benchmark as you can get, and it
    measures how quickly your CPU can execute code designed to do nothing
    more than waste time.


    Of course, only you can answer that in the end. Write down what you need and what you care about. Weigh those factors. Then decide. Raw CPU power, electricity bill, heat budget (cooling, noise, dust), the “new and shiny” factor (like DDR5), and price. As I mentioned earlier, the 7xxx-X series are hotheads. But when run with a lower power budget, they are very efficient (which is basically what the non-X do).

    Are they actually hotheads on an energy consumed per unit of work
    basis? As you say, they're efficient. If the CPU has 2x the power
    draw, but does 2.5x as much work in a unit of time than the "cooler"
    CPU you're comparing it to, then actually doing any job is going to
    consume less electricity and produce less heat - it is just doing it
    faster.

    Max sustained power draw matters for cooling and electrical design
    (the latter being something users typically don't try to change). It
    isn't really a measure of thermal efficiency since that requires
    incorporating some measure of work getting done.

    A recent trend is upping the power draw of CPUs/GPUs to increase their throughput, but as long as efficiency remains the same, it creates
    some thermal headaches, but doesn't actually make the systems use more
    energy for a given amount of work. Of course if you throw more work
    at them then they use more energy.

    --
    Rich

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rich Freeman@21:1/5 to antlists@youngman.org.uk on Mon Mar 27 13:40:01 2023
    On Mon, Mar 27, 2023 at 5:30 AM Wols Lists <antlists@youngman.org.uk> wrote:

    On 27/03/2023 01:18, Dale wrote:
    Thanks for any light you can shed on this. Googling just leads to a ton
    of confusion. What's true 6 months ago is wrong today. :/ It's hard
    to tell what still applies.

    Well, back in the days of the megahurtz wars, a higher clock speed
    allegedly meant a faster CPU. Now they all run about 5GHz, and anything faster would break the speed of light ... so how they do it nowadays I
    really don't know ...

    Effective instructions per clock in general, and increasing core count
    are some of the big ones. I say effective because I think IPC is
    somewhat synthetic and idealized, and there are MANY bottlenecks in a
    CPU.

    Efficiency improvements that allow a CPU to boost for longer or
    increase sustained clock speed also help.

    Getting more done in a clock cycle can happen in many ways:
    1. Actually reducing the number of cycles needed to complete an
    instruction at the most elementary level.
    2. Using speculative execution to increase the number of instructions
    run in parallel.
    3. Improving branch prediction to maximize your speculative execution budget. 4. Reducing the cost of prediction errors by reducing pipelines/etc.
    5. Better cache to reduce wait time.
    6. Better internal IO to reduce wait time.
    7. Better external IO (esp RAM) to reduce wait time.

    Those are just ones I've thought of offhand. I'm sure there are tons
    of info on which ones matter the most in practice, and things I
    haven't thought of.

    --
    Rich

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Steinmetzger@21:1/5 to All on Mon Mar 27 15:00:01 2023
    Am Mon, Mar 27, 2023 at 07:24:47AM -0400 schrieb Rich Freeman:

    Of course, only you can answer that in the end. Write down what you need and
    what you care about. Weigh those factors. Then decide. Raw CPU power, electricity bill, heat budget (cooling, noise, dust), the “new and shiny”
    factor (like DDR5), and price. As I mentioned earlier, the 7xxx-X series are
    hotheads. But when run with a lower power budget, they are very efficient (which is basically what the non-X do).

    Are they actually hotheads on an energy consumed per unit of work
    basis? As you say, they're efficient. If the CPU has 2x the power
    draw, but does 2.5x as much work in a unit of time than the "cooler"
    CPU you're comparing it to, then actually doing any job is going to
    consume less electricity and produce less heat - it is just doing it
    faster.
    […]
    A recent trend is upping the power draw of CPUs/GPUs to increase their throughput, but as long as efficiency remains the same, it creates
    some thermal headaches, but doesn't actually make the systems use more
    energy for a given amount of work. Of course if you throw more work
    at them then they use more energy.

    Back in the day, CPUs were sold to run at an optimum work point, meaning a compromise between silicon wafer yield, power consumption and performance. Some of the chips were so good, they had the potential for overclocking, meaning they are stable enough to be clocked higher and to handle the heat. (But at no guarantee from the manufacturer, I presume. So if you grill it, it’s your loss.) And heat there was: you could increase a CPU from 4 GHz to 4.4 GHz (10 % increase), but at a lot more power draw than just 10 %. The performance curve flattens at the high end; processing power does not scale linearly with power consumption beyond a certain point (else we would do it already).

    These days, modern high-end CPUs seem to come over-clocked from the factory. Instead, if the user wants to run at a more efficient mode, the BIOS offers ways to tune down the power budget. You lose 10..20 % in performance, but
    gain 20 K in cooling and 30 % or more in power consumption.

    10 years ago, when the very efficient Core architecture swept the market,
    the high-end “extreme” Haswell models drew 140 W. [0] Comare that to current
    generations [1] (Intel) or [2] (AMD), those go beyond 200 W. Of course they are much much faster, but average-Joe doesn’t need that.

    Looking at concrete examples, the Ryzen 7900 has 3.7 GHz sustained max frequency (meaning no thermal throttling) at 65 W. The 7900X has 4.7 GHz (a quarter more) and 200 MHz more boost frequency, but is rated at 2½ times the wattage. The TDP does not tell you how much power the chip takes at most anymore (it can actually take much more in bursts or when it is still cool), but for how much thermal energy the cooling system needs to be designed in order to keep up the maximum (non-turbo, I think) frequency under load. This means that for a short time or on a low number of cores, the non-X can
    sustain almost as much boost clock as the X (it is the same silicon, after all), but once the cooling can’t keep up, it will throttle.

    I’m not very good at explaining the math or providing hard numbers from memory, because all I know about this matter is from reading the occasional review. So please have a read yourself (see below). Another reason to take
    my word with a grain of salt: I am biased towards environmentally friendly choices. Power may still be cheap where you live, but every kWh produced has an impact on the globe.


    Power efficiency (“points per Watt” metric): https://www.techpowerup.com/review/amd-ryzen-9-7900x/24.html
    Ryzen 7 5700G (i.e. laptop APU): 240.7 points
    Ryzen 7 5700X: 84.5
    Ryzen 7 7700X: 83.0
    Ryzen 9 7900X: 47.2 at stock (meaning no down-scaling)

    A comparison at https://www.xda-developers.com/amd-ryzen-9-7900-review/
    shows only around 10 % more performance for the 7900X vs. the 7900:
    “The Ryzen 9 7900 is essentially the 7900X without PBO enabled, but it
    would be a waste to spend more money on essentially the same chip to then
    underclock it for better thermal performance. It's a better value choice
    to pick up the Ryzen 9 7900 and then boost up to 7900X-level performance
    through a simple BIOS toggle. After this has been carried out, performance
    is pretty much identical.”

    Some more reading fodder: https://www.anandtech.com/show/18693/the-amd-ryzen-9-7900-ryzen-7-7700-and-ryzen-5-5-7600-review-ryzen-7000-at-65-w-zen-4-efficiency


    [0] https://en.wikipedia.org/wiki/Haswell_(microarchitecture)
    [1] https://en.wikipedia.org/wiki/Alder_Lake
    [2] https://en.wikipedia.org/wiki/Zen_4

    --
    Grüße | Greetings | Qapla’
    Please do not share anything from, with or about me on any social network.

    “If privacy is outlawed, only outlaws will have privacy.” – Phil Zimmermann

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEVbE9o2D2lE5fhoVsizG+tUDUMMoFAmQhkgAACgkQizG+tUDU MMovSw//deUIk9eGGKzuXbYGBH6Em43zxuNv5D9FrSi+eVXhDdEW+ivRW/zimnQF 4vceE0VQ3D61L2tKfydNH27Z76+xl0b+XACechmD87X/My3CV+jbcoGtIp4hdaZ4 1sDs5j0/nPZ4noZ1OQT+IzuSOVn/HWhh2oa4d4p+zvcYTkMSZC+5CswD8lMbKcle C6OzczQ+8ztp7N/wJEJKBTO344c2GRrKMTi0Yzx/B1X9FOu6BAFsMlA/dcJFvTdQ 1ZVegJSVkXaJia0q/qr981COL0dslyPZU6OG1SJ0QD3bjODyqTFJYZaksZmycjPG eB/NViAo9t+kmq4LlLgXMA0gKlvx6Q6K8qHkTgpcrxwVGtUMIFPhAI33KAY86s9y aXJdAvJO79Z1ycma/ritI8985VOqRfMiqNkSMS34cfY81ELeQftCwqXwwkps6ekN rIL0Z0O5QbH9WWoowpwt7K945jtJTj4qsd2BWFXZjeBPYpBkb9+xl8TIx2FT0071 jt3+CW4JRQtGEu8vM5cKsLVU65wRHMGwihde3YUu/TChQj/f/1Wc6PmQ47P1FbXj lEtCfDysqOOsuTX4i/zlN4w696c/r9L/gdLgzanpl1klpco07/mSqnx7pZJgIEBI 938sjMHQLzx/+RYuydYN6HnrLYNxcwKMCBsIXXkH2f3vV48oCuA=
    =QXYE
    ----
  • From Wol@21:1/5 to Frank Steinmetzger on Mon Mar 27 15:40:01 2023
    On 27/03/2023 13:54, Frank Steinmetzger wrote:
    Back in the day, CPUs were sold to run at an optimum work point, meaning a compromise between silicon wafer yield, power consumption and performance. Some of the chips were so good, they had the potential for overclocking, meaning they are stable enough to be clocked higher and to handle the heat. (But at no guarantee from the manufacturer, I presume. So if you grill it, it’s your loss.)

    I remember one supplier, can't remember exactly the details, but it was something like "we supply overclocked chips to save you money. If you
    fry your chip within (18 months it might have been) we'll replace the
    chip with one spec'd at the higher price".

    They'd done the maths, and it was something like the chip would probably survive the warranty, and once the warranty expired, chip prices would
    have fallen to the point the customer could use the savings and replace
    a failed chip. Win win ...

    Cheers,
    Wol

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peter Humphrey@21:1/5 to All on Mon Mar 27 15:50:01 2023
    On Monday, 27 March 2023 11:37:17 BST Frank Steinmetzger wrote:

    Compiles will speed up no matter what CPU you choose. But where else do you need compute power? Video transcodes can be done in the background, and
    there is also a limit to what parallelisation can achieve. Encryption is
    also a non-issue for you. Even my 10 year old i3 in the NAS can encrypt over 1 GB per second, IIRC.

    Another heavy-load case is BOINC projects [1], which load all CPU threads, or
    a proportion of them, with floating-point calculations. I run 24 threads continuously on this Ryzen 9 and 9 threads on the older I7, except during Gentoo updates.

    I haven't looked into CPU comparisons for this kind of load, preferring to
    rely on workstations from a known high-performance system builder [2].

    1. https://boinc.berkeley.edu/ - the Berkeley Open Infrastructure for Network Computing.

    2. https://armari.com/ . They specialise in systems for financial trading in the City of London, where (I'm told) milliseconds count, as well as
    reliability of course.

    --
    Regards,
    Peter.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)