wind: Show memory usage in debug output

This commit is contained in:
apio 2023-08-17 20:22:22 +02:00
parent a5217a1401
commit db9b9c53e9
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -44,6 +44,10 @@ static void debug(const Vector<OwnedPtr<Client>>& clients)
system("ps");
os::println("-- wind: Listing memory usage --");
system("free -h");
os::println("--- wind: END DEBUG OUTPUT ---");
}