Skip to content

Instantly share code, notes, and snippets.

@haiya512
Created May 26, 2020 06:14
Show Gist options
  • Save haiya512/864d52eaf981e7b9c36527f46079276f to your computer and use it in GitHub Desktop.
Save haiya512/864d52eaf981e7b9c36527f46079276f to your computer and use it in GitHub Desktop.
check application memory
smem -U mysql -P mysql -t -s uss -r -k
echo ""
smem -P redis-server -t -s uss -r -k | grep -v "python"
echo ""
smem -P java -t -s uss -r -k | grep -v "smem -P"
echo ""
smem -P _server -t -s uss -r -k | grep -v "smem -P"
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment