Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiriksm/casperfleet-log-parse
https://github.com/eiriksm/casperfleet-log-parse
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/eiriksm/casperfleet-log-parse
- Owner: eiriksm
- Created: 2014-11-12T14:26:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T14:51:01.000Z (about 5 years ago)
- Last Synced: 2024-11-07T19:51:53.952Z (about 2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Casperfleet log parser
## Usage
Start by having all of the output of your test runs from [ec2-fleet-casper](https://github.com/nymedia/ec2-fleet-casper/) in a directory. For example `output`.
This directory should look like this:
```
output
- ec2-ip-1.aws-and-so-on
-- dump.tar.gz
- ec2-ip-2.aws-and-so-on
-- dump.tar.gz
- ec2-ip-3.aws-and-so-on
-- dump.tar.gz
...
```Then just run `node start.js output`