Implements progress bars to express hash tables usage and entries by state

Implements #3042
This commit is contained in:
Simone Mainardi 2019-11-18 17:21:54 +01:00
parent 9ce8bce021
commit 2d33f550b2
5 changed files with 121 additions and 10 deletions

View file

@ -401,6 +401,8 @@ void GenericHash::lua(lua_State *vm) {
lua_newtable(vm);
lua_push_uint64_table_entry(vm, "max_hash_size", (u_int64_t)max_hash_size);
/* Hash Entry states */
lua_newtable(vm);