Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 9457b02689c69e152aa2cda68176fa51 > files > 245

buildbot-doc-0.8.4p1-2.fc16.noarch.rpm

<html lang="en">
<head>
<title>statusgui - BuildBot Manual - 0.8.4p1</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="BuildBot Manual - 0.8.4p1">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Developer-Tools.html#Developer-Tools" title="Developer Tools">
<link rel="prev" href="statuslog.html#statuslog" title="statuslog">
<link rel="next" href="try.html#try" title="try">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This is the BuildBot manual for Buildbot version 0.8.4p1.

Copyright (C) 2005, 2006, 2009, 2010 Brian Warner

Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty
provided the copyright notice and this notice are preserved.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="statusgui"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="try.html#try">try</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="statuslog.html#statuslog">statuslog</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Developer-Tools.html#Developer-Tools">Developer Tools</a>
<hr>
</div>

<h5 class="subsubsection">6.1.2.2 statusgui</h5>

<p><a name="index-statusgui-157"></a>
If you have set up a PBListener (see <a href="PBListener.html#PBListener">PBListener</a>), you will be able
to monitor your Buildbot using a simple Gtk+ application invoked with
the <code>buildbot statusgui</code> command:

<pre class="example">     buildbot statusgui --master <var>MASTERHOST</var>:<var>PORT</var>
</pre>
   <p>This command starts a simple Gtk+-based status client, which contains a few
boxes for each Builder that change color as events occur. It uses the same
<samp><span class="option">--master</span></samp> argument and <code>masterstatus</code> option as the
<samp><span class="command">buildbot statuslog</span></samp> command (see <a href="statuslog.html#statuslog">statuslog</a>).

   </body></html>