File: memtest.sh

package info (click to toggle)
pymssql 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 972 kB
  • sloc: python: 3,801; sh: 152; makefile: 151; ansic: 1
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