Menu Close
  • Categories
  • Tags
  • About
Close
    • xoreth (coret)
    • Categories
    • Tags
    • Search

    Check Application Used Memory

    Published: March 09, 2017 by Galuh D Wijatmiko Creative Commons Licence

    • Categories:
    • Script 14
    • Tags:
    • Hardening 2
    • Script 14

    Spesific, check java app:

    ps aux|grep java | grep -v grep | awk '{app+=$6} END {printf"%.1f MB",app/1024}'

    global OS :

    ps aux| awk '{app+=$6} END {printf"%.1f MB",app/1024}'

    Back to Top
    ← Change RSA Passpharse Purge Package Debian →

    About

    The Notes of System Engineer

    @wajatmaka | 2020
    Back to Top