int str2time( string str, time_t *pts ); int str2time( string str, bool quiet, time_t *pts ); void time2str( time_t ts, string *str ); void time2ODBCstr( time_t ts, string *str ); int tscmp( const void *ppidfunc1, const void *ppidfunc2 );
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 5390 | Shawn Hladky |
modified p4loga: added --csv switch to output a coma-separated variable file identifying every command function recorded. No header or summary info is displayed. This file can be loaded in a spreadsheet application or imported into a database for further analysis. added support to identify the ClientProgram name from the log file. At this point, only server logs for a 2005.1 server have been (minimally) tested. |
||
#1 | 5389 | Shawn Hladky | Branching p4loga for modifications | ||
//guest/michael_shields/src/p4loga/timestamp.h | |||||
#2 | 4630 | Michael Shields |
Throw away garbage in the log resulting from p4d bug 15356. Such garbage will no longer prematurely terminate p4loga. |
||
#1 | 1610 | Michael Shields |
Adding p4d log analyzer concocted by myself. Compiles and executes on Red Hat 6.0, 7.0, and probably a few other operating systems with perhaps a little help. Still needs comments. |