Recent content by burgerkill

  1. B

    how to check resource per-vm

    hello, I want to ask about 1. how to check resource usage per-vm (like xentop under xen) 2. it's possible oversell cpu & memory on proxmox? Absolutely if I using vm thanks before
  2. B

    Get High Virtual Memory On Node

    you mean high virtual memory because memory used by the VM? no. I'm using pure hdd. HDD > backplane > motherboard sda: using default for proxmox sdb: mount point for /backup below this my i/o from one vm dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync && rm -f test && sleep 5 16384+0...
  3. B

    Get High Virtual Memory On Node

    here is my config cores: 4 ide0: local:100/vm-100-disk-1.qcow2,size=300G ide2: none,media=cdrom memory: 24832 name: 232 net0: e1000=AE:D5:69:B2:DC:xx,bridge=vmbr0 numa: 0 ostype: other smbios1: uuid=0bac1450-1821-44db-b68c-e5f1xx sockets: 1 bootdisk: ide0 cores: 2 cpulimit: 6 ide0...
  4. B

    Get High Virtual Memory On Node

    hello all, I have installed proxmox on supermicro X8DTT with spec dual xeon E5630, memory 48GB, 2x 1TB seagate ST1000DM003-1SB1 (pure hdd) my problem is why I get high virtual memory on node? so I get unstable i/o on vm. sometimes I get good i/o (200 MB/s) and low i/o (6 MB/s) this bellow my...
  5. B

    [SOLVED] [Help] 2 subnet with 1 nic ?

    Hi all, I'm trying configure network with proxmox host but I am finding some problems. my idea is configure 2 subnets on the same NIC. below this is my network configuration auto lo iface lo inet loopback #public auto vmbr0 iface vmbr0 inet static address 103.xx.xx.xx netmask...
  6. B

    how to active 2 ethernet on proxmox

    Hello all I have some trouble with proxmox node. if I configure 2 interface with this my guest (kvm) is can't connect to access internet. please advice to fix this :)