7.199 V$EVENT_HISTOGRAM_MICRO
V$EVENT_HISTOGRAM_MICRO displays a histogram of the number of waits, the maximum wait, and total wait time on an event basis, in microseconds. The histogram has buckets of time intervals from < 1 us, < 2 us, < 4 us, < 8 us, ... < 231 us, < 232 us, and >= 232 us.
               
The histogram will not be filled unless the TIMED_STATISTICS initialization parameter is set to true.
                  
| Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Event number | 
| 
 | 
 | Name of the event | 
| 
 | 
 | A human readable time string which is converted from  | 
| 
 | 
 | Amount of time the bucket represents (in microseconds). If the duration =  | 
| 
 | 
 | Number of waits of the duration belonging to the bucket of the histogram | 
| 
 | 
 | Indicates the last time the bucket was updated (the ending timestamp of the last wait falling into the bucket's duration) | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 |