https://github.com/marknjunge/parsenetworkstats
A java application to parse multiple network statistics into a more readable form.
https://github.com/marknjunge/parsenetworkstats
Last synced: over 1 year ago
JSON representation
A java application to parse multiple network statistics into a more readable form.
- Host: GitHub
- URL: https://github.com/marknjunge/parsenetworkstats
- Owner: MarkNjunge
- License: other
- Created: 2017-03-04T11:29:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T11:05:40.000Z (about 9 years ago)
- Last Synced: 2025-02-15T07:28:50.335Z (over 1 year ago)
- Language: Java
- Size: 1.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Parse Network Stats
A java application that parses multiple network statistics outputs into a more readable form.
It can output in .txt, .csv or .json.
## Usage
Actual parsing file can be found [here](/src/main/java/com/marknkamau/utils/NetStatsParser.java).
#### 1. Prepare a text file of network statistics formatted as...
```
Ping statistics for x.x.x.x:
Packets: Sent = x, Received = x, Lost = x (x% loss),
Approximate round trip times in milli-seconds:`
Minimum = x ms, Maximum = x ms, Average = x ms
```
Any part not formatted as such will produce an error be skipped. However, it may still cause errors in the output.
#### 2. Select the appropriate locations and names of files.
Output folder may be left blank.
#### 3. Select the preferred output format(s).
## Screenshot
## Licenses
This application is licensed under Apache 2.0 License.