<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/vma-stat/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/vma-stat/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 20 Oct 2015 13:45:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vma-stat/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Alexey Arkhipenko</title><link>https://sourceforge.net/p/vma-stat/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,42 @@
-Welcome to your wiki!
+Analyze VMA Vmware IOPS and MBPS statistics

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+I tested these using 60GB output logs and it works.
+
+How to install:
+- Download latest apache+php+mysql package, for example OpenServer.
+- Edit mysql.php and input mysql host, user, password, db.
+- You may need to increase maximum runtime in php.ini significantly, depending on you system speed and size of your logs
+- Create your database. Initialize your database with vma-stat.sql
+
+How to use:
+- Put your vmware vma logs into vmware-data folder
+- Run vmware-load.php This will fill perf2 table with data
+- Run vmware-load2.php This will fill perf table with data based on perf2 table
+- Now you can use phpmyadmin to analyze perf table data and maybe mark some rows with p_bad=1 so that they will not be counted in resulting statistics (usually too big values).
+- Run vmware-stat.php This will create vmware-result.csv file based on perf table.
+
+Additional statistics
+- Run vmware-loadhosts.php This will fill perf3 table with data
+- Run vmware-stathosts.php This will show host-based statistics based on perf3 table
+
+To run just open load-mysql.php or sync-mysql.php in browser
+
+Здесь можно смотреть исходные данные в удобном SQL виде:
+Две таблицы в базе mon:
+Perf2 – фактически исходные данные в формате:
+p_time            p_host p_field p_name          p_value
+2015-08-11 17:04:40  vmware-data/13205.csv       Reads/sec      Disk Adapter(vmhba0)      3519780
+
+Пример запроса:
+SELECT * FROM perf2 WHERE p_time&amp;gt;='2015-08-11 17:04:00' AND p_time&amp;lt;'2015-08-11 17:05:00' ORDER BY p_value DESC;
+
+Perf – агрегированные данные за минуты в формате:
+p_time p_host           p_field p_type p_avg  p_max
+2015-08-11 17:04:00  vmware-data/13205.csv       Reads/sec            Physical Disk Adapter(        879945            3519780
+
+Пример запроса:
+SELECT * FROM perf WHERE p_time='2015-08-11 17:04:00' ORDER BY p_max DESC;
+

 The wiki uses [Markdown](/p/vma-stat/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Arkhipenko</dc:creator><pubDate>Tue, 20 Oct 2015 13:45:59 -0000</pubDate><guid>https://sourceforge.net9ab38a1f7d5bd10a85a925e7419a82149a6badde</guid></item><item><title>Home modified by Alexey Arkhipenko</title><link>https://sourceforge.net/p/vma-stat/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/vma-stat/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/rualark/"&gt;Alexey Arkhipenko&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-562644c8c4314345f851b057" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexey Arkhipenko</dc:creator><pubDate>Tue, 20 Oct 2015 13:42:32 -0000</pubDate><guid>https://sourceforge.net6375c98841c4fab2c670374faf890132ec5f5aea</guid></item></channel></rss>