File: memtest.sh

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