Command Line Interface
Top  Previous  Next

Usage : HttpAnalyzerStdV7.exe [switches]

Switches
/p: which process that will be monitored. (not only applied for IE)
/d: The XML File which the log data will be saved.
/t: Automatically save the log file after a 'period of time specified in minutes. The default value is 30.
/f: Log file format.
e.g. : HttpAnalyzerStdV7.exe /p"C:\Program Files\Internet Explorer\IEXPLORE.EXE" /t20 /d"w:\Data\data.halog" /f"native"

Note that if the value has spaces in it then enclose the value in double quotes,
e.g : /p="C:\Program Files\Internet Explorer\IEXPLORE.EXE" .

The HTTPAnalyzer stand-alone also supports "*.exe" and "*.lnk" file format.
You can input the program parameters and define "run path" by creating
a "*.lnk" file. (Windows Shortcut File)

Here is an example: HttpAnalyzerStdV7.exe /p"C:\MDM_TOP\bin\COA2.lnk" /d"c:\MDM_TOP\log\test2.halog" /f"native"

The LogType enumeration defines the various types of log format that may be written to the log file.

The following table lists the possible
Log file format values:

Const
Description
FULL
Export to a XML file. Full log with content stream. Only this format includes the full sent/received traffic data.
COMPACT
Export to a XML file. . Compact log without http content stream
URL
Export only URL list. Text File.
XLS
Export to an excel file. (*.xls).Only contain some common fields(URL,method, content-type, etc.) . It doesn't include the http header and content.
HTML
Export to a html file. (*.htm). Only contain some common fields(URL,method, content-type, etc.) It doesn't include the http header and content.
Text
Export to a text file. (*.txt). Only contain some common fields (URL,method, content-type, etc.) .It doesn't include the http header and content.
NATIVE
Export to a native HTTP Analyzer log file.(*.halog). The log files are up to 60% smaller.
CONTENTTODIR
Export captured files to a directory.