CS:GO Servers information

Let's say I have a server on my own. I have users who play there. Casual game. Best 8 of 15. Is there a way I could get the information about every game that ends? Eg.
- CT / T won;
- Rounds won by the winning side;
- Accuracy level of the players;
- K/D/A statistics per player;
- Or other kinds of statistics is more than welcomed.
I'm just asking if the servers provide this information, not looking for a particular software that does that. But if you know about something like this, I'd be more than happy to see it.
Best Answer
What you need are Server queries to recieve information from a running server. To work with queries you should have some develop-understanding because most of the query example around the net are written in php.
There's a documentation about it on the Valve Developer page.
After that you should start to read about the RCON Protocol.
Here're some things you can (de-)activate in the server.cfg.
Update:
I've found a open source library for php which make the things a bit easier.
Pictures about "CS:GO Servers information"



Which server is best for CS:GO?
Best CS:GO Server Hosting in DetailsDoes CS:GO have dedicated servers?
Dedicated servers are one of the best parts of CSGO, with users able to host their own maps, provide other players with wacky game modes, and generally have more control over their experience.How many servers are in CS:GO?
CSGO currently runs on 64-tick servers, meaning that all of the action on a player's screen might not really match what the server says it is. A faster server takes more snapshots of what's going on in game compared to slower ones, and that's why CSGO's player base wants those faster servers.Setup a CSGO Server (STEAM CMD) | Server.cfg \u0026 Configs
More answers regarding cS:GO Servers information
Answer 2
The RCON protocol won't get you where you want to be, really. It allows you to query for the current status (ie, the number of people connected, map, score, teams, etc) but for any real statistics you're going to want to check the log file.
There are console/config commands that allow the log to be transmitted over UDP as well as written to disk, so knowledge of RCON can be important depending on what your goals are.
The log file standard is documented on the Valve developer Wiki. You can write an offline or realtime parser for the log, which can allow you to collect all sorts of interesting statistics.
There are also "SuperLog" plugins for most Source engine games which will augment the default log options and give you more info than you'd normally have. See this thread for more info.
As you may imagine, this is actually a popular thing, so several stats programs exist already. The one I'm most familiar with is HLX:CE since I've contributed to the source in the past. From what I recall, setting it up requires some technical know-how, but it's free.
If you don't mind paying $5/month, you might check out gameME which is a popular paid alternative. The money you invest in it is offset by the more "hands off" approach to the software.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Brett Sayles, Angelica Reyn, Karolina Grabowska, Alfo Medeiros