miércoles, 16 de febrero de 2022

how-to-get-the-percentage-of-memory-free-with-a-linux-command

 free | grep Mem | awk '{print $3/$2 * 100.0}'


https://stackoverflow.com/questions/10585978/how-to-get-the-percentage-of-memory-free-with-a-linux-command

No hay comentarios:

Publicar un comentario