| Home | Trees | Index | Help |
|
|---|
| Package funkload :: Module Recorder :: Class RecorderProgram |
|
| Method Summary | |
|---|---|
__init__(self,
argv)
| |
return a funkload python instruction. | |
Filter and extract request from tcpwatch files. | |
Convert a tcpwatch capture into a FunkLoad script. | |
Parse programs args. | |
Improve indentation. | |
run it. | |
Search tcpwatch file. | |
Start a tcpwatch session. | |
Write the FunkLoad configuration test script. | |
Write the FunkLoad test script. | |
| Class Variable Summary | |
|---|---|
str |
USAGE = '%prog [options] [test_name]\n\n%prog launch a T...
|
| Method Details |
|---|
convertToFunkLoad(self, request)return a funkload python instruction. |
extractRequests(self, files)Filter and extract request from tcpwatch files. |
extractScript(self)Convert a tcpwatch capture into a FunkLoad script. |
parseArgs(self, argv)Parse programs args. |
reindent(self, code, indent=8)Improve indentation. |
run(self)run it. |
searchFiles(self)Search tcpwatch file. |
startProxy(self)Start a tcpwatch session. |
writeConfiguration(self)Write the FunkLoad configuration test script. |
writeScript(self, script)Write the FunkLoad test script. |
| Class Variable Details |
|---|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Feb 27 10:41:42 2007 | http://epydoc.sf.net |