Or is it only me?

  • Lyra_Lycan@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    36
    ·
    edit-2
    1 day ago

    Same happens opening Windows Task Manager, my older server rig used to lock up frequently, stalling programs like Home Assistant, and the only thing I had to do to fix it was remote in and open Task Manager. CPU usage dropped to between 70% and 30%.

    This, incidentally, was why I was convinced I needed better hardware for a dedicated Proxmox rig. I was very wrong. With Windows, I can barely run three services (HA, AgentDVR, Emby) alongside their stupid NTFS scan and antivirus. With Proxmox I can run 20 services with no issue. CPU is usually 60%-70% with everything.

    • the_crotch@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      arrow-down
      3
      ·
      1 day ago

      I’m running like 18 machines inside of hyper-v and don’t have that problem. Were you using a consumer version of windows or something?

  • macniel@feddit.org
    link
    fedilink
    arrow-up
    55
    arrow-down
    1
    ·
    1 day ago

    Well it does make sense that the CPU has to work a bit when loading a new program.

    • sorter_plainview@lemmy.today
      link
      fedilink
      arrow-up
      28
      arrow-down
      1
      ·
      1 day ago

      All four cores at 100%? We don’t see that kind of spike when we open some other application right? Is it the experience of everyone? Or am I wrong in this?

      • rtxn@lemmy.worldM
        link
        fedilink
        arrow-up
        59
        ·
        1 day ago

        That first data point is simply invalid. Ignore it. Monitoring software usually report some kind of statistic (mean, median, min/max, etc) taken from measurements over a period of time instead of the instantaneous value when the report is updated. But they can’t do that for the first data point when the application is launched because there’s no time period over which to measure it.

      • Eheran@lemmy.world
        link
        fedilink
        arrow-up
        31
        ·
        1 day ago

        Unless bottlenecked somewhere else, we would want to see 100 % with everything that takes more than some milliseconds.

        • c10l@lemmy.world
          link
          fedilink
          arrow-up
          11
          ·
          1 day ago

          This is the real answer. Other apps might be bottlenecked by IO so the CPU doesn’t work as hard. Get faster disks, the CPU will see more use. Since top is so small that it loads into memory almost instantly, and has no need for further IO, the CPU is free to spin all the way!

          People get worked up when CPU usage is high, but unless there’s a resource leak somewhere, that just means the computer is working at full efficiency.

        • betterdeadthanreddit@lemmy.world
          link
          fedilink
          English
          arrow-up
          12
          ·
          1 day ago

          It’s like when the boss walks in so everybody becomes visibly busy. Never want to look like you could be the couple pennies shaved off the budget when management bonus calculation time comes around.

      • fuckwit_mcbumcrumble@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 day ago

        Absolutely. That’s why race to idle is a thing. As soon as the CPU is fed cycles it races to complete the task as quickly as possible. When the program first launches and starts monitoring the only thing it knows is that it was just doing something. It hasn’t had a change to not do something. It’s now completed its race and now it’s able to relax for a second and idle.

      • Jerkface (any/all)@lemmy.ca
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago

        It’s going to be an artifact of the data collection method. The sample size is extremely small and taken during the period where top has never stopped running.

  • a14o@feddit.org
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    Same, but if you haven’t aliased top to btm --battery you’re not really living

    • slacktoid@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      19 hours ago

      No, but I don’t see the value in using the GUI for something that can be gotten with less complexity and overhead.

    • Radioactive Butthole@reddthat.com
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      1
      ·
      edit-2
      1 day ago

      No but sometimes you’re in a terminal anyway and its trivial to pop open a new tab and run an arbitrary command. It isn’t that we hate GUI; TUI/CLI is just objectively faster for a lot of things.