Hi everyone!
I’ve built a small tool that might be useful for anyone profiling megabases, optimizing UPS, or running large multiplayer servers.
Factorio UPS Exporter is a lightweight utility that parses the game’s factorio-current.log in real time and exports key UPS-related metrics to Prometheus ...
Search found 4 matches
- Sat Dec 06, 2025 11:19 am
- Forum: Multiplayer / Dedicated Server
- Topic: Factorio UPS Exporter — Prometheus metrics for your UPS profiling
- Replies: 0
- Views: 68
- Tue May 06, 2025 7:15 pm
- Forum: Ideas and Suggestions
- Topic: Access to debug data via mod or any other way to get debug data on headless SERVER.
- Replies: 4
- Views: 539
Re: Access to debug data via mod or any other way to get debug data on headless SERVER.
How about a way to find out the current UPS server? Without these hard calculations
I see that the CPU load on any core does not reach 100%, perhaps the issue is in the memory bandwidth.
I see that the CPU load on any core does not reach 100%, perhaps the issue is in the memory bandwidth.
- Tue Apr 29, 2025 1:10 pm
- Forum: Ideas and Suggestions
- Topic: Access to debug data via mod or any other way to get debug data on headless SERVER.
- Replies: 4
- Views: 539
Re: Access to debug data via mod or any other way to get debug data on headless SERVER.
Also, to get information about the real UPS on the headless server, you have to use the server logs.
We execute the command on the server
/c log (game.tick.." RealUPS")
wait a couple of seconds, execute a second time
/c log (game.tick.." RealUPS")
After that, we go to the server log, there is the ...
We execute the command on the server
/c log (game.tick.." RealUPS")
wait a couple of seconds, execute a second time
/c log (game.tick.." RealUPS")
After that, we go to the server log, there is the ...
- Tue Apr 29, 2025 12:55 pm
- Forum: Ideas and Suggestions
- Topic: Access to debug data via mod or any other way to get debug data on headless SERVER.
- Replies: 4
- Views: 539
Access to debug data via mod or any other way to get debug data on headless SERVER.
Is there any way to get debug data https://wiki.factorio.com/Debug_mode show-time-usage and show-entity-time-usage from a mod? The idea is simple, a mod that provides a command to get this data. There will be an exporter outside the server that collects data via RCON using this command. It will be ...