Feature #211
compress the log file
| Status: | Closed | Start: | 15/03/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | Logs | Spent time: | 1.00 hour | |
| Target version: | 0.29 |
Description
With gzip you can save 90% (!!) of the size (100 kB -> 10 kB). Use this to save the space and not shortening down the attribute names, they have almost no self-explainable meaning at the moment.
History
Updated by deurk over 1 year ago
- Status changed from New to Need Feedback
I am not sure about this... The place gain would be good but it would require more actions on both sides to use the logs.
Any other opinion?
Updated by JohnNy_cz over 1 year ago
demos are already shipped as .mvd.gz on modern servers and it works np
Updated by deurk over 1 year ago
- Project changed from KTX Stats to MVDSV
Updated by deurk over 1 year ago
- Target version set to 0.29
Updated by deurk over 1 year ago
- Category set to Logs
Updated by deurk over 1 year ago
- Tracker changed from Bug to Feature
Updated by Renzo over 1 year ago
Modify MVDFINISH.QWS that ships with our server package (and is located in SVN example configs).
-> problem solved, close this one. MVDSV shouldn't have to do something like this if there's already a script MVDSV calls on match end.
Updated by deurk over 1 year ago
I want:
- cmd dl . (downloads all files named demoname.*)
- cmd dld . (downloads demo demoname.mvd.sv_demoRegexp)
- cmd dls . (downloads file demoname.xml.sv_statsRegexp)
Updated by Renzo over 1 year ago
- Status changed from Need Feedback to Closed
- % Done changed from 0 to 100
Modified mvdfinish.qws script that ships with KTX server package, it allows enabling/disabling compressing MVDs, TXTs and XML-files.
Download related issues, well, we have already open tracker for those, this one is finished anyway.