wind: Show memory usage in debug output
Some checks failed
continuous-integration/drone/pr Build is failing

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

View File

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