]> git.proxmox.com Git - pmg-docs.git/blame - pmgperf.adoc
pmgperf.adoc: new manual page
[pmg-docs.git] / pmgperf.adoc
CommitLineData
bcd3ebca
DM
1[[chapter_pmgperf]]
2ifdef::manvolnum[]
3pmgperf(1)
4==========
5:pmg-toplevel:
6
7NAME
8----
9
10pmgperf - Proxmox Simple Performance Benchmark
11
12
13SYNOPSIS
14--------
15
16include::pmgperf.1-synopsis.adoc[]
17
18
19DESCRIPTION
20-----------
21endif::manvolnum[]
22ifndef::manvolnum[]
23Proxmox Simple Performance Benchmark
24====================================
25:pmg-toplevel:
26endif::manvolnum[]
27
28This tool tries to gather some CPU/Hardisk performance data on the
29hardisk (mounted at 'path').
30
31* CPU BOGOMIPS: bogomips sum of all CPUs
32
33* REGEX/SECOND: regular expressions per second (perl performance
34 test), should be above 300000
35
36* HD SIZE: harddisk size
37
38* BUFFERED READS: simple HD read test. Modern HDs should reach at
39least 40 MB/sec
40
41* AVERAGE SEEK TIME: tests average seek time. Fast SCSI HDs reach
42values < 8 milliseconds. Common IDE/SATA disks get values from 15 to
4320 ms. SSD seek times should be below 1ms.
44
45* FSYNCS/SECOND: value should be greater than 200 (you should enable
46'write back' cache mode on you RAID controller - needs a battery
47backed cache (BBWC)).
48
49* DNS EXT: average time to resolve an external DNS name
50
51* DNS INT: average time to resolve a local DNS name
52
53
54ifdef::manvolnum[]
55include::pmg-copyright.adoc[]
56endif::manvolnum[]
57