counter


     counter -- Display, set, or delete a counter

     p4 counter name
     p4 counter [ -f ] name value
     p4 counter -d name

	The first form displays the value of the named counter.

	The second form sets the counter to the given value.  The -f flag
	sets even those used by Perforce, as listed in p4 help counters
	Moving the 'change' counter backwards can have very bad results.

	The third form deletes the counter.  This usually has the same
	effect as setting the counter to 0.

	'p4 counter' requires 'review' access granted by p4 protect.
	The -f flag require 'super' access.