run_p4watch #1

  • //
  • guest/
  • richard_geiger/
  • utils/
  • p4watch/
  • run_p4watch
  • View
  • Commits
  • Open Download .zip Download (265 B)
#!/bin/sh

p4watch \
  filer_user=rmg:rmg1pwd \
  logfile=log \
  p4cmd=files \
  p4cmdint=10 \
  p4wdthresh=5 \
  sysstatint=3 \
  vmstatint=3 \
  srv_port=1678 \
  srv_host=localhost \
  p4wd="p4wd -p4d_pid 5068 -p4d_log /home/p4/root-cvs2p4/log 1000; top b n 1"
# Change User Description Committed
#1 987 Richard Geiger Add p4watch, despite it's wholly unproductized state.