]> git.proxmox.com Git - pmg-docs.git/blame - pmgperf.adoc
add SSL ceriticate generation doc
[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
4219e0d7
DM
28The command line tool `pmgperf` tries to gather some general
29performance data. This is mostly useful for debugging and to identify
30performance bottlenecks. It computes the following metrics:
bcd3ebca 31
4219e0d7
DM
32[horizontal]
33CPU BOGOMIPS:: bogomips sum of all CPUs
bcd3ebca 34
4219e0d7
DM
35REGEX/SECOND:: regular expressions per second (perl performance
36 test), should be above 1000000.
bcd3ebca 37
4219e0d7 38HD SIZE:: harddisk size
bcd3ebca 39
4219e0d7
DM
40BUFFERED READS:: simple HD read test. Modern HDs should reach at
41least 100 MB/sec
bcd3ebca 42
4219e0d7 43AVERAGE SEEK TIME:: tests average seek time. Fast SCSI HDs reach
bcd3ebca
DM
44values < 8 milliseconds. Common IDE/SATA disks get values from 15 to
4520 ms. SSD seek times should be below 1ms.
46
4219e0d7 47FSYNCS/SECOND:: value should be greater than 200 (you should enable
bcd3ebca
DM
48'write back' cache mode on you RAID controller - needs a battery
49backed cache (BBWC)).
50
4219e0d7 51DNS EXT:: average time to resolve an external DNS name
bcd3ebca 52
4219e0d7 53DNS INT:: average time to resolve a local DNS name
bcd3ebca 54
4219e0d7
DM
55Here is an example output generated by the tool:
56
57----
58# pmgperf
59CPU BOGOMIPS: 16759.60
60REGEX/SECOND: 1186304
61HD SIZE: 60.78 GB (/dev/sda1)
62BUFFERED READS: 209.84 MB/sec
63AVERAGE SEEK TIME: 1.24 ms
64FSYNCS/SECOND: 2198.79
65DNS EXT: 35.69 ms
66DNS INT: 1.41 ms (yourdomain.tld)
67----
bcd3ebca
DM
68
69ifdef::manvolnum[]
70include::pmg-copyright.adoc[]
71endif::manvolnum[]
72