- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- showtable.sh - it shows statistics of the connecti...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
showtable.sh - it shows statistics of the connections, fxw_cache and sam_blocked_ips tables
This scripts allows to get statistics of the connections, fwx_cache, fwx_alloc and sam_blocked_ips tables.
This is the syntax: showtable.sh (TABLE:connections|fwx_cache|fwx_alloc|sam_blocked_ips|all) (CPU:global|core) (OPERATION:summary|list,<nr>,sdcfplm,<pattern>)
TABLE: connections, fwx_cache, fwx_alloc, sam_blocked_ips or all tables"
*CPU: global or core, data globally or per core"
*OPERATION: summary or list/detailed information; <nr> number of lines; FLAGS: s(source), d(destination), c(conversations), f(flow), p(protocol), l(local with the latest fetched data),m(filter pattern), r(rules) ; <pattern to filter>"
Some examples:
SUMMARY
./showtable.sh all global summary: all tables, all cpu cores, summary
./showtable.sh all core summary: all tables, per cpu core, summary
./showtable.sh connections core summary: connections table, per cpu core, summary
DETAILS:
./showtable.sh all global list: all tables, all cpu cores, detailed. It gathers all the table entries and presents flows, conversations, sources, destination ips, rules, protocols, etc
FILTERING:
./showtable.sh all global list:30:lmsdcfpr,icmp: analyzes the latest fetched data (l) and presents the top 30 results sorted by source, destionation, ip, conversations, flows, protocols, rules and filtered against the <icmp> pattern
- Labels:
-
General
