Log analyzers are useful to identify common issues on a Perforce server quickly.
For more background information, please see:
http://answers.perforce.com/articles/KB/5470/
http://answers.perforce.com/articles/KB/2514/
This is a PHP script that turns a P4LOG
into a SQLite database
and generate canned reports from it.
The report is useful to identify common performance issues on a Perforce Helix server and further queries can be done against the SQLite database created.
For more information, please refer to the following KB article:
http://answers.perforce.com/articles/KB/1266/
A Python script that scans through a P4LOG
file quickly and
generate data suitable for generating graphs.
More information and examples can be found in:
## Perforce Server Log Analyzers Log analyzers are useful to identify common issues on a Perforce server quickly. For more background information, please see: http://answers.perforce.com/articles/KB/5470/ http://answers.perforce.com/articles/KB/2514/ ## log_analyzer.php This is a PHP script that turns a `P4LOG` into a SQLite database and generate canned reports from it. The report is useful to identify common performance issues on a Perforce Helix server and further queries can be done against the SQLite database created. For more information, please refer to the following KB article: http://answers.perforce.com/articles/KB/1266/ ## p4clog.py A Python script that scans through a `P4LOG` file quickly and generate data suitable for generating graphs. More information and examples can be found in: http://answers.perforce.com/articles/KB/3706/
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15108 | Lester Cheung | Stealing README from the official project | ||
//guest/perforce_software/utils/log_analyzer/README.md | |||||
#1 | 15082 | Lester Cheung | README for the log analyzers. |