After a week of using the bytelogger I noticed CPanel still does not pick up bandwidth. The bytelogger does work, as reading it has all the separate bytes per request on each line. I looked at other bytelogs (in /usr/local/apache/domlogs) and found this format:
(My server's hostname is Prometheus)
While your bytelogs are just the list of bytes separated by CRLF. I also noticed they had "offset" files, though these might be just for CPanel's reference.
Then there were the access logs. Is the problem here the lack of the access log, the format of the bytelog, or?
Naming format:
Access: domain.com
Byte log: domain.com-bytes_log
Byte log "offset": domain.com-bytes_log.offset
Code:
1146435598 2164 .
1146435599 15636 .
1146435617 7384 .
Promet5618 26843 .
1146435618 22868 .
Prometh618 1417 .
Prometh618 86564 .
Prometh624 1474 .
Prometheu5 33434 .
1146435625 94048 .
Promet5625 15464 .
Prometh625 49525 ..
Promet5626 1020 .
Prome35626 577 .
Prometh626 4593 .
Prometh626 852 .
Promet5626 370 .
Promet5626 36329 .
1146435626 9851 .
While your bytelogs are just the list of bytes separated by CRLF. I also noticed they had "offset" files, though these might be just for CPanel's reference.
Code:
4144131
Naming format:
Access: domain.com
Byte log: domain.com-bytes_log
Byte log "offset": domain.com-bytes_log.offset
Last edited: