]> git.proxmox.com Git - pmg-docs.git/blob - pmgperf.adoc
api-viewer: adapt and add flex for parameter coolumns
[pmg-docs.git] / pmgperf.adoc
1 [[chapter_pmgperf]]
2 ifdef::manvolnum[]
3 pmgperf(1)
4 ==========
5 :pmg-toplevel:
6
7 NAME
8 ----
9
10 pmgperf - Proxmox Simple Performance Benchmark
11
12
13 SYNOPSIS
14 --------
15
16 include::pmgperf.1-synopsis.adoc[]
17
18
19 DESCRIPTION
20 -----------
21 endif::manvolnum[]
22 ifndef::manvolnum[]
23 Proxmox Simple Performance Benchmark
24 ====================================
25 :pmg-toplevel:
26 endif::manvolnum[]
27
28 This tool tries to gather some CPU/Hardisk performance data on the
29 hardisk (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
39 least 40 MB/sec
40
41 * AVERAGE SEEK TIME: tests average seek time. Fast SCSI HDs reach
42 values < 8 milliseconds. Common IDE/SATA disks get values from 15 to
43 20 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
47 backed 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
54 ifdef::manvolnum[]
55 include::pmg-copyright.adoc[]
56 endif::manvolnum[]
57