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 (#13665)
* 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:
parent
c93e585f38
commit
466b1fcc56
5 changed files with 56 additions and 0 deletions
database/sqlite
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue