Performance Monitoring and Tuning Tools
Questions covering various performance monitoring and testing tools including LoadRunner, MRTG network monitoring, IBM Netcool ISM, and Oracle database tuning.
Questions
Which one of the following is used to obtain performance information about a Web Application?
- Performance Counters
- Data Performance Counters
- Web Performance Counters
- Data Readers
This is the most important measure in dealing with performance issues.
- CPU
- Availabilty
- Response Time
- Throughput
This phase of Oracle tuning is directed at looking for resource shortages in the db_block_buffers, shared_pool_size and sort_area_size.
- Instance Tuning
- Object Tuning
- SQL Tuning
- Space Management
This parameter lets you tune optimizer behavior for access path selection to be more or less index friendly, that is, to make the optimizer more or less prone to selecting an index access path over a full table scan. The default makes full table scan and index use equal.
- Optimizer Index Caching
- Optimizer Index Cost Adjustments
- Optimizer Mode
- Parallel Automatic Tuning
This RAID configuration stripes data across multiple volumes. One volume is devoted to "parity bits." The bits are used to reconstruct data should you lose a data volume.
- RAID 1
- RAID 0+1
- RAID 3
- RAID 5
This tool in Oracle10g defaults to a collection interval every 30 minutes and collects data that is the foundation for all of the other self-tuning features. It is very much like STATSPACK, especially the level-5 STATSPACK collection mechanism where top SQL is collected every hour, based on your rolling thresholds for high-use SQL.
- Automatic Maintenance Tasks(AMT)
- Automatic Workload Repository(AWR)
- Automatic Database Diagnostic Monitor(ADDM)
- Automatic Storage Management(ASM)
What is the full form of ISM?
- Internet Service Monitor
- Internet Service Monitors
- Internet Service Monitoring
- Internet Services Monitoring
Where does ISM store logs?
- /opt/Netcool/var/logs
- /opt/Netcool/ism/datalogs
- /opt/Netcool/log/ism
- /opt/Netcool/ism/log
ISM startup script resides in...
- /opt/Netcool/bin/ism
- /opt/Netcool/bin
- /opt/Netcool/ism/scripts
- /opt/Netcool/ism/bin
ISM can monitor RADIUS servers.
- True
- False
ISM can store logs for...
- 1 day
- 7 days
- 30 days
- 365 days
MRTG stands for
- Multiple Routers Traffic Graphs
- Multi Router Traffic Grapher
- Multi Router Traffic Graphs
- Multi Routing Traffic Graphs
MRTG works on
- WINDOWS platforms
- UNIX platforms
- Both 1 & 2
- None of the above
MRTG is written in
- C
- Perl
- Shell Script
- C++
MRTG was developed by
- Tobias Oetiker
- James Gosling
- Bjarne Stroustrup
- Larry Wall
MRTG can monitor
- Router
- Firewall
- Switch
- All of them
What protocol do we use for character interface based application?
- Citrix
- RTE
- Web - Click and Script
- Flex
Where do you set the "Generate Fixed Thinktime after end transaction" in the script?
- Before recording in recording options.
- After recroding in recording options
- Before replay in Runtime settings
- By manually writing a code snippet in vuser_init only
What is the web-based version of Controller called
- Web Controller
- Performance Online
- Performance Center
- Load Runner Controller v.9.x
What is not a parameter type in the following list?
- Random Number
- Controller Name
- Load Generoator Name
- Table
In a VUGen script, we have checked the "Continue on Error"-Run-Time Settings, but in the script there is lr_continue_on_error(1) set before a transaction xyz. Suppose the transaction xyz fails , what will happen?
- The script will continue without recording any errors
- The script will report the error and fail
- The script will give a error pop up and continue
- The script will continue but only xyz transaction status will be "FAILED".
We can insert text check code in the script DURING recording.
- True
- False
"Run for duration" in controller behaves like "Run until completion" when the the given number of iterations is done executing?
- True
- False
We can change the run logic -iteration count for Vuser init -Vuser end.
- True
- False
We can have a script with only vuser_init and vuser_end.
- True
- False