Recent content by juliokele

  1. J

    40% CPU Usage after PVE8 to PVE9 upgrade

    Check the syslog for errors. You can also use lsmod to check for suspicious kernel modules.
  2. J

    40% CPU Usage after PVE8 to PVE9 upgrade

    The top output shows the following: User processes: 33.4% CPU usage System/kernel processes: 7.3% CPU usage High CPU usage by user processes may be caused by hidden processes, possibly due to rootkits or other malicious software. To check for these processes, install and run the unhide package...
  3. J

    40% CPU Usage after PVE8 to PVE9 upgrade

    This is very strange. To view the top 10 user processes with the highest CPU usage, please run the following command: ps -e -o pid,user,pcpu,pmem,comm --sort=-pcpu | grep -v '\[' | head -n 11
  4. J

    40% CPU Usage after PVE8 to PVE9 upgrade

    Please try using htop and post a screenshot.
  5. J

    40% CPU Usage after PVE8 to PVE9 upgrade

    To show kernel space processes, run top with extra parameter: top -H
  6. J

    40% CPU Usage after PVE8 to PVE9 upgrade

    You could try booting with an older kernel to see if that makes a difference.
  7. J

    40% CPU Usage after PVE8 to PVE9 upgrade

    After installing it, have you restarted the server?
  8. J

    40% CPU Usage after PVE8 to PVE9 upgrade

    Have you installed the intel-microcode package as pve8to9 mentioned?
  9. J

    [SOLVED] Windows 10 Guest >100% Ram Usage (Anzeigefehler?)

    Ich hatte damals Probleme mit den Performance Counters (im Jahr 2018, unter Windows 2012 R2, ich habe es fast vergessen :)). Kann es bei dir nicht auch so sein? https://forum.proxmox.com/threads/balloon-funktioniert-nicht-bei-windows-2012r2-migration-von-hyper-v-zu-proxmox-ve.43148/
  10. J

    [SOLVED] Windows 10 Guest >100% Ram Usage (Anzeigefehler?)

    Zusätzlich noch: Balloon Dienst neu installieren. Command Prompt als Administrator öffnen cd C:\Program Files\Virtio-Win\Balloon blnsvr -u blnsvr -i blnsvr status
  11. J

    Ionos Hidrive Speicher per WebDav als Onlinespeicher/Laufwerk nutzen

    Ich benutze für das Strato HiDrive (nicht für PVE oder PBS Backup!): rclone mit einer API Verbindung (OAuth). Vielleicht funktioniert es mit IONOS HiDrive auch. https://rclone.org/hidrive/ Falls die API Verbindung nicht funktioniert, kann alternativ auch WebDAV verwendet werden...
  12. J

    [SOLVED] Windows 10 Guest >100% Ram Usage (Anzeigefehler?)

    Mir scheint diese Ballon Info unvollständig zu sein. Bei mir ist z. B.: # info balloon balloon: actual=4096 max_mem=4096 total_mem=4074 free_mem=2381 mem_swapped_in=750551040 mem_swapped_out=0 major_page_faults=30068 minor_page_faults=1344892 last_update=1758047462 Ist der Treiber für das...
  13. J

    Proxmox Virtual Environment 9.0 released!

    it is not added automaticaly becouse this are close sourced propertiary packages. You need set your own manualy.
  14. J

    8 to 9 | amd64-microcode warning

    Solution is hier: https://forum.proxmox.com/threads/proxmox-virtual-environment-9-0-released.169258/post-788653
  15. J

    Proxmox Virtual Environment 9.0 released!

    Check your /etc/apt/sources.list. It should end with "main non-free contrib non-free-firmware" all the debian.org deb section. for example: deb http://ftp.de.debian.org/debian trixie main non-free contrib non-free-firmware deb http://ftp.de.debian.org/debian trixie-updates main non-free...