dlmarion commented on PR #5599:
URL: https://github.com/apache/accumulo/pull/5599#issuecomment-2936332469

   Here's an example of the output. I used `monitor` because it's the shortest.
   
   ```
   ~/Software/accumulo-2.1.4-SNAPSHOT/bin$ ./accumulo monitor -?
   Usage: monitor [options]
     Options:
       -a, --address
         address to bind to (deprecated - use rpc.bind.addr instead)
       -h, -?, --help, -help
   
       -p, -props, --props
         Sets path to accumulo.properties.The classpath will be searched if 
this 
         property is not set
       -o
         Overrides configuration set in accumulo.properties (but NOT 
system-wide 
         config set in Zookeeper). Expected format: -o <key>=<value>
         Default: []
   
        Below are the properties, and their default values, that can be used 
with the '-o' (overrides) option.
        Long default values will be truncated.
        See the user guide at https://accumulo.apache.org/ for more information 
about each property.
   
   general.block.cache.manager.class                               
org.apache.accumulo.core.file.blockfile. (truncated)
   general.cache.manager.class                                     
org.apache.accumulo.core.file.blockfile. (truncated) (deprecated - replaced by 
general.block.cache.manager.class)
   general.classpaths                                                           
                                        (deprecated)
   general.context.class.loader.factory                                         
                                       
   general.delegation.token.lifetime                               7d           
                                       
   general.delegation.token.update.interval                        1d           
                                       
   general.dynamic.classpaths                                                   
                                        (deprecated)
   general.file.name.allocation.batch.size.max                     200          
                                       
   general.file.name.allocation.batch.size.min                     100          
                                       
   general.kerberos.keytab                                                      
                                       
   general.kerberos.principal                                                   
                                       
   general.kerberos.renewal.period                                 30s          
                                       
   general.max.scanner.retry.period                                5s           
                                       
   general.metrics.process.idle                                    5m           
                                       
   general.micrometer.enabled                                      false        
                                       
   general.micrometer.factory                                      
org.apache.accumulo.core.spi.metrics.Log (truncated)
   general.micrometer.jvm.metrics.enabled                          false        
                                       
   general.micrometer.log.metrics                                  none         
                                       
   general.opentelemetry.enabled                                   false        
                                       
   general.rpc.server.type                                                      
                                       
   general.rpc.timeout                                             120s         
                                       
   general.security.credential.provider.paths                                   
                                       
   general.server.lock.verification.interval                       0            
                                       
   general.server.message.size.max                                 1G           
                                        (deprecated - replaced by 
rpc.message.size.max)
   general.server.simpletimer.threadpool.size                      1            
                                        (deprecated - replaced by 
general.server.threadpool.size)
   general.server.threadpool.size                                  1            
                                       
   general.vfs.cache.dir                                           
${java.io.tmpdir}                                    (deprecated)
   general.vfs.classpaths                                                       
                                        (deprecated)
   general.volume.chooser                                          
org.apache.accumulo.core.spi.fs.RandomVo (truncated)
   monitor.lock.check.interval                                     5s           
                                       
   monitor.port.client                                             9995         
                                       
   monitor.resources.external                                                   
                                       
   monitor.ssl.exclude.ciphers                                                  
                                       
   monitor.ssl.include.ciphers                                                  
                                       
   monitor.ssl.include.protocols                                   TLSv1.2      
                                       
   monitor.ssl.keyPassword                                                      
                                       
   monitor.ssl.keyStore                                                         
                                       
   monitor.ssl.keyStorePassword                                                 
                                       
   monitor.ssl.keyStoreType                                        jks          
                                       
   monitor.ssl.trustStore                                                       
                                       
   monitor.ssl.trustStorePassword                                               
                                       
   monitor.ssl.trustStoreType                                      jks          
                                       
   rpc.backlog                                                     50           
                                       
   rpc.bind.addr                                                                
                                       
   rpc.javax.net.ssl.keyStore                                                   
                                       
   rpc.javax.net.ssl.keyStorePassword                                           
                                       
   rpc.javax.net.ssl.keyStoreType                                  jks          
                                       
   rpc.javax.net.ssl.trustStore                                                 
                                       
   rpc.javax.net.ssl.trustStorePassword                                         
                                       
   rpc.javax.net.ssl.trustStoreType                                jks          
                                       
   rpc.message.size.max                                            2147483647   
                                       
   rpc.sasl.qop                                                    auth         
                                       
   rpc.ssl.cipher.suites                                                        
                                       
   rpc.ssl.client.protocol                                         TLSv1.2      
                                       
   rpc.ssl.server.enabled.protocols                                TLSv1.2      
                                       
   rpc.useJsse                                                     false        
                                       
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to