Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

ps -ef | awk -e '/qemu/ && !/awk/' | sed -e 's/[^/]*//' -e 's/ -/\n\t-/g'

root@eve-ng:~# !237
ps -ef | awk -e '/qemu/ && !/awk/' | sed -e 's/[^/]*//' -e 's/ -/\n\t-/g'
/opt/unetlab/wrappers/qemu_wrapper
        -T 0
        -D 2
        -t Conductor
        -F /opt/qemu-3.1.0/bin/qemu-system-x86_64
        -d 0
        --
        -nographic
        -device virtio-net-pci,netdev=net0,mac=50:00:00:02:00:00
        -netdev tap,id=net0,ifname=vunl0_2_0,script=no
        -device virtio-net-pci,netdev=net1,mac=50:00:00:02:00:01
        -netdev tap,id=net1,ifname=vunl0_2_1,script=no
        -smp 4
        -m 8192
        -name Conductor
        -uuid e8ff3008-e9fc-4f9f-a4ae-11188c15d471
        -drive file=virtioa.qcow2,if=virtio,bus=0,unit=0,cache=none
        -machine type=pc-1.0,accel=kvm
        -cpu host
        -serial mon:stdio
        -nographic
        -no-user-config
        -nodefaults
        -rtc base=utc
/opt/unetlab/wrappers/qemu_wrapper
        -T 0
        -D 2
        -t Conductor
        -F /opt/qemu-3.1.0/bin/qemu-system-x86_64
        -d 0
        --
        -nographic
        -device virtio-net-pci,netdev=net0,mac=50:00:00:02:00:00
        -netdev tap,id=net0,ifname=vunl0_2_0,script=no
        -device virtio-net-pci,netdev=net1,mac=50:00:00:02:00:01
        -netdev tap,id=net1,ifname=vunl0_2_1,script=no
        -smp 4
        -m 8192
        -name Conductor
        -uuid e8ff3008-e9fc-4f9f-a4ae-11188c15d471
        -drive file=virtioa.qcow2,if=virtio,bus=0,unit=0,cache=none
        -machine type=pc-1.0,accel=kvm
        -cpu host
        -serial mon:stdio
        -nographic
        -no-user-config
        -nodefaults
        -rtc base=utc

  • No labels