]> git.proxmox.com Git - pmg-docs.git/commitdiff
pmgperf.adoc: new manual page
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 23 Feb 2017 10:33:55 +0000 (11:33 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 23 Feb 2017 10:33:55 +0000 (11:33 +0100)
pmgperf.adocpmgperf.adoc# On branch master

pmg-admin-guide.adoc
pmgperf.adoc [new file with mode: 0644]

index 0a96b1d22aefc54b755f7a5f19a66078266198b2..44b277010882642aaa498889c776f320c33f9e52 100644 (file)
@@ -73,6 +73,8 @@ include::pmgdb.adoc[]
 
 include::pmgsh.adoc[]
 
+include::pmgperf.adoc[]
+
 :leveloffset: 0
 
 
@@ -86,6 +88,12 @@ Command Line Interface
 include::pmgsh.1-synopsis.adoc[]
 
 
+*pmgperf* - Proxmox Simple Performance Benchmark
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+include::pmgperf.1-synopsis.adoc[]
+
+
 *pmgconfig* - Configuration Management Toolkit
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
diff --git a/pmgperf.adoc b/pmgperf.adoc
new file mode 100644 (file)
index 0000000..6503102
--- /dev/null
@@ -0,0 +1,57 @@
+[[chapter_pmgperf]]
+ifdef::manvolnum[]
+pmgperf(1)
+==========
+:pmg-toplevel:
+
+NAME
+----
+
+pmgperf - Proxmox Simple Performance Benchmark
+
+
+SYNOPSIS
+--------
+
+include::pmgperf.1-synopsis.adoc[]
+
+
+DESCRIPTION
+-----------
+endif::manvolnum[]
+ifndef::manvolnum[]
+Proxmox Simple Performance Benchmark
+====================================
+:pmg-toplevel:
+endif::manvolnum[]
+
+This tool tries to gather some CPU/Hardisk performance data on the
+hardisk (mounted at 'path').
+
+* CPU BOGOMIPS: bogomips sum of all CPUs
+
+* REGEX/SECOND: regular expressions per second (perl performance
+  test), should be above 300000
+
+* HD SIZE: harddisk size
+
+* BUFFERED READS: simple HD read test. Modern HDs should reach at
+least 40 MB/sec
+
+* AVERAGE SEEK TIME: tests average seek time. Fast SCSI HDs reach
+values < 8 milliseconds. Common IDE/SATA disks get values from 15 to
+20 ms. SSD seek times should be below 1ms.
+
+* FSYNCS/SECOND: value should be greater than 200 (you should enable
+'write back' cache mode on you RAID controller - needs a battery
+backed cache (BBWC)).
+
+* DNS EXT: average time to resolve an external DNS name
+
+* DNS INT: average time to resolve a local DNS name
+
+
+ifdef::manvolnum[]
+include::pmg-copyright.adoc[]
+endif::manvolnum[]
+