Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free memory pages on Ubuntu #27

Closed
aimuch opened this issue Aug 6, 2019 · 2 comments
Closed

Free memory pages on Ubuntu #27

aimuch opened this issue Aug 6, 2019 · 2 comments

Comments

@aimuch
Copy link

aimuch commented Aug 6, 2019

on ubuntu memory_pressure need change to free:

sample: memory_pressure | grep 'Pages free' | awk '{print $3}'

to

    sample: free -w | grep 'Mem' | awk '{print $3}'

but how the nettop command be solved on ubuntu ?

@aimuch aimuch closed this as completed Aug 7, 2019
@liontrix
Copy link

i have the same problem.did you solve it ?

@rmdes
Copy link

rmdes commented Oct 21, 2021

also Wondering how I could "translate" the MAC nettop command In a Debian 10/Ubuntu context... Any suggestion ?
I compiled this tool https://github.com/Emanem/nettop on my debian server, trying to have the same command working for now..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants