Changeset 175
- Timestamp:
- 02/26/06 13:55:06 (2 years ago)
- Files:
-
- stats/trunk/nodes.cgi (modified) (1 diff)
- stats/trunk/trees.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
stats/trunk/nodes.cgi
r170 r175 116 116 <div style="margin-right: 280px;"> 117 117 ''' 118 print "<h2>%s and %s reporting (last %s )</h2>" % (118 print "<h2>%s and %s reporting (last %s at %s)</h2>" % ( 119 119 nprox, npub, 120 duration(WINDOW, LONG, MINUTES)) 120 duration(WINDOW, LONG, MINUTES), 121 time.strftime("%X")) 121 122 122 123 print """<p><a href="/trees/nodes.png">graph all nodes</a> stats/trunk/trees.py
r171 r175 62 62 63 63 def graph_node(node, showfeeds=True): 64 all = nodes( WINDOW)64 all = nodes(PASSWORD, WINDOW) 65 65 edges_dict = {} 66 66 g = pydot.Dot(directed=True)
