-
Notifications
You must be signed in to change notification settings - Fork 24
[Feature request] Services view #27
Description
In addition to "Hosts" view, it'd be nice to have a "Services" view which would simply make a table where instead of IP being the table's key, so for different service ports like 80 would be HTTP traffic, i.e. the result of filter (dst port 80 and dst host local.host) or (src port 80 and src host local.host).
And yes I know that there already exist other traffic monitoring tools which show that but I don't want the bloat and the everything and the kitchen sink approach, darkstat is sleek, fast, simple and very low on resources.
The information is something that is already collected so it wouldn't add any bloat but just be another way to show the information that already exists in the UI.
| Port | In | Out | Total | Last Seen |
|---|---|---|---|---|
| 80 | 1 | 2 | 3 | 5 secs |
| 443 | 2 | 3 | 5 | 2 secs |
Something like that, then clicking the port would open up similar view to what there is when you click a host in the "Hosts" view, but instead of showing all the different ports it would show all the different hosts
Or it could open exactly same view as "Hosts" already does, but just with the port filter applied