Home
last modified time | relevance | path

Searched refs:ds_name (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/net-mgmt/observium/observium/html/includes/graphs/
H A Dgeneric_definition.inc.php119 $ds_data = $ds_name;
136 $cmd_def .= " DEF:".$ds_name."=".$ds['file'].":".$ds_name.":AVERAGE";
139 $cmd_def .= " DEF:".$ds_name."_min=".$ds['file'].":".$ds_name.":MIN";
141 $cmd_def .= " CDEF:".$ds_name."_min=".$ds_name;
145 $cmd_def .= " DEF:".$ds_name."_max=".$ds['file'].":".$ds_name.":MAX";
147 $cmd_def .= " CDEF:".$ds_name."_max=".$ds_name;
152 $ds_name = $ds_name."_c"; variable
161 $cmd_cdef .= " CDEF:".$ds_name."_i=".$ds_name.",-1,*";
162 $cmd_cdef .= " CDEF:".$ds_name."_min_i=".$ds_name."_min,-1,*";
163 $cmd_cdef .= " CDEF:".$ds_name."_max_i=".$ds_name."_max,-1,*";
[all …]
H A Dfunctions.inc.php84 foreach ($graph_def['ds'] as $ds_name => $ds)
91 $cmd_def .= " DEF:".$ds_name."=".$ds['file'].":".$ds_name.":AVERAGE";
92 $cmd_def .= " DEF:".$ds_name."_min=".$ds['file'].":".$ds_name.":MIN";
93 $cmd_def .= " DEF:".$ds_name."_max=".$ds['file'].":".$ds_name.":MAX";
97 $ds_name = $ds_name."_c";
98 $cmd_cdef .= " CDEF:".$ds_name . "=". $ds['cdef'] . "";
99 $cmd_cdef .= " CDEF:".$ds_name . "_min=". $ds['cdef'] . "";
100 $cmd_cdef .= " CDEF:".$ds_name . "_max=". $ds['cdef'] . "";
127 $cmd_graph .= ' GPRINT:'.$ds_name.':LAST:"%6.2lf%s"';
128 $cmd_graph .= ' GPRINT:'.$ds_name.':AVERAGE:"%6.2lf%s"';
[all …]
/dports/net-mgmt/collectd5/collectd-5.12.0/contrib/collection3/lib/Collectd/Graph/
H A DType.pm350 my $ds_name = $ds->[$i];
354 $ds_name =~ s#:#\\:#g;
370 "DEF:min${i}=${f}:${ds_name}:MIN",
372 "DEF:max${i}=${f}:${ds_name}:MAX");
378 my $ds_name = $ds->[0];
382 if ($ds_names->{$ds_name})
384 $ds_name = $ds_names->{$ds_name};
386 $ds_name =~ s#:#\\:#g;
401 my $ds_name = $ds->[$i];
404 if ($ds_names->{$ds_name})
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Dhdf5_utils.cpp80 h5_io.store_scalar(ds_name, value); in TEUCHOS_UNIT_TEST()
86 h5_io.read_scalar(ds_name, value); in TEUCHOS_UNIT_TEST()
105 h5_io.store_vector(ds_name, vec_out); in TEUCHOS_UNIT_TEST()
112 h5_io.read_vector(ds_name, test_vec); in TEUCHOS_UNIT_TEST()
138 h5_io.store_vector(ds_name, vec_out); in TEUCHOS_UNIT_TEST()
145 h5_io.read_vector(ds_name, test_vec); in TEUCHOS_UNIT_TEST()
166 h5_io.store_vector(ds_name, vec_out); in TEUCHOS_UNIT_TEST()
232 h5_io.append_scalar(ds_name, e); in TEUCHOS_UNIT_TEST()
438 h5_io.store_scalar(ds_name, 5); in TEUCHOS_UNIT_TEST()
444 TEST_ASSERT(h5_io.exists(ds_name)); in TEUCHOS_UNIT_TEST()
[all …]
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dforms.c193 dom_string *ds_name = NULL; in parse_button_element() local
239 if (ds_name != NULL) { in parse_button_element()
241 dom_string_data(ds_name), in parse_button_element()
261 if (ds_name != NULL) in parse_button_element()
287 if (ds_name != NULL) in parse_input_element()
416 if (ds_name != NULL) in parse_input_element()
442 if (ds_name != NULL) in parse_textarea_element()
463 if (ds_name != NULL) in parse_textarea_element()
488 if (ds_name != NULL) in parse_select_element()
512 if (ds_name != NULL) in parse_select_element()
[all …]
/dports/devel/bsdelf/elftoolchain-0.7.1/libdwarf/
H A Dlibdwarf_sections.c46 if ((ds->ds_name = strdup(name)) == NULL) { in _dwarf_section_init()
55 free(ds->ds_name); in _dwarf_section_init()
88 if (ds->ds_name) in _dwarf_section_free()
89 free(ds->ds_name); in _dwarf_section_free()
219 if (ds->ds_name != NULL && !strcmp(ds->ds_name, name)) in _dwarf_find_section()
235 assert(ds->ds_name != NULL); in _dwarf_find_next_types_section()
239 if (ds->ds_name != NULL && in _dwarf_find_next_types_section()
242 } while (ds->ds_name != NULL); in _dwarf_find_next_types_section()
255 if (ds->ds_name != NULL && !strcmp(ds->ds_name ,name)) in _dwarf_pro_find_section()
272 if (ds->ds_name) in _dwarf_section_cleanup()
[all …]
/dports/devel/elftoolchain/elftoolchain-0.7.1/libdwarf/
H A Dlibdwarf_sections.c46 if ((ds->ds_name = strdup(name)) == NULL) { in _dwarf_section_init()
55 free(ds->ds_name); in _dwarf_section_init()
88 if (ds->ds_name) in _dwarf_section_free()
89 free(ds->ds_name); in _dwarf_section_free()
219 if (ds->ds_name != NULL && !strcmp(ds->ds_name, name)) in _dwarf_find_section()
235 assert(ds->ds_name != NULL); in _dwarf_find_next_types_section()
239 if (ds->ds_name != NULL && in _dwarf_find_next_types_section()
242 } while (ds->ds_name != NULL); in _dwarf_find_next_types_section()
255 if (ds->ds_name != NULL && !strcmp(ds->ds_name ,name)) in _dwarf_pro_find_section()
272 if (ds->ds_name) in _dwarf_section_cleanup()
[all …]
/dports/net-mgmt/observium/observium/html/includes/graphs/munin/
H A Dgraph.inc.php48 $ds_name = $ds['ds_name']; variable
54 $ds_name = $ds['ds_name']."_cdef"; variable
55 $cmd_cdef .= " CDEF:".$ds_name . "=". $ds['ds_cdef'] . " ";
80 $cmd_graph .= ' '.$ds['ds_draw'].':'.$ds_name.'#'.$colour.':"'.$descr.'"';
81 $cmd_graph .= ' GPRINT:'.$ds_name.':LAST:"%6.2lf%s"';
82 $cmd_graph .= ' GPRINT:'.$ds_name.':AVERAGE:"%6.2lf%s"';
83 $cmd_graph .= ' GPRINT:'.$ds_name.':MAX:"%6.2lf%s\\n"';
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/share/pnp/templates.dist/
H A Dcheck_mysql_health.php31 $ds_name[$defcnt] = "Time to connect";
41 $ds_name[$defcnt] = "Uptime";
57 $ds_name[$defcnt] = "Index usage";
165 $ds_name[$defcnt] = "Query cache hitrate";
189 $ds_name[$defcnt] = "Selects per second";
213 $ds_name[$defcnt] = "Slow query rate";
250 $ds_name[$defcnt] = "Table cache hitrate";
341 $ds_name[$defcnt] = "Connection threads";
351 $ds_name[$defcnt] = "Running threads";
361 $ds_name[$defcnt] = "Cached threads";
[all …]
H A Dcheck_mssql_health.php26 $ds_name[$defcnt] = "Time to connect";
35 $ds_name[$defcnt] = "CPU Busy Time";
50 $ds_name[$defcnt] = "IO Busy Time";
80 $ds_name[$defcnt] = "Connected Users";
171 $ds_name[$defcnt] = "Batch Requests";
216 $ds_name[$defcnt] = "Lazy Writes";
294 $ds_name[1] = "Lockwaits / sec ";
309 $ds_name[1] = "Deadlocks / sec ";
323 $ds_name[1] = "DB Freespace %";
336 $ds_name[2] = "DB Freespace MB";
[all …]
H A Dcheck_openmanage.php129 $ds_name[$count] = "Power Consumption";
132 $title = $ds_name[$count];
162 $ds_name[$count] = "Amperage Probes";
165 $title = $ds_name[$count];
195 $ds_name[$count] = "Fan Speed";
307 $ds_name[$id_temp1] = "Temperatures";
354 $ds_name[$id_temp2] = "Temperatures";
380 $title = $ds_name[$id_watt];
430 $title = $ds_name[$id_amp];
478 $title = $ds_name[$id_volt];
[all …]
H A Dicinga.php11 $ds_name[$graph] = "Check Latency";
25 $ds_name[$graph] = "Service Stats";
39 $ds_name[$graph] = "Host Stats";
53 $ds_name[$graph] = "Execution Time";
67 $ds_name[$graph] = "Work Queue Items";
81 $ds_name[$graph] = "Work Queue Rate";
95 $ds_name[$graph] = "Check Rate";
109 $ds_name[$graph] = "IDO MySQL Queries";
123 $ds_name[$graph] = "Endpoints";
H A Dcheck_dell_bladechassis.php42 $ds_name[$count] = "Total Power Consumption";
45 $title = $ds_name[$count];
67 $ds_name[$count] = "Total Amperage";
70 $title = $ds_name[$count];
96 $ds_name[$count] = "PS Voltage";
122 $ds_name[$count] = "PS Amperage";
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/share/pnp/templates.dist/
H A Dcheck_mysql_health.php31 $ds_name[$defcnt] = "Time to connect";
41 $ds_name[$defcnt] = "Uptime";
57 $ds_name[$defcnt] = "Index usage";
165 $ds_name[$defcnt] = "Query cache hitrate";
189 $ds_name[$defcnt] = "Selects per second";
213 $ds_name[$defcnt] = "Slow query rate";
250 $ds_name[$defcnt] = "Table cache hitrate";
341 $ds_name[$defcnt] = "Connection threads";
351 $ds_name[$defcnt] = "Running threads";
361 $ds_name[$defcnt] = "Cached threads";
[all …]
H A Dcheck_mssql_health.php26 $ds_name[$defcnt] = "Time to connect";
35 $ds_name[$defcnt] = "CPU Busy Time";
50 $ds_name[$defcnt] = "IO Busy Time";
80 $ds_name[$defcnt] = "Connected Users";
171 $ds_name[$defcnt] = "Batch Requests";
216 $ds_name[$defcnt] = "Lazy Writes";
294 $ds_name[1] = "Lockwaits / sec ";
309 $ds_name[1] = "Deadlocks / sec ";
323 $ds_name[1] = "DB Freespace %";
336 $ds_name[2] = "DB Freespace MB";
[all …]
H A Dcheck_openmanage.php129 $ds_name[$count] = "Power Consumption";
132 $title = $ds_name[$count];
162 $ds_name[$count] = "Amperage Probes";
165 $title = $ds_name[$count];
195 $ds_name[$count] = "Fan Speed";
307 $ds_name[$id_temp1] = "Temperatures";
354 $ds_name[$id_temp2] = "Temperatures";
380 $title = $ds_name[$id_watt];
430 $title = $ds_name[$id_amp];
478 $title = $ds_name[$id_volt];
[all …]
H A Dicinga.php11 $ds_name[$graph] = "Check Latency";
25 $ds_name[$graph] = "Service Stats";
39 $ds_name[$graph] = "Host Stats";
53 $ds_name[$graph] = "Execution Time";
67 $ds_name[$graph] = "Work Queue Items";
81 $ds_name[$graph] = "Work Queue Rate";
95 $ds_name[$graph] = "Check Rate";
109 $ds_name[$graph] = "IDO MySQL Queries";
123 $ds_name[$graph] = "Endpoints";
H A Dcheck_dell_bladechassis.php42 $ds_name[$count] = "Total Power Consumption";
45 $title = $ds_name[$count];
67 $ds_name[$count] = "Total Amperage";
70 $title = $ds_name[$count];
96 $ds_name[$count] = "PS Voltage";
122 $ds_name[$count] = "PS Amperage";
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/munin/
H A Dgraph.inc.php27 $ds_name = $ds['ds_name']; variable
33 $ds_name = $ds['ds_name'] . '_cdef'; variable
52 $cmd_graph .= ' ' . $ds['ds_draw'] . ':' . $ds_name . '#' . $colour . ":'" . $descr . "'";
53 $cmd_graph .= ' GPRINT:' . $ds_name . ':LAST:"%6.2lf%s"';
54 $cmd_graph .= ' GPRINT:' . $ds_name . ':AVERAGE:"%6.2lf%s"';
55 $cmd_graph .= ' GPRINT:' . $ds_name . ':MAX:"%6.2lf%s\\n"';
/dports/net-mgmt/check_mysql_health/check_mysql_health-2.2.2/contrib/
H A Dcheck_mysql_health.php29 $ds_name[$defcnt] = "Open Files Usage";
49 $ds_name[$defcnt] = "Time to connect";
59 $ds_name[$defcnt] = "Uptime";
75 $ds_name[$defcnt] = "Index usage";
183 $ds_name[$defcnt] = "Query cache hitrate";
207 $ds_name[$defcnt] = "Selects per second";
231 $ds_name[$defcnt] = "Slow query rate";
268 $ds_name[$defcnt] = "Table cache hitrate";
321 $ds_name[$defcnt] = "Thread cache hitrate";
345 $ds_name[$defcnt] = "Connects per second";
[all …]
/dports/net-mgmt/collectd5/collectd-5.12.0/src/utils/format_graphite/
H A Dformat_graphite.c190 assert(!(flags & GRAPHITE_ALWAYS_APPEND_DS) || (ds_name != NULL)); in gr_format_name_tagged()
191 if (ds_name != NULL) { in gr_format_name_tagged()
192 snprintf(tmp_ds_name, sizeof(tmp_ds_name), ";ds_name=%s", ds_name); in gr_format_name_tagged()
198 ds_name); in gr_format_name_tagged()
216 char const *ds_name, char const *prefix, in gr_format_name() argument
273 assert(!(flags & GRAPHITE_ALWAYS_APPEND_DS) || (ds_name != NULL)); in gr_format_name()
274 if (ds_name != NULL) { in gr_format_name()
278 tmp_plugin, ds_name); in gr_format_name()
281 tmp_plugin, tmp_type, ds_name); in gr_format_name()
314 char const *ds_name = NULL; in format_graphite() local
[all …]
/dports/devel/py-oslo.vmware/oslo.vmware-3.10.0/oslo_vmware/tests/objects/
H A Dtest_datastore.py365 ds_name = 'datastore-1'
366 params = {'dcPath': dc_path, 'dsName': ds_name}
378 ds_name = 'datastore-1'
379 params = {'dcPath': dc_path, 'dsName': ds_name}
391 ds_name = 'datastore-1'
401 ds_name = 'datastore-1'
410 ds_name = 'datastore-1'
419 ds_name = 'datastore-1'
428 ds_name = 'datastore-1'
439 ds_name = 'datastore-1'
[all …]
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dgraph_variables.php179 if (isset($asum_array[$ds_name]) && isset($asum_array[$ds_name][$timestamp])) {
180 $asum_array[$ds_name][$timestamp] += $data;
182 $asum_array[$ds_name][$timestamp] = $data;
195 foreach ($asum_array as $ds_name => $sum_by_timestamp) {
212 foreach ($asum_array as $ds_name => $sum_by_timestamp) {
213 if ($ds_name == 'nth_percentile_maximum') {
234 foreach ($asum_array as $ds_name => $data_by_timestamp) {
236 $stats[$ds_name] = $cstats['stats_' . $ds_name]['p' . $percentile . 'n'];
239 if ($ds_name != 'nth_percentile_sum' &&
240 $ds_name != 'nth_percentile_maximum') {
[all …]
/dports/databases/rrdman/rrdman-1.0.1/perlbin/
H A Drrd_hwreapply.in186 foreach my $ds_name ( @ds_names )
188 my $type = $rrdinfo->{'ds['.$ds_name.'].type'};
193 my $min = $rrdinfo->{'ds['.$ds_name.'].min'};
195 my $max = $rrdinfo->{'ds['.$ds_name.'].max'};
199 $rrdinfo->{'ds['.$ds_name.'].minimal_heartbeat'},
204 $args = $rrdinfo->{'ds['.$ds_name.'].cdef'};
212 $ds_name, $type, $args) );
373 foreach my $ds_name ( @$names )
375 my $type = $ds_type{$ds_idx} = $rrdinfo->{'ds['.$ds_name.'].type'};
383 $template .= $ds_name;
[all …]
/dports/sysutils/munin-master/munin-2.0.67/master/lib/Munin/Master/
H A DNode.pm369 my ($ds_name, $value, $when) = ($1, $2, NO_TIMESTAMP);
371 $ds_name = $self->_sanitise_fieldname($ds_name);
379 $data_source_config->{$service}{$ds_name} ||= {};
380 $data_source_config->{$service}{$ds_name}{when} ||= [];
381 $data_source_config->{$service}{$ds_name}{value} ||= [];
384 push @{$data_source_config->{$service}{$ds_name}{when}}, $when;
385 push @{$data_source_config->{$service}{$ds_name}{value}}, $value;
390 my ($ds_name, $ds_var, $ds_val) = ($1, $2, $3);
391 $ds_name = $self->_sanitise_fieldname($ds_name);
392 $data_source_config->{$service}{$ds_name} ||= {};
[all …]

12345678910>>...12