C9510-418 · Question #140
What does the following JVM argument do? - Xverbosegclog:${SERVER_LOG_ROOT}/verbose.m%d.7/18/16M%S.%pid.txt,20,100 00
The correct answer is B. It changes the default location of the verbosegc logging. -Xverbosegclog[: <file> [,<X>,<Y>]] Causes -verbose:gc output to be written to the specified file. If it cannot create the file (for example, if an invalid filename is passed into the command), it will redirect the output to stderr. If you specify <X> and <Y> the -verbose:gc…
Question
What does the following JVM argument do? - Xverbosegclog:${SERVER_LOG_ROOT}/verbose.m%d.7/18/16M%S.%pid.txt,20,100 00
Options
- AIt changes the default values for verbosegc logging.
- BIt changes the default location of the verbosegc logging.
- CIt configured verbosegc logging once it has already been enabled.
- DIt sets the default value for enabling and configuring verbosegc logging.
How the community answered
(33 responses)- A6% (2)
- B82% (27)
- C3% (1)
- D9% (3)
Explanation
-Xverbosegclog[: <file> [,<X>,<Y>]] Causes -verbose:gc output to be written to the specified file. If it cannot create the file (for example, if an invalid filename is passed into the command), it will redirect the output to stderr. If you specify <X> and <Y> the -verbose:gc output is redirected to <X> files, each containing <Y> The dump agent tokens can be used in the filename. See Dump agent tokens for more information. If you do not specify <file>, verbosegc.%Y%m%d.%H%M%S.%pid.txt is used. example: -Xverbosegclog:newgclogname.log,7,10000 Exam Questions, Study Guides, Practice Tests. Lead the way to help you pass any IT Certification exams, 100% Pass Guaranteed or Full Refund. Especially Cisco, Microsoft, , Oracle, VMware, Juniper, Check Point, LPI, Nortel, EXIN and so on. Our Slogan: First Test, First Pass. Help you to pass any IT Certification exams at the first try. You can reach us at any of the email addresses listed below. Any problems about IT certification or our products, you could rely upon us, we will give you satisfactory answers in 24 hours.
Topics
Community Discussion
No community discussion yet for this question.