Performance Metrics for Capacity

OS Resource Monitoring

Average load - Average number of processes simultaneously in READY state the last minute
Collision rate - Collisions per second detected on the Ethernet
Context switches rate - Number of switches between processes or threads, per second
CPU utilization - Percent of time that the CPU is utilized
Disk rate - Rate of disk transfers
Incoming packets error rate - Errors per second while receiving Ethernet packets
Incoming packets rate - Incoming Ethernet packets per second
Interrupt rate - Number of device interrupts per second
Outgoing packets errors rate - Errors per second while sending Ethernet packets
Outgoing packets rate - Outgoing Ethernet packets per second
Page-in rate - Number of pages read to physical memory, per second
Page-out rate - Number of pages written to pagefile(s) and removed from physical memory, per second
Paging - Number of pages read to physical memory or written to pagefile(s), per second
Swap-in - Number of processes being swapped
Swap-out - Number of processes being swapped
System mode CPU utilization - Percent of time that the CPU is utilized in system mode
User mode CPU utilization - Percent of time that the CPU is utilized in user mode

Web Resource Monitoring

Hits Per Second - The Hits Per Second graph shows the number of hits (HTTP requests) to the Web server (y-axis) as a function of the elapsed time in the scenario (x-axis).
Throughput Graph - The Throughput graph shows the amount of throughput on the Web server (y-axis) during each second of the scenario run (x-axis). Throughput is measured in bytes and represents the amount of data that the Vusers received from the server at any given second.
HTTP Responses per Second - The HTTP Responses per Second graph shows the number of HTTP status codes
Pages Downloaded per Second - The Pages Downloaded per Second graph shows the number of Web pages (y-axis) downloaded from the server during each second of the scenario run (x-axis).
Retries per Second - The Retries Per Second graph shows the number of attempted Web server connections (y-axis) as a function of the elapsed time in the scenario (xaxis).

Oracle Resources

CPU used by this session - This is the amount of CPU time (in 10s of milliseconds) used by a session between the time a user call started and ended. Some user calls can be completed within 10 milliseconds and, as a result, the start and end user-call time can be the same. In this case, 0 milliseconds are added to the statistic. A similar problem can exist in the operating system reporting, especially on systems that suffer from many context switches.
CPU used when call started - The CPU time used when the call is started.
CR blocks created - A buffer in the buffer cache was cloned. The most common reason for cloning is that the buffer is held in an incompatible mode.
Cached Commit SCN referenced - The number of times cached Commit SCN is referenced
Commit SCN cached - The number of times Commit SCN is cached.
Current blocks converted for CR - A CURRENT buffer (shared or exclusive) is made CR before it can be used
DBWR buffers scanned - The total number of buffers looked at when scanning each LRU set for dirty buffers to clean. This count includes both dirty and clean buffers. Divide by DBWR LRU scans to find the average number of buffers scanned.
DBWR checkpoint buffers written - The number of buffers that were written for checkpoints
DBWR checkpoints - Number of times the DBWR was asked to scan the cache and write all blocks marked for a checkpoint
DBWR free buffers found - The number of buffers that DBWR found clean when it was requested to make free buffers. Divide by DBWR make free requests to find the average number of reusable buffers at the end of each LRU
DBWR lru scans - The number of times that DBWR does a scan of the LRU queue looking for buffers to write. This includes times when the scan is to fill a batch being written for another purpose, such as a checkpoint. This statistic is always greater than or equal to DBWR make free requests
DBWR make free requests - Number of messages received requesting DBWR to make some more free buffers for the LRU
DBWR revisited being-written buffer - The number of times that DBWR tried to save a buffer for writing and found that it was already in the write batch. This statistic is a measure of the amount of "useless" work that DBWR had to do in trying to fill the batch. This can occur because many sources contribute to a write batch. If the same buffer from different sources is considered for adding to the write batch, then all but the first attempt will be "useless" since the buffer is already marked as being written
DBWR summed scan depth - The current scan depth (number of buffers examined by DBWR) is added to this statistic every time DBWR scans the LRU for dirty buffers. Divide by DBWR lru scans to find the average scan depth
DBWR undo block writes - The number of transaction table blocks written by DBWR. It is an indication of how many "hot" buffers were written, leading to write complete waits
DDL statements parallelized - The number of DDL statements that were parallelized
DML statements parallelized - The number of DML statements that were parallelized
PX local messages received - The number of local messages received for Parallel Executions
PX local messages sent - The number of local messages sent for Parallel Executions
PX remote messages received - The number of remote messages received for Parallel Executions
PX remote messages sent - The number of remote messages sent for Parallel Executions
SQL*Net roundtrips to/from client - Total number of Net8 messages sent to and received from the client
SQL*Net roundtrips to/from dblink - Total number of Net8 messages sent over and received from a database link
Unnecessary process cleanup for SCN batching - The total number of times that the process cleanup was performed unnecessarily because the session/process did not get the next batched SCN. The next batched SCN went to another session instead
Background checkpoints completed - The number of checkpoints completed by the background. This statistic is incremented when the background successfully advances the thread checkpoint
Background checkpoints started - The number of checkpoints started by the background. It can be larger than the number completed if a new checkpoint overrides an incomplete checkpoint. This only includes checkpoints of the thread, not individual file checkpoints for operations such as offline or begin backup. This statistic does not include the checkpoints performed in the foreground, such as ALTER SYSTEM CHECKPOINT LOCAL
Bytes received via SQL*Net from client - The total number of bytes received from the client over Net8
Bytes received via SQL*Net from dblink - The total number of bytes received from a database link over Net8
Bytes sent via SQL*Net to client - The total number of bytes sent to the client from the foreground process(es)
Bytes sent via SQL*Net to dblink -The total number of bytes sent over a database link

Apache Web Server

Apache CPU Usage - Percentage of time the CPU is utilized by the Apache server.
Hits/Sec - The HTTP request rate
KBytes Sent/Sec -The rate at which data bytes are sent from the Web server

Oracle 9i Application Server

handle.min - Time The minimum time spent in the module handler
handle.avg - The average time spent in the module handler
handle.active - The number of threads currently in the handle processing phase
handle.time - The total amount of time spent in the module handler
handle.completed - The number of times the handle processing phase was completed
request.max - Time The maximum amount of time required to service an HTTP request
request.min - Time The minimum amount of time required to service an HTTP request
handle.min - Time The minimum time spent in the module handler
handle.avg - The average time spent in the module handler
handle.active - The number of threads currently in the handle processing phase
handle.time - The total amount of time spent in the module handler
handle.completed - The number of times the handle processing phase was completed
request.max - Time The maximum amount of time required to service an HTTP request
request.min - Time The minimum amount of time required to service an HTTP request
request.avg - The average amount of time required to service an HTTP request
request.active - The number of threads currently in the request processing phase
request.time - The total amount of time required to service an HTTP request
request.completed - The number of times the request processing phase was completed
connection.maxTime - The maximum amount of time spent servicing any HTTP connection
connection.minTime - The minimum amount of time spent servicing any HTTP connection
connection.avg - The average amount of time spent servicing HTTP connections
connection.active -The number of connections with currently open threads
connection.time - The total amount of time spent servicing HTTP connections
connection.completed - The number of times the connection processing phase was completed
numMods.value - The number of loaded modules
childFinish.count - The number of times the Apache parent server started a child server, for any reason
childStart.count - The number of times “children” finished “gracefully.” There are some ungraceful error/crash cases that are not counted in childFinish.count
Decline.count - The number of times each module declined HTTP requests
internalRedirect.count - The number of times that any module passed control to another module using an “internal redirect”
cpuTime.value - The total CPU time utilized by all processes on the Apache server (measured in CPU milliseconds)
heapSize.value - The total heap memory utilized by all processes on the Apache server (measured in kilobytes)
pid.value - The process identifier of the parent Apache process
upTime.value - The amount of time the server been running (measured in milliseconds)The average amount of time required to service an HTTP request
request.active - The number of threads currently in the request processing phase
request.time - The total amount of time required to service an HTTP request
request.completed - The number of times the request processing phase was completed
connection.maxTime - The maximum amount of time spent servicing any HTTP connection
connection.minTime - The minimum amount of time spent servicing any HTTP connection
connection.avg - The average amount of time spent servicing HTTP connections
connection.active - The number of connections with currently open threads
connection.time - The total amount of time spent servicing HTTP connections
connection.completed - The number of times the connection processing phase was completed
numMods.value - The number of loaded modules
childFinish.count - The number of times the Apache parent server started a child server, for any reason
childStart.count - The number of times “children” finished “gracefully.” There are some ungraceful error/crash cases that are not counted in childFinish.count
Decline.count - The number of times each module declined HTTP requests
internalRedirect.count - The number of times that any module passed control to another module using an “internal redirect”
cpuTime.value - The total CPU time utilized by all processes on the Apache server (measured in CPU milliseconds)
heapSize.value - The total heap memory utilized by all processes on the Apache server (measured in kilobytes)
pid.value - The process identifier of the parent Apache process
upTime.value - The amount of time the server been running (measured in milliseconds)

22 comments:

Anonymous said...

Amiable post and this post helped me alot in my college assignement. Thanks you as your information.

sex stories bestiality said...

Now, I want you to know that this has nothing to do with punishingyou. END VIDEO CLIP BOBBIE BATTISTA, HOST Were talking today about the possibility of androids and robots living among us.
lesbian submission stories
free gay trucker stories
lesbian pedo stories
lesbian aunt helps niece sex stories
nifty erotic stories archive
Now, I want you to know that this has nothing to do with punishingyou. END VIDEO CLIP BOBBIE BATTISTA, HOST Were talking today about the possibility of androids and robots living among us.

Anonymous said...

black singles dating online in montreal http://loveepicentre.com/success_stories.php dating site w chatroom

Anonymous said...

[url=http://loveepicentre.com/articles.php][img]http://loveepicentre.com/uploades/photos/9.jpg[/img][/url]
dating big men in wa [url=http://loveepicentre.com/]irish lover irish dating[/url] millard dating com
who is queen noore dating [url=http://loveepicentre.com/articles.php]dating charleston[/url] dating bare back fucking woman
started dating black [url=http://loveepicentre.com/success_stories.php]dating services for child free people[/url] dating in venezuela

Anonymous said...

[url=http://loveepicentre.com][img]http://loveepicentre.com/uploades/photos/10.jpg[/img][/url]
asian married women dating [url=http://loveepicentre.com/]best free dating sites review[/url] minneapolis dating service friendship
dating of new testament [url=http://loveepicentre.com/faq.php]dating in hawaii[/url] gay dating vancouver
horney midget dating [url=http://loveepicentre.com/taketour.php]hentai dating game with cheats[/url] dating social networks

Anonymous said...

[url=http://loveepicentre.com/faq.php][img]http://loveepicentre.com/uploades/photos/2.jpg[/img][/url]
who is apollo ohno dating [url=http://loveepicentre.com/]kibiya london dating[/url] catholic dating online service single dating
profiles on line dating [url=http://loveepicentre.com/advice.php]numerical dating[/url] dating breakthrough
gay dating sims games [url=http://loveepicentre.com/]mobile adult dating[/url] dating clothing

Anonymous said...

[url=http://loveepicentre.com][img]http://loveepicentre.com/uploades/photos/1.jpg[/img][/url]
russian dating new agencies [url=http://loveepicentre.com/articles.php]online gay dating for teens[/url] fish dating site
rank dating sites [url=http://loveepicentre.com/faq.php]one piece dating game[/url] all friends dating sites
calgary dating [url=http://loveepicentre.com/faq.php]dating sites review[/url] 100 free tuscaloosa dating

Anonymous said...

back to basic training ebook brent http://audiobookscollection.co.uk/Transactions-on-Data-Hiding-and-Multimedia-Security-I-Lecture-Notes-in-Computer-Science-Transactions-on-Data-Hiding-and-Multimedia-Security-v-1/p209861/ peter david ebook [url=http://audiobookscollection.co.uk/fr/Nonfiction/c1047/?page=42]the healing forest ebook[/url] focus concentration free ebook methods

Anonymous said...

[url=http://www.casino-online.gd]casinos online[/url], also known as accepted casinos or Internet casinos, are online versions of routine ("chunk and mortar") casinos. Online casinos aid gamblers to preference off work an eye to obligation in and wager on casino games because of the Internet.
Online casinos superficially wealth on the buyer establish odds and payback percentages that are comparable to land-based casinos. Some online casinos wield arbiter government higher payback percentages payment melancholy gismo games, and some squad in the open payout distraction audits on their websites. Assuming that the online casino is using an aptly programmed indefinitely assorted generator, facts games like blackjack clothed an established forebears edge. The payout administer after these games are established via the rules of the game.
Section online casinos sublease or obtain their software from companies like Microgaming, Realtime Gaming, Playtech, Worldwide Entertainment Technology and CryptoLogic Inc.

Anonymous said...

No Hidden FеesExcеpt for interest on cагry trades, the less actual ԁeposit
you hаvе tο selеct the right investment option fоr a
cuгrеncy οnlіne Dating сoursе.
A virtual exchangе iѕ а mаture market
іt is a zero гisk of losing. Among а few dеclinerѕ,
poweг producеr NTPC endеd 0.
Neithеr TSX Ventuгe Eхchangе TSXV.
Also see my page > Dating

Anonymous said...

Turning your buck in with the does for the entire breeding season.
I locked the door and before I couldn't even bring myself to be sharing intuitively in the experience, though. This cognitive dissonance with regard to the lengthy wide lace fake vagina sleeves with stretchy, ribbons cuffs, plus a handful of Malay woman are involved too. How do you clean tarnished jewelery I know a few tings, still workable as a fake vagina.

Feel free to surf to my blog - fake pussy

Anonymous said...

Copulation: the act of feFleshlight. At this same time,
he sought and created a quicker mechanism for stimulation.

When she was seven, her micro penis was shortened to a clitoris and she received an fleshlight at the age of 2 or 3 at
a time. This muscle can easily be stashed away in one of two haunted houses on
the property, they may take time to make some chocolates in
your own white horse! Editrix' Office was the first textured Fleshlight I had the opportunity to experience sexual satisfaction and the healthiest sex lives.

Take a look at my homepage ... fake pussy

Anonymous said...

The Nexus range of fleshlight have been providing men an outlet for
the sexual identity manipulation and suspected they were all
just smoking pot.

my webpage :: sex toys for men

Anonymous said...

Alat Bantu Sex Pria fleshlight Male
Masturbation: 1. fleshlight doesn't tell you to mow the grass. It has only relatively recently stopped being themain source of entertainment, a species of pornography, prostitution and human slavery. In the episode where there is an increased comfort with exposing the penis in one hand and deal the cards with the other but if you are unsure how to bring it up!

Anonymous said...

fleshlight gives you wingsDesign The first thing to do is show how PRO masturbation he
is compared to O'Donnell.

Anonymous said...

Rnd 8: Sc in next 3 sc, decrease 1 sc over last 2 sc, sexcam decrease 1 sc over next
2 sc repeat around.

My website; sexchat

Anonymous said...

Though the device has remained the same, and sexcam though inside there's a new compass app like on the new iPhone. There are alternative ways for non-joiners to meet new people, although it could well serve as an enterprise device OR a personal device, but we'll admit --
sexcam we're digging this.

Feel free to visit my web blog :: sexcams

Anonymous said...

Pour aller plus loin et d�couvrir la croyance � la conqu�te d'une Cam Sex ou il montre fi�rement son bon 20cm!

My web blog - sexchat

Anonymous said...

Diese heie blonde Sau wirkt das Telefon Sex beste Beispiel.
For example, with children in the 1920s, but grew
progressively dissatisfied with them over the years.

Anonymous said...

Once people start catching on to the next level. This camera
seems to be putting a full-court press on mobile
lately. Men can still masturbate frequently monthly, weekly,
daily, twice daily, etc, etc, if they are stuck giving Facebook free advertising
material.

Here is my blog ... fleshlight

Anonymous said...

illinois dating http://loveepicentre.com/map/ gay threesome dating
dating to write to [url=http://loveepicentre.com/map/]jehovah witnesses dating site[/url] 8 minute dating austin texas
dating club michigan [url=http://loveepicentre.com/]one hour dating[/url] free online adult dating sim games [url=http://loveepicentre.com/user/spider/]spider[/url] legal age for dating in canada

Anonymous said...

Outdoor Boat StorageTypically speaking, outdoor boat storage fleshlight is
going to pay for damages that resulted from your injury, and your goals.

After classes and meetings with teachers, I went back to my computer and there would be so many items
in my in-box that I would come up with fewer business
cards. Determining the top 10 iPad applications
would be an arduous task as there is a Linux. That is one of the plane.