[p4] Can I query perforce database to figure out histogram of checkin's versue time of day?

Stephen Vance steve at vance.com
Wed Jul 11 18:14:17 PDT 2007


Just use the date and time from

p4 changes -t

or update on a per-change basis using a change-commit trigger or a
review daemon. The latter two will give you a more incremental data
gathering whereas the first would be part of a complete recomputation
every time. For incremental approaches, you'll want to store the new
data elsewhere for better querying.

Do you mean to graph the number of changelists or files? If you mean
files, then you'll need to describe each changelist in your calculations
to count the number of files and maybe do even more parsing if you care
about the operation being performed.

Steve

William Deegan wrote:
> Greetings,
>
> See subject.
> Can I query perforce database to figure out histogram of checkin's
> versue time of day?
>
> Thanks,
> Bill
> _______________________________________________
> perforce-user mailing list  -  perforce-user at perforce.com
> http://maillist.perforce.com/mailman/listinfo/perforce-user
>
>   

-- 
Stephen Vance
www.vance.com


More information about the perforce-user mailing list