|
You have a good point. I’d expect that most bg workload performed on behalf of a session is probably writes, so measuring redo generation might be an excellent addition. It also encourages users (and hence, indirectly, applications developers) to be economical with their redo generation, which is good too. (One example of an application that generates redo when it doesn’t need to is an UPDATE that changes a column to a value it already had.)
Cary Millsap -----Original Message-----
Thanks Cary, thanks, but here is a question ... you say capturing physical IO is redundant ... what about REDO generated by session? Isn't that part of physical writes? If I just concentrate on LIO (I am currently using "Logical IO' (statistic#9 in 9202). Currently I am concentrating on following statistics to create a matrix 9
-- session logical reads not sure if all of them will matter in the end, but at-least it is a start for me. Another problem is capturing the work done by background processes on behalf of these sessions ... how does one go about capturing that workload?? Thanks in
advance
Raj, A pretty common (and actually pretty accurate) charge back unit is the LIO. You can get this information by using the standard AUDIT CONNECT feature, and using the LREAD value as your basis. If you wanted to get fancy, you might also charge by the parse call (which you're already collecting in your V$SESSTAT query). The reason I'd focus on these two metrics is because these are the two operations on an Oracle system that absolutely prevent the system from scaling. You could count physical I/Os as well, but that would be redundant if you're already catching LIO call counts. Cary
Millsap Upcoming
events: Does anyone know any papers or techniques to compute resource consumption by users in a DB systems? This may or may not be for computing charge-back to the client, but my questions are 1. What
do you compute? Do you do anything like this at your workplace? This is something that might be coming down the line, so I have been asked to start looking for related stuff. Thanks in
advance |
Title: RE: Computing resource consumption
- Computing resource consumption Jamadagni, Rajendra
- RE: Computing resource consumption Cary Millsap
- Re: Computing resource consumption Mladen Gogala
- RE: Computing resource consumption Jamadagni, Rajendra
- RE: Computing resource consumption Jamadagni, Rajendra
- Cary Millsap
