wind: Show memory usage in debug output

This commit is contained in:
apio 2023-08-17 20:22:22 +02:00
parent 88a202ba33
commit ad001b4ee7
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 ---");
}