SoftPerfect Support Forum
All Forums
► Network Scanner
► Current topic
Ping success/failure counter
|
Ping success/failure counter 18 May 2026, 20:20 |
Registered: 5 years ago Posts: 44 |
Is there any way to see how many pings have been sent and what the success/failure count is for a particular device? We want to be able to tell if a device is having intermittent connectivity issues over a period of time and it would be useful to know how many pings have been sent, and how many succeeded/failed.
Thanks
Thanks
|
|
Re: Ping success/failure counter 19 May 2026, 09:26 |
Admin Registered: 20 years ago Posts: 2 011 |
That's an interesting idea.
Do you mean a ping success/failure counter across multiple scan rounds, i.e. when background scanning is enabled? For example, if the device responds during a round, we increment the success counter by 1; otherwise, we increment the failure counter by 1.
Or do you mean sending multiple probes within a single scan round and tracking how many succeed or fail?
Do you mean a ping success/failure counter across multiple scan rounds, i.e. when background scanning is enabled? For example, if the device responds during a round, we increment the success counter by 1; otherwise, we increment the failure counter by 1.
Or do you mean sending multiple probes within a single scan round and tracking how many succeed or fail?
|
Re: Ping success/failure counter 19 May 2026, 18:50 |
Registered: 5 years ago Posts: 44 |
The first option you suggested.
I think it would be good to know how many rounds/pings have gone out, how many passed and how many failed. Maybe even a traffic light system. At the moment you use a blue circle when devices reply. Maybe they could be green if they exceed a threshold of say 95% success, red if they never respond, and yellow for in-between (highlighting possible intermittent issues). These thresholds could be user configurable.
I think it would be good to know how many rounds/pings have gone out, how many passed and how many failed. Maybe even a traffic light system. At the moment you use a blue circle when devices reply. Maybe they could be green if they exceed a threshold of say 95% success, red if they never respond, and yellow for in-between (highlighting possible intermittent issues). These thresholds could be user configurable.
|
|
Re: Ping success/failure counter 19 May 2026, 19:48 |
Admin Registered: 20 years ago Posts: 2 011 |
Thank you, that's very helpful. The approach we are considering is a small built-in history database that records every scan result: timestamp, IP, MAC, success or failure, and response time. From that single stream of data, the following would all become possible:
- Pings sent, succeeded and failed counters per device, as you described.
- Traffic light status on the device row — green above your configured success threshold, yellow in between, red for no response, measured over a rolling window. Both the thresholds and the window length would be user-configurable.
- Per-device history panel (via right-click) showing every IP the device has held, every hostname it has announced, success rate over time, and an RTT graph. This is particularly useful for identifying intermittent issues that manifest as latency spikes rather than outright failures.
- Reverse view by IP address — selecting an address shows every MAC that has ever responded at it. Helpful for static assignments and for diagnosing DHCP collisions.
- Stale candidates report listing devices not seen for a configurable number of days — the original wasted-IP reclamation use case.
|
Re: Ping success/failure counter 19 May 2026, 20:12 |
Registered: 5 years ago Posts: 44 |
Wow! That sounds great!. Thanks for the prompt responses (as always!).
I've only recently really started using your net-scanner, despite having it for a while. It is such a powerful product once one looks beyond the basics! I've also been using your Switch Port Mapper for a number of years, and recall you being very responsive in implementing some suggestions I made back then!
Cheers!
I've only recently really started using your net-scanner, despite having it for a while. It is such a powerful product once one looks beyond the basics! I've also been using your Switch Port Mapper for a number of years, and recall you being very responsive in implementing some suggestions I made back then!
Cheers!
|
|
Re: Ping success/failure counter 22 May 2026, 20:58 |
Admin Registered: 20 years ago Posts: 2 011 |
We've implemented history recording, in which every scan round records found devices in a compact form.
This easily enables simple first-seen, last-seen, and availability tracking (how many scans the device was online in).
Next, we plan to derive additional reports and insights from the same dataset.
Main grid columns (per-device, one value per row)
These are inexpensive to calculate, as they are derived directly from a single device's history in addition to the existing First Seen, Last Seen and Availability metrics:
Separate reports (aggregate and temporal analysis)
Inventory & change tracking
Reliability analysis
Identity & addressing
If you have any ideas what else could be useful, please let us know.
This easily enables simple first-seen, last-seen, and availability tracking (how many scans the device was online in).
Next, we plan to derive additional reports and insights from the same dataset.
Main grid columns (per-device, one value per row)
These are inexpensive to calculate, as they are derived directly from a single device's history in addition to the existing First Seen, Last Seen and Availability metrics:
- New device — First Seen equals the current session. This can be highlighted or colour-coded as the most security-relevant signal.
- RTT trend — average RTT compared to recent history, helping identify gradually increasing latency.
Separate reports (aggregate and temporal analysis)
Inventory & change tracking
- New devices report — all devices first detected within a selected date range. This becomes the primary security and audit report.
- Disappeared devices — devices not seen for N days, useful for identifying decommissioned, offline or potentially stolen equipment.
- Network growth — device count trends over time, optionally grouped by network.
Reliability analysis
- Availability ranking — percentage uptime per device over a selected period, useful for identifying unstable infrastructure.
- Always-on vs intermittent — distinguishes permanently online devices (servers, infrastructure) from intermittently connected devices (phones, laptops), enabling automatic role classification.
Identity & addressing
- IP history / DHCP churn — MAC-to-IP history over time, highlighting devices that frequently change addresses.
- Hostname history — tracks hostname changes for each device.
If you have any ideas what else could be useful, please let us know.
|
Re: Ping success/failure counter 29 May 2026, 19:02 |
Registered: 5 years ago Posts: 44 |
|
Re: Ping success/failure counter 29 May 2026, 19:21 |
Registered: 5 years ago Posts: 44 |
|
|
Re: Ping success/failure counter 30 May 2026, 00:23 |
Admin Registered: 20 years ago Posts: 2 011 |
|
Re: Ping success/failure counter 02 June 2026, 20:12 |
Registered: 5 years ago Posts: 44 |