0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-19 07:21:45 +00:00

Add sqlite page cache hit and miss statistics ()

* Add sqlite page cache hit/ miss statistics

* Proper function definition

Co-authored-by: Vladimir Kobal <vlad@prokk.net>

* Proper function calls

Co-authored-by: Vladimir Kobal <vlad@prokk.net>

Co-authored-by: Vladimir Kobal <vlad@prokk.net>
This commit is contained in:
Stelios Fragkakis 2022-09-14 19:22:25 +03:00 committed by GitHub
parent c93e585f38
commit 466b1fcc56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 56 additions and 0 deletions
database/sqlite

View file

@ -6,6 +6,7 @@
#include "daemon/common.h"
#include "sqlite3.h"
extern int sql_context_cache_stats(int op);
typedef struct ctx_chart {
uuid_t chart_id;
const char *id;