wind: Show memory usage in debug output
This commit is contained in:
parent
88a202ba33
commit
ad001b4ee7
@ -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 ---");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user