Timeline for Getting only used memory from free command every few seconds
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 27, 2023 at 10:19 | comment | added | Aleksander | @Pixelbog Is there a way to add Swap to the first sollution, so that I would log the sum of used Mem and Swap? | |
| Oct 27, 2023 at 9:31 | vote | accept | Aleksander | ||
| Aug 17, 2023 at 11:26 | comment | added | aviro | Another solution (that could work on any command and doesn't depend on a specific flag like -u for sed) is using stdbuf, for instance: stdbuf -oL sed -n '...'. But that's just for general knowledge, if the command supports unbuffering via a flag, it's better to use the command's native capabilities. | |
| Aug 17, 2023 at 10:10 | history | answered | Bog | CC BY-SA 4.0 |