I am trying using VST _actOther to fetch a report of DB commits since past 10 days, it is doable? becaude I dont find any field (time) which can give me some stats.
To do that you would need a 10 day old copy of _actOther to compare to today's copy. Then do the math to determine how many commits have occurred in the interval. Assuming, of course, that the db has been up for that entire interval and that nobody ran "proutil dbname -C zerostats".
If you mean something other than "how many commits" (maybe you would like to report the history of each commit?) then _actOther is not what you need. (For that particular purpose you would need to parse archived ai log files.)
For history of db commits you might be better off with ProTop:
To do that you would need a 10 day old copy of _actOther to compare to today's copy. Then do the math to determine how many commits have occurred in the interval. Assuming, of course, that the db has been up for that entire interval and that nobody ran "proutil dbname -C zerostats".
Right Tom, this is exactly what i need. Thanks for the tips, I will try to fetch this data to get a glimpse of whats happening.
I have used protop/dbappraise, and it was a great help always to have such tools handy to get such detailed analysis on fingertips. these things are known to none other than you in such depth
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.