Search found 2 matches

by brandon079
01 Oct 2012 17:14
Forum: DOS Batch Forum
Topic: Parse a log file
Replies: 2
Views: 2300

Re: Parse a log file

@foxdrive You are awesome! This worked perfectly. For those curious what this allowed me to accomplish is to track our Minecraft server TPS (ticks per second) and player count by having a batch file export xml data it's parsed thus allowing me to track performance history via PRTG.
by brandon079
01 Oct 2012 16:37
Forum: DOS Batch Forum
Topic: Parse a log file
Replies: 2
Views: 2300

Parse a log file

I have a log file that looks like: c:/logs/log.log [10-01-2012 17:35:07] TPS: 20.0 Memory free: 16439.0/18204.0 Players online: 7 [10-01-2012 17:40:07] TPS: 20.0 Memory free: 17127.0/18204.0 Players online: 6 [10-01-2012 17:45:08] TPS: 19.3 Memory free: 17042.0/18204.0 Players online: 5 [10-01-2012 ...