Home
last modified time | relevance | path

Searched refs:sql_history (Results 1 – 25 of 32) sorted by relevance

12

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dplugin_common.c252 if (config.sql_history && (*basetime_eval)) { in P_cache_insert()
259 if (config.acct_type == ACCT_NF && config.nfacctd_pro_rating && config.sql_history) { in P_cache_insert()
516 if (config.acct_type == ACCT_NF && config.nfacctd_pro_rating && config.sql_history) { in P_cache_insert()
851 if (config.sql_history == COUNT_SECONDLY) timeslot = config.sql_history_howmany; in P_init_historical_acct()
852 else if (config.sql_history == COUNT_MINUTELY) timeslot = config.sql_history_howmany*60; in P_init_historical_acct()
853 else if (config.sql_history == COUNT_HOURLY) timeslot = config.sql_history_howmany*3600; in P_init_historical_acct()
854 else if (config.sql_history == COUNT_DAILY) timeslot = config.sql_history_howmany*86400; in P_init_historical_acct()
856 else if (config.sql_history == COUNT_MONTHLY) { in P_init_historical_acct()
896 if (config.sql_history != COUNT_MONTHLY) { in P_eval_historical_acct()
972 if (config.sql_history) { in P_update_time_reference()
[all …]
H A Dsqlite3_plugin.c153 if (config.sql_history) { in sqlite3_plugin()
158 if (config.sql_history == COUNT_MONTHLY) in sqlite3_plugin()
552 if (config.sql_history) { in SQLI_evaluate_history()
629 if (config.sql_history) { in SQLI_compose_static_queries()
H A Dmysql_plugin.c158 if (config.sql_history) { in mysql_plugin()
163 if (config.sql_history == COUNT_MONTHLY) in mysql_plugin()
571 if (config.sql_history) { in MY_evaluate_history()
635 if (config.sql_history) { in MY_compose_static_queries()
H A Dpgsql_plugin.c167 if (config.sql_history) { in pgsql_plugin()
172 if (config.sql_history == COUNT_MONTHLY) in pgsql_plugin()
626 if (config.sql_history) { in PG_evaluate_history()
741 if (config.sql_history) { in PG_compose_static_queries()
H A Dsql_common.c216 if (config.sql_history) { in sql_init_historical_acct()
218 if (config.sql_history == COUNT_SECONDLY) idata->timeslot = config.sql_history_howmany; in sql_init_historical_acct()
219 else if (config.sql_history == COUNT_MINUTELY) idata->timeslot = config.sql_history_howmany*60; in sql_init_historical_acct()
220 else if (config.sql_history == COUNT_HOURLY) idata->timeslot = config.sql_history_howmany*3600; in sql_init_historical_acct()
223 else if (config.sql_history == COUNT_MONTHLY) { in sql_init_historical_acct()
578 if ((Cursor->basetime < basetime) && config.sql_history) in sql_cache_search()
617 if (data->time_start.tv_sec && config.sql_history) { in sql_cache_insert()
618 if (config.sql_history != COUNT_MONTHLY) { in sql_cache_insert()
644 if (config.acct_type == ACCT_NF && config.nfacctd_pro_rating && config.sql_history) { in sql_cache_insert()
762 if ((Cursor->basetime != basetime) && config.sql_history) goto follow_chain; in sql_cache_insert()
[all …]
H A Dcfg.h137 int sql_history; member
H A Dmongodb_plugin.c136 if (config.sql_history) { in mongodb_plugin()
888 if (config.sql_history) { in MongoDB_cache_purge()
H A Dplugin_cmn_avro.c307 if (config.sql_history) { in p_avro_schema_build_acct_data()
1000 if (config.sql_history) { in compose_avro_acct_data()
H A Dkafka_plugin.c172 if (config.sql_history) { in kafka_plugin()
H A Damqp_plugin.c191 if (config.sql_history) { in amqp_plugin()
/dports/net-mgmt/pmacct/pmacct-1.7.5/examples/
H A Dpmacctd-sqlite3.conf.example27 sql_history[foo]: 1m
H A Dnfacctd-sql.conf.example34 sql_history[foo]: 1m
H A Dpmacctd-sql.conf.example33 sql_history[foo]: 1m
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/templates/console/
H A Ddisplay.twig26 {% if sql_history is not empty %}
27 {% for record in sql_history|reverse %}
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/console/
H A Ddisplay.twig26 {% if sql_history is not empty %}
27 {% for record in sql_history|reverse %}
/dports/net-mgmt/pmacct/pmacct-1.7.5/docs/
H A DTRIGGER_VARS81 DESC: Returns the basetime of the current timeslot, if 'sql_history'
89 DESC: Returns the timeslot size (in seconds), if 'sql_history' (see
/dports/polish/kadu/kadu-4.3/
H A DPlugins.cmake27 sql_history
/dports/net-mgmt/pmacct/pmacct-1.7.5/
H A DCONFIG-KEYS112 time-bins via the sql_history feature; these primitives have the effect of
978 $hst Configured sql_history value, in seconds, for the plugin.
994 Time-related variables require 'sql_history' to be specified in order to work correctly
996 'sql_refresh_time' setting is aligned with the 'sql_history', ie.:
998 sql_history: 5m
1005 sql_history: 1h
1016 the feature does not support values of sql_refresh_time greater than sql_history. The
1087 sql_history: 5m
1202 KEY: [ sql_history | print_history | amqp_history | kafka_history ]
1421 be also adviceable to hold the the equality 'sql_refresh_time' = 'sql_history'.
[all …]
H A DFAQS171 print_history_roundoff, sql_history, etc.). The time-bin to which data is allocated
283 sql_history == sql_refresh_time. UPDATEs are demanding in terms of resources and
H A DQUICKSTART401 sql_history: 5m
407 once per time-bin (sql_history): this results into a much lighter INSERTs-only setup.
411 sql_history: 5m
416 for cases where sql_refresh_time must be kept shorter than sql_history (for example
417 because a) of long sql_history periods, ie. hours or days, and/or because b) near
517 sql_history: 1h
583 sql_history: 10m
814 sql_history: 5m
1701 sql_history[5mins]: 5m
1706 sql_history[hourly]: 1h
/dports/polish/kadu/kadu-4.3/varia/scripts/
H A Dnsis_installer.nsi.in499 !insertmacro kadu_obligatory_plugin sql_history sql_history
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/t/
H A Dperformance_schema_stmt.test11 -->import sql_history.macro
/dports/net-mgmt/pmacct/pmacct-1.7.5/sql/
H A DREADME.sqlite3200 (sql_history) is enabled:
H A DREADME.mysql199 (sql_history) is enabled:
H A DREADME.pgsql180 (sql_history) is enabled:

12