Timeline for How to check Jenkins build executor free memory?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 20, 2017 at 8:44 | comment | added | olyv | I am not sure if awk scripts can be executed via Jenkins script console. As I can see, Jenkins script console is for Groovy only | |
| Mar 1, 2017 at 14:12 | comment | added | Tensibai | Alternative command: awk '/MemFree:/ { print $2}' /proc/meminfo for kB free of ram only or alternative for Memory and Swap: awk '/(Mem|Swap)Free:/ { print }' /proc/meminfo | |
| Mar 1, 2017 at 14:08 | history | answered | kenorb | CC BY-SA 3.0 |