<?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/pynmongraph/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pynmongraph/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 29 Oct 2015 13:33:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pynmongraph/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Richard Magyar</title><link>https://sourceforge.net/p/pynmongraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -11,6 +11,9 @@
 - CSV generation for further tooling
 - Advanced metrics, such as standard deviation and weighted average
 - More to come...
+
+**Open Source**
+Feel free to fork or contribute at https://github.com/rmagyar/PyNmonGraph

 **Dependencies:  **

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Magyar</dc:creator><pubDate>Thu, 29 Oct 2015 13:33:17 -0000</pubDate><guid>https://sourceforge.net8572605aa5b73de4cd32e3677bf6d88d6f527a40</guid></item><item><title>Home modified by Richard Magyar</title><link>https://sourceforge.net/p/pynmongraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,6 +1,6 @@
 **Welcome to PyNmonGraph tool's home page!**

-Python based NMON analyzer tool based on pyNmonAnalyzer (https://github.com/madmaze/pyNmonAnalyzer)
+Python based NMON analyzer tool based on [pyNmonAnalyzer](https://github.com/madmaze/pyNmonAnalyzer)

 The goal of this tool is to provide the same (or even more) features as the Excel based nmon_analyzer tool with the following benefits:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Magyar</dc:creator><pubDate>Tue, 27 Oct 2015 08:07:06 -0000</pubDate><guid>https://sourceforge.neta32a46ec9741aae1a882c50db2316122510f9ce5</guid></item><item><title>Home modified by Richard Magyar</title><link>https://sourceforge.net/p/pynmongraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,16 @@
-Welcome to PyNmonGraph tool's home page!
+**Welcome to PyNmonGraph tool's home page!**
+
+Python based NMON analyzer tool based on pyNmonAnalyzer (https://github.com/madmaze/pyNmonAnalyzer)
+
+The goal of this tool is to provide the same (or even more) features as the Excel based nmon_analyzer tool with the following benefits:
+
+- Platform independent 
+- Single Python script
+- Ability to parse and analyze huge (more than 100MB size nmon files)
+- Static HTML report
+- CSV generation for further tooling
+- Advanced metrics, such as standard deviation and weighted average
+- More to come...

 **Dependencies:  **

@@ -9,6 +21,8 @@

 **Usage**:

+
+~~~~
 usage: pyNmonGraph.py [-h] [-x] [-d] [--force] [-i INPUT_FILE] [-I INPUT_DIR]
                       [-o OUTDIR] [-c] [-b] [-r CONFFNAME]

@@ -32,6 +46,7 @@
   -b, --buildReport     report output? (Default: False)
   -r CONFFNAME, --reportConfig CONFFNAME
                         Report config file. Default is ./report.config
+~~~~

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Magyar</dc:creator><pubDate>Tue, 27 Oct 2015 08:06:05 -0000</pubDate><guid>https://sourceforge.net63022e7afb6d246f649e5be57b90fff208294457</guid></item><item><title>Home modified by Richard Magyar</title><link>https://sourceforge.net/p/pynmongraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,15 +1,14 @@
 Welcome to PyNmonGraph tool's home page!

-Dependencies:  
------
+**Dependencies:  **
+
 This tool depends on the python numpy package and the matplotlib package and Python 2.7
-* If you are on a Debian/Ubuntu based system: `sudo apt-get install python-numpy python-matplotlib`  
-* If you are on a RHEL/Fedora/Centos system: `sudo yum install python-numpy python-matplotlib`
-* If you are on Windows: Install Anaconda (https://www.continuum.io/downloads) as it has all the required modules
+- If you are on a Debian/Ubuntu based system: `sudo apt-get install python-numpy python-matplotlib`  
+- If you are on a RHEL/Fedora/Centos system: `sudo yum install python-numpy python-matplotlib`
+- If you are on Windows: Install Anaconda (https://www.continuum.io/downloads) as it has all the required modules

-Usage:
------
-```
+**Usage**:
+
 usage: pyNmonGraph.py [-h] [-x] [-d] [--force] [-i INPUT_FILE] [-I INPUT_DIR]
                       [-o OUTDIR] [-c] [-b] [-r CONFFNAME]

@@ -34,9 +33,5 @@
   -r CONFFNAME, --reportConfig CONFFNAME
                         Report config file. Default is ./report.config

-```                   
-
-
-
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Magyar</dc:creator><pubDate>Tue, 27 Oct 2015 08:04:59 -0000</pubDate><guid>https://sourceforge.netb2b6c30573d301594dc9416f907c763d3521cf8a</guid></item><item><title>Home modified by Richard Magyar</title><link>https://sourceforge.net/p/pynmongraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,42 @@
-Welcome to your wiki!
+Welcome to PyNmonGraph tool's home page!

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Dependencies:  
+-----
+This tool depends on the python numpy package and the matplotlib package and Python 2.7
+* If you are on a Debian/Ubuntu based system: `sudo apt-get install python-numpy python-matplotlib`  
+* If you are on a RHEL/Fedora/Centos system: `sudo yum install python-numpy python-matplotlib`
+* If you are on Windows: Install Anaconda (https://www.continuum.io/downloads) as it has all the required modules

-The wiki uses [Markdown](/p/pynmongraph/wiki/markdown_syntax/) syntax.
+Usage:
+-----
+```
+usage: pyNmonGraph.py [-h] [-x] [-d] [--force] [-i INPUT_FILE] [-I INPUT_DIR]
+                      [-o OUTDIR] [-c] [-b] [-r CONFFNAME]
+
+nmonParser converts NMON monitor files into time-sorted CSV/Spreadsheets for
+easier analysis, without the use of the MS Excel Macro. Also included is an
+option to build an HTML report with graphs, which is configured through
+report.config.
+
+optional arguments:
+  -h, --help            show this help message and exit
+  -x, --overwrite       overwrite existing results (Default: False)
+  -d, --debug           debug? (Default: False)
+  --force               force using of config (Default: False)
+  -i INPUT_FILE, --inputfile INPUT_FILE
+                        Input NMON file
+  -I INPUT_DIR, --inputdir INPUT_DIR
+                        Input directory with multiple NMON file
+  -o OUTDIR, --output OUTDIR
+                        Output dir for CSV (Default: ./report/)
+  -c, --csv             CSV output? (Default: False)
+  -b, --buildReport     report output? (Default: False)
+  -r CONFFNAME, --reportConfig CONFFNAME
+                        Report config file. Default is ./report.config
+
+```                   
+
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Magyar</dc:creator><pubDate>Tue, 27 Oct 2015 08:03:40 -0000</pubDate><guid>https://sourceforge.net43d83003e1a3b587fefe117f0a460861a8029dae</guid></item><item><title>Home modified by Richard Magyar</title><link>https://sourceforge.net/p/pynmongraph/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/pynmongraph/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/rmagyar78/"&gt;Richard Magyar&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-562f291804161f52d96eca00" 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/">Richard Magyar</dc:creator><pubDate>Tue, 27 Oct 2015 07:34:48 -0000</pubDate><guid>https://sourceforge.neta30ec2582f0a33fd79d83a52ffd61b3b139cb1de</guid></item></channel></rss>