|
Raj,
A pretty common (and actually pretty accurate) chargeback 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 -----Original Message-----
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? I am collecting v$sesstat when a session exits, but is data alone from session stats sufficient? How about the work done by background processes on user's behalf? 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: 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
- RE: Computing resource consumption Cary Millsap
