]> git.proxmox.com Git - pve-docs.git/blame - pveperf.adoc
new file pve-docs-mediawiki-import.in
[pve-docs.git] / pveperf.adoc
CommitLineData
fcace69a
FG
1ifdef::manvolnum[]
2PVE({manvolnum})
3================
4include::attributes.txt[]
5
6NAME
7----
8
9pveperf - the Proxmox benchmark
10
11
12SYNOPSIS
13--------
14
15include::pveperf.1-synopsis.adoc[]
16
17DESCRIPTION
18-----------
19endif::manvolnum[]
20
21ifndef::manvolnum[]
22pveperf - Proxmox VE Benchmark Script
23=====================================
24include::attributes.txt[]
25endif::manvolnum[]
26
27Tries to gather some CPU/hard disk performance data on the hard disk
28mounted at `PATH` (`/` is used as default):
29
30CPU BOGOMIPS:: bogomips sum of all CPUs
31
32REGEX/SECOND:: regular expressions per second (perl performance test), should
33be above 300000
34
35HD SIZE:: hard disk size
36
37BUFFERED READS:: simple HD read test. Modern HDs should reach at least 40
38MB/sec
39
40AVERAGE SEEK TIME:: tests average seek time. Fast SCSI HDs reach values < 8
41milliseconds. Common IDE/SATA disks get values from 15 to 20 ms.
42
43FSYNCS/SECOND:: value should be greater than 200 (you should enable `write
44back` cache mode on you RAID controller - needs a battery backed cache (BBWC)).
45
46DNS EXT:: average time to resolve an external DNS name
47
48DNS INT:: average time to resolve a local DNS name