Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
    • APC Back-UPS ES 700G
    • ARM
    • AVM
    • AX88772A Fast Ethernet USB Adapter
    • AXIS M1144-L
    • Adaptec RAID controller
    • Android
    • Archive
    • Arduino
    • Bionx
    • Bluetooth
    • Brother
    • Cisco
    • DCPMM / NVRAM
    • Dell
    • ESP32 / ESP8266
    • HP (Hewlett Packard)
    • IPMI
    • Intel NVMe
    • LSI MegaRAID
    • Lenovo ThinkPad
    • Linpack
    • Linux Benchmark
    • Logitech Squeezebox Touch
    • Logitech
    • Mellanox
    • Micron
    • NVMe
    • OpenWRT
    • RaLink RT2500
    • Raspberry Pi
    • SmartHome
    • Snom 320 / 370
    • Solar
    • Sony KDL-55EX725
    • Supermicro
    • Surface
    • TEMPer (usb temperatur)
    • USB Serial adapter
    • Ubiquiti
    • Update Intel NIC firmware
    • Yamaha
    • ZyXEL NSA320
    • ahoy DTU
    • batteries
    • hdparm
    • iDRAC
    • memtest86+
    • smartmontools
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid

Linux kernel benchmark
http://panticz.de/Linux-Kernel-Benchmark

sysbench
https://openbenchmarking.org/test/pts/sysbench

apt-get install -y sysbench

sysbench --threads=4  cpu run --time=60

sysbench --test=cpu --num-threads=1 --cpu-max-prime=20000 run
sysbench --test=cpu --num-threads=$(cat /proc/cpuinfo | grep processor | wc -l) --cpu-max-prime=50000 run

sysbench --test=memory run
sysbench --test=memory --num-threads=$(cat /proc/cpuinfo | grep processor | wc -l) run

time sysbench --test=oltp --oltp-table-size=1000000 --mysql-db=test --mysql-user=root --mysql-password=terceS prepare
sysbench --test=oltp --oltp-table-size=1000000 --mysql-db=test --mysql-user=root --mysql-password=terceS --max-time=60 --oltp-read-only=on --max-requests=0 --num-threads=8 run

http://www.howtoforge.com/how-to-benchmark-your-system-cpu-file-io-mysql-with-sysbench

Phoronix Test Suite 4.6 (Official)
http://openbenchmarking.org/suite/pts/cpu

cd /tmp/
wget http://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_4.6.1_all.deb
apt-get install php5-cli
dpkg -i phoronix-test-suite_4.6.1_all.deb

# nbench
wget http://www.tux.org/~mayer/linux/nbench-byte-2.2.3.tar.gz -P /tmp
cd /tmp
tar xzf nbench-byte-2.2.3.tar.gz
cd /tmp/nbench-byte-2.2.3/
make

passmark (windows)
http://www.cpubenchmark.net/high_end_cpus.html

# hpc
wget http://www.netlib.org/benchmark/hpl/hpl-2.1.tar.gz
cp /usr/share/doc/hpcc/examples/_hpccinf.txt hpccinf.txt

http://khmel.org/?p=527
http://www.advancedclustering.com/faq/how-do-i-tune-my-hpldat-file.html

http://linux-sunxi.org/Benchmarks#Linpack

CPU2006
http://www.spec.org/cgi-bin/osgresults?conf=cpu2006

# apache benchmark
sudo apt-get install apache2-utils
ab -n 1000 -c 12 "http://www.your_page.com/index.html"

# test: Ubuntu package?
#apt-get install -y hpcc

classic_benchmarks
http://www.roylongbottom.org.uk/classic_benchmarks.tar.gz

phoronix-test-suite
https://github.com/phoronix-test-suite/phoronix-test-suite/releases

wget  https://github.com/phoronix-test-suite/phoronix-test-suite/releases/download/v10.8.4/phoronix-test-suite_10.8.4_all.deb
dpkg -i phoronix-test-suite_10.8.4_all.deb
apt --fix-broken install
dpkg -i phoronix-test-suite_10.8.4_all.deb 

phoronix-test-suite list-tests

ssh -X gpu-vm
#DISPLAY=:1
phoronix-test-suite benchmark namd-cuda

Links
http://www.cyberciti.biz/tips/howto-performance-benchmarks-a-web-server.html

Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung