#include "graph.h"
#include "unbound.h"
-static int unbound_queries_title(td_ctx* ctx, td_graph* graph,
+static int unbound_cache_performance_title(td_ctx* ctx, td_graph* graph,
const char* object, char* title, size_t length) {
- return __td_string_set(title, length, _("DNS Queries"));
+ return __td_string_set(title, length, _("DNS Cache Performance"));
}
-static int unbound_queries_render(td_ctx* ctx, td_graph* graph,
+static int unbound_cache_performance_render(td_ctx* ctx, td_graph* graph,
const td_graph_render_options* options, td_args* args, const char* object) {
int r;
return 0;
}
-const td_graph_impl unbound_queries_graph = {
- .name = "UnboundQueries",
- .render = unbound_queries_render,
- .title = unbound_queries_title,
+const td_graph_impl unbound_cache_performance_graph = {
+ .name = "UnboundCachePerformance",
+ .render = unbound_cache_performance_render,
+ .title = unbound_cache_performance_title,
.vlabel = td_graph_vlabel_qps,
// Limits