bash Einzeiler, permanentes Aufrufen einer URL
while true; do wget -q -O /dev/null http://THE_URL/api/worker; echo "*"; sleep 1; done
Weiterlesen … bash Einzeiler, permanentes Aufrufen einer URL
A utility to accurately report the core memory usage for a program
https://github.com/pixelb/ps_mem
Weiterlesen … A utility to accurately report the core memory usage for a program