Home | History | Annotate | Download | only in axl

Lines Matching full:opened

52     # thread, queued, opened, send, sent, reading, read, uri, server, y
57 opened = {"http0": None,
97 # save opened time and server for this thread, so we can stuff it in l8r
99 opened[thread] = [time, host, connectionCount]
103 opentime, host, connection = opened[thread]
141 opened = []
147 opened.append(val[2])
153 print opened, rng
154 pylab.plot(opened, rng, 'ro')
158 thread, queued, opened, send, sent, reading, read, uri, server, y = val