File: memtest.sh

package info (click to toggle)
pymssql 2.1.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 980 kB
  • sloc: python: 2,870; sh: 240; makefile: 148; ansic: 7
file content (4 lines) | stat: -rwxr-xr-x 73 bytes parent folder | download | duplicates (5)
1
2
3
4
python memtest.py &
PID=$!
watch -n 1 ./memmonitor.py $PID
kill -15 $PID