Santa has a cloud-based application that helps him to deliver the gifts to the children. Once the gifts have been delivered Santa registers the delivery operation through the deliveries.log file. Just after the inspector elves review this log file comparing it with the list of children to ensure that all the children have received correctlyContinue reading “Day 2 – Rotation of Log files in a nutshell”
Author Archives: ramiroencinas
Day 9: Getting Windows Memory Usage with NativeCall
Raku NativeCalls provide a way to interact with dynamic libraries that follow the C calling convention and are very useful for obtaining information from the operating system, such as memory usage. In this article we will see how to get the memory usage from a Windows system. The MEMORYSTATUSEX C++ structure Win32 API provides theContinue reading “Day 9: Getting Windows Memory Usage with NativeCall”