mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-11 02:26:43 +00:00
Implements progress bars to express hash tables usage and entries by state
Implements #3042
This commit is contained in:
parent
9ce8bce021
commit
2d33f550b2
5 changed files with 121 additions and 10 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue