Home
last modified time | relevance | path

Searched refs:rolling_interval_sec (Results 1 – 19 of 19) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogObject.h97 …header, Log::RollingEnabledValues rolling_enabled, int flush_threads, int rolling_interval_sec = 0,
199 set_rolling_interval_sec(int rolling_interval_sec) in set_rolling_interval_sec() argument
201 …_setup_rolling(Log::config, m_rolling_enabled, rolling_interval_sec, m_rolling_offset_hr, m_rollin… in set_rolling_interval_sec()
292 …ng(LogConfig *cfg, Log::RollingEnabledValues rolling_enabled, int rolling_interval_sec, int rollin…
315 … Log::RollingEnabledValues rolling_enabled, int flush_threads, int rolling_interval_sec,
H A DLogObject.cc100 m_rolling_interval_sec(rolling_interval_sec), in LogObject()
136 _setup_rolling(cfg, rolling_enabled, rolling_interval_sec, rolling_offset_hr, rolling_size_mb); in LogObject()
586 …_setup_rolling(LogConfig *cfg, Log::RollingEnabledValues rolling_enabled, int rolling_interval_sec, in _setup_rolling() argument
606 if (rolling_interval_sec < Log::MIN_ROLLING_INTERVAL_SEC) { in _setup_rolling()
609 } else if (rolling_interval_sec > Log::MAX_ROLLING_INTERVAL_SEC) { in _setup_rolling()
612 } else if (Log::MAX_ROLLING_INTERVAL_SEC % rolling_interval_sec == 0) { in _setup_rolling()
614 m_rolling_interval_sec = rolling_interval_sec; in _setup_rolling()
616 m_rolling_interval_sec = rolling_interval_sec; in _setup_rolling()
623 if (m_rolling_interval_sec != rolling_interval_sec) { in _setup_rolling()
747 … Log::RollingEnabledValues rolling_enabled, int flush_threads, int rolling_interval_sec, in TextLogObject() argument
[all …]
H A DLogConfig.cc87 rolling_interval_sec = 86400; // 24 hours in setup_default_values()
187rolling_interval_sec = static_cast<int>(REC_ConfigReadInteger("proxy.config.log.rolling_interval_s… in read_configuration_variables()
310rolling_interval_sec, rolling_offset_hr, rolling_size_mb, /* auto_created */ false, rolling_max_co… in init()
358 fprintf(fd, " rolling_interval_sec = %d\n", rolling_interval_sec); in display()
H A DLogConfig.h194 int rolling_interval_sec; variable
H A DYamlLogConfig.cc167 int obj_rolling_interval_sec = cfg->rolling_interval_sec; in decodeLogObject()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/tcpinfo/
H A Dtcpinfo.cc341 unsigned int rolling_interval_sec = 86400; in TSPluginInit() local
399 …] invalid rolling-interval-sec argument, '%s', using default of %d", optarg, rolling_interval_sec); in TSPluginInit()
401 rolling_interval_sec = i; in TSPluginInit()
445 TSTextLogObjectRollingIntervalSecSet(config->log, rolling_interval_sec); in TSPluginInit()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/security/
H A DTestAMRMTokens.java84 private static final int rolling_interval_sec = 13; field in TestAMRMTokens
224 rolling_interval_sec); in testMasterKeyRollOver()
280 while(System.currentTimeMillis() - startTime < rolling_interval_sec*1000) { in testMasterKeyRollOver()
/dports/www/trafficserver/trafficserver-9.1.1/doc/admin-guide/logging/
H A Drotation.en.rst165 :ts:cv:`proxy.config.log.rolling_interval_sec`. ::
167 CONFIG proxy.config.log.rolling_interval_sec INT 21600
258 Set :ts:cv:`proxy.config.log.rolling_interval_sec` (yaml: `rolling_interval_sec`) to 3600 (1h)
H A Dexamples.en.rst235 rolling_interval_sec: 3600
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/api/impl/
H A DTestAMRMClientOnRMRestart.java76 static final int rolling_interval_sec = 13; field in TestAMRMClientOnRMRestart
384 rolling_interval_sec); in testAMRMClientOnAMRMTokenRollOverOnRMRestart()
425 while (System.currentTimeMillis() - startTime < rolling_interval_sec * 1000) { in testAMRMClientOnAMRMTokenRollOverOnRMRestart()
H A DTestAMRMClient.java108 static final int rolling_interval_sec = 13; field in TestAMRMClient
126 rolling_interval_sec); in setup()
954 rolling_interval_sec * 1000) { in testAMRMClientOnAMRMTokenRollOver()
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/api/functions/
H A DTSTextLogObjectCreate.en.rst40 …n:: void TSTextLogObjectRollingIntervalSecSet(TSTextLogObject the_object, int rolling_interval_sec)
/dports/www/trafficserver/trafficserver-9.1.1/doc/admin-guide/files/
H A Dlogging.yaml.en.rst276 rolling_interval_sec number Interval in seconds between log file rolling.
278 :ts:cv:`proxy.config.log.rolling_interval_sec`.
H A Drecords.config.en.rst261 :ts:cv:`proxy.config.output.logfile.rolling_interval_sec` variable).
269 .. ts:cv:: CONFIG proxy.config.output.logfile.rolling_interval_sec INT 3600
2980 (specified with the :ts:cv:`proxy.config.log.rolling_interval_sec` and
2991 .. ts:cv:: CONFIG proxy.config.log.rolling_interval_sec INT 86400
3239 :ts:cv:`proxy.config.diags.logfile.rolling_interval_sec`). The "clock"
3248 .. ts:cv:: CONFIG proxy.config.diags.logfile.rolling_interval_sec INT 3600
/dports/www/trafficserver/trafficserver-9.1.1/configs/
H A Drecords.config.default.in144 CONFIG proxy.config.log.rolling_interval_sec INT 86400
/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/admin-guide/monitoring/logging/
H A Dmanaging-logs.en.po383 "rolling_interval_sec`. ::"
/dports/www/trafficserver/trafficserver-9.1.1/include/ts/
H A Dts.h2307 …pi void TSTextLogObjectRollingIntervalSecSet(TSTextLogObject the_object, int rolling_interval_sec);
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc7742 …Log::config->preproc_threads, Log::config->rolling_interval_sec, Log::config->rolling_offset_hr, L… in TSTextLogObjectCreate()
7832 TSTextLogObjectRollingIntervalSecSet(TSTextLogObject the_object, int rolling_interval_sec) in TSTextLogObjectRollingIntervalSecSet() argument
7836 ((TextLogObject *)the_object)->set_rolling_interval_sec(rolling_interval_sec); in TSTextLogObjectRollingIntervalSecSet()
/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/admin-guide/files/
H A Drecords.config.en.po601 "`proxy.config.output.logfile.rolling_interval_sec` variable). The clock "
4094 "with the :ts:cv:`proxy.config.log.rolling_interval_sec` and :ts:cv:`proxy."
4306 "cv:`proxy.config.diags.logfile.rolling_interval_sec`). The \"clock\" starts "