• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Jellyfin CPU usage "jump" every 5 minutes

     
    • 0 Vote(s) - 0 Average

    Jellyfin CPU usage "jump" every 5 minutes

    biohead
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #1
    2024-12-29, 10:51 AM
    I'm running two independent instances of JF as LXCs in Proxmox. They're completely independent - separate LXC, separate libraries.
    One of them seems to be running a task every 5 minutes that I'm struggling to trace. It results in a tiny CPU jump every 5 minutes - negligible really, but it's there on one and not the other. It's not always been present either, so I'm just trying to see what's happened in order t ofix it.

    [Image: Ow9yZnQ.png]

    In the grand scheme of things, it's not affecting anything - but the other instance doesn't do this so I'm trying to trace it to see if needs intervention.
    I've checked the scheduled tasks and it doesn't seem to align with anything in there.

    I enabled the full debug log and attached (had to zip as was 6mb for just 2 events). There's an awful lot in there relating to Microsoft ASPcore but not sure if that's the 

    When I check in htop, it just points to "/usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg" with no extra info on the task. 
    I've tried to use ps aux when it's running and logging to a file but I either seem to be missing it or it's not got the details.
    Code:
    USER        PID %CPU %MEM    VSZ  RSS TTY      STAT START  TIME COMMAND
    root          1  0.0  0.5 102160 11776 ?        Ss  08:33  0:00 /sbin/init
    root          54  0.0  2.1  77556 44288 ?        Ss  08:33  0:01 /lib/systemd/systemd-journald
    systemd+      98  0.0  0.3  17896  8320 ?        Ss  08:33  0:00 /lib/systemd/systemd-networkd
    root        105  0.0  0.1  3600  2176 ?        Ss  08:33  0:00 /usr/sbin/cron -f
    message+    106  0.0  0.2  9136  4352 ?        Ss  08:33  0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
    root        113  0.0  0.3  17020  7808 ?        Ss  08:33  0:00 /lib/systemd/systemd-logind
    root        132  0.0  0.0  2516  1536 pts/0    Ss+  08:33  0:00 /sbin/agetty -o -p -- \u --noclear --keep-baud - 115200,38400,9600 linux
    root        133  0.0  0.1  6124  3712 pts/1    Ss  08:33  0:00 /bin/login -p --
    root        134  0.0  0.0  2516  1664 pts/2    Ss+  08:33  0:00 /sbin/agetty -o -p -- \u --noclear - linux
    root        135  0.0  0.4  15432  8832 ?        Ss  08:33  0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
    jellyfin    137  0.0 16.6 274236076 348232 ?    Ssl  08:33  0:29 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg
    root        288  0.0  0.1  42660  3864 ?        Ss  08:33  0:00 /usr/lib/postfix/sbin/master -w
    postfix      289  0.0  0.2  43048  5760 ?        S    08:33  0:00 pickup -l -t unix -u -c
    postfix      290  0.0  0.2  43092  5760 ?        S    08:33  0:00 qmgr -l -t unix -u
    root        353  0.0  0.5  17992 10624 ?        Ss  08:34  0:00 sshd: root@pts/3
    root        356  0.0  0.4  18756 10112 ?        Ss  08:34  0:00 /lib/systemd/systemd --user
    root        357  0.0  0.2 103220  4584 ?        S    08:34  0:00 (sd-pam)
    root        373  0.0  0.1  4976  3840 pts/3    Ss  08:34  0:00 -bash
    root        454  0.0  0.1  4984  3968 pts/1    S    08:44  0:00 -bash
    root        457  0.0  0.1  4744  3328 pts/1    S+  08:44  0:00 htop
    root        465  0.0  0.1  8100  4096 pts/3    R+  08:45  0:00 ps aux

    Has anyone got some guidance on next steps I can follow?


    Attached Files
    .zip   Log.zip (Size: 244.73 KB / Downloads: 57)
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin CPU usage "jump" every 5 minutes - by biohead - 2024-12-29, 10:51 AM
    RE: Jellyfin CPU usage "jump" every 5 minutes - by TheDreadPirate - 2024-12-29, 06:26 PM
    RE: Jellyfin CPU usage "jump" every 5 minutes - by biohead - 2024-12-29, 07:17 PM
    RE: Jellyfin CPU usage "jump" every 5 minutes - by TheDreadPirate - 2024-12-29, 10:13 PM
    RE: Jellyfin CPU usage "jump" every 5 minutes - by biohead - 2024-12-30, 08:04 AM
    RE: Jellyfin CPU usage "jump" every 5 minutes - by TheDreadPirate - 2024-12-30, 02:14 PM
    RE: Jellyfin CPU usage "jump" every 5 minutes - by biohead - 2024-12-30, 02:41 PM
    RE: Jellyfin CPU usage "jump" every 5 minutes - by waddoo - 2025-01-03, 11:08 PM
    RE: Jellyfin CPU usage "jump" every 5 minutes - by bitmap - 2025-01-03, 11:19 PM
    RE: Jellyfin CPU usage "jump" every 5 minutes - by biohead - 2025-01-05, 12:31 PM
    RE: Jellyfin CPU usage "jump" every 5 minutes - by biohead - 2025-01-05, 02:45 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode