Warmroast: Difference between revisions

m
changed the size of the window
(Created page with "Warmroast is a java utility written by sk89q (the author of World Edit and World Guard). It lets you audit the java virtual machine you want to target (not necessarily MineCra...")
 
m (changed the size of the window)
Line 2:
 
It's a command line utility that will open a website on a specific port listing the portions of code executed between the start of the utility, and the moment you opened the webpage. See: https://github.com/boubou19/warmroast<nowiki/>to see how to properly set it up. Here is a corrected version of warmroast made by boubou_19 to fix some small bugs: [https://github.com/boubou19/warmroast/releases/tag/1.0.1 warmroast 1.0.1]
[[File:Exemple of lag monitoring with warmroast.png|center|thumb|1022x1022px1499x1499px|Exemple of lag monitoring with warmroast]]
On the picture above, we can see that 1.7% of the time, the CPU is spending its computation on emitting energy to GT cable networks. We can also see on the node below that 1.22% of the time, the CPU is spending its computation on world accelerator logic. Beware to not interpret the report too quickly: values displayed here are relative time based on the report duration. You may see portions of code highlighted as heavy code on very small duration, but not see them in on large durations. The picture above was made after 5 hours of sampling, so values are kinda stable and it's safe to assume that world accelerators are lagging a bit the server.