https://github.com/circuit/qos-analytics
Scripts to analyze Circuit QoS data
https://github.com/circuit/qos-analytics
Last synced: about 1 year ago
JSON representation
Scripts to analyze Circuit QoS data
- Host: GitHub
- URL: https://github.com/circuit/qos-analytics
- Owner: circuit
- Created: 2017-08-13T00:49:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T02:49:51.000Z (almost 9 years ago)
- Last Synced: 2025-02-09T20:33:28.019Z (over 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Node.js scripts to alalyze Circuit QoS data
### Import Records
```bash
node sqlImport.js --db ./mydb.db --client ./data/client-qos.json --server ./data/server-qos.json --session ./data/cha/sessions.json --clean
```
### Sample queries
On the cli (https://sqlite.org/cli.html) enter:
```bash
.read queries.sql
```
### Import media server log from load test tool
```bash
node sqlImport.js --loadtest ./data/mediaserver.log --db loadtest.db
```