--- /dev/null
+Once we have collected all the logging and verbose data from the experiment, the next step will be to analyse it. Our infrastructure provides a graphical analyzer tool for viewing peer behaviour. 
+
+The graphical analyzer is implemented in python with the help of two libraries: \textit{matplotlib} for ploting graphs and \textit{TraitsUi} for handling the widgets. 
+
+The graphical analyzer offers several important plotting options:
+  \begin{itemize}
+   \item download/upload speed during the experiement
+   \item acceleration 
+   \item statistics
+  \end{itemize}
+
+The graphical analyzer can be used in two modes:
+\begin{enumerate}
+ \item Single Client Mode
+ \item Client Comparison Mode
+\end{enumerate}
+
+In ``Single Client Mode'' the developer can observe how a peer behaved during the streaming experiment. A simple example can be seen in . The developer starts by selecting the database file of the experiment he wishes to view and a peer id. The next step is to choose the plotting options.
+
+In ``Client Comparisson Mode'' the developer can compare the behaviour of two peers from the experiment. 
\ No newline at end of file
 
                                                        Item('10'),
                                                        Item('cs_os', label='OS'),
                                                        Item('cs_os_vs', label='OS Version'),
-                                                       Item('cs_os_cpu', label='System CPU'),
-                                                       Item('cs_os_ram', label='System RAM'),
-                                                       Item('cs_public_ip', label='Public IP'),
-                                                       Item('cs_public_port', label='Public PORT'),
-                                                       Item('cs_ds_limit', label='Download LMT'),
-                                                       Item('cs_us_limit', label='Upload LMT'),
+                                                       Item('cs_os_cpu', label='CPU (MHz)'),
+                                                       Item('cs_os_ram', label='RAM (MB)'),
+                                                       Item('cs_public_ip', label='IP'),
+                                                       Item('cs_public_port', label='PORT'),
+                                                       Item('cs_ds_limit', label='Dld LMT(Kb/s)'),
+                                                       Item('cs_us_limit', label='Uld LMT(Kb/s)'),
                                                        Item('cs_start_time', label='Start Time'),
                                                        show_border=True, label='Client Session', style='readonly'),
                                                Group(
                                                Item('acceleration'),
                                                show_border=True, label='Plotting Options'),
                                                Item('10'),
-                                               Item('plot2', show_label=False, height=100),
-                                       label='Comparison', dock="tab"),
+                                               Item('plot2', label='Plot', show_label=False),
+                                       label='Comparison', dock="tab", style='simple'),
                                Item('help', style='readonly', show_label=False, dock="tab"),
                                layout='tabbed')
                                )