Command Line Operation
You can run Nihuo Web Log Analyzer from the command line.
Command Line Syntax
Nihuo Web Log Analyzer supports two command line modes: profile
mode and log file mode. If a command line parameter contains
spaces, use quotes to delimit it.
Profile Mode
NWLA.EXE </project: <project name>>
[/profile:<profile name>]
The project name must exist in the project&profile tree list.
Examples:
- NWLA.EXE /project:
"nihuo.com" /profile:"Generate Profile"
- NWLA.EXE /project:
"nihuo.com"
Log File Mode
NWLA.EXE </logfile:<logfile name>>
[/output:<output directory>]
[/project: <project name>]
[/profile:<profile name>]
The project name must exist in the project&profile tree list.
Examples:
- NWLA.EXE
/logfile:"c:\logfiles\access_log"
/output:"c:\report" /project:
"nihuo.com" /profile:"Generate Profile"
- NWLA.EXE
/logfile:"c:\logfiles\access_log"
/output:"c:\report"
|