# ldjson-aggregator

> Aggregate report based on Taurus ldjson output

Latest version **1.0.1** (published 2019-01-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install ldjson-aggregator
pnpm add ldjson-aggregator
yarn add ldjson-aggregator
bun add ldjson-aggregator
```

Provides the command `ldjson-aggregator`.

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2019-01-29 |
| First published | 2019-01-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=11 |
| Dependencies | 0 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2112 |
| Author | Gilad Peleg |
| Maintainers | pgilad |
| Keywords | ldjson, taurus, aggregator, jmeter, blazemeter |

## Links

- npm: https://www.npmjs.com/package/ldjson-aggregator
- Repository: https://github.com/Blazemeter/taurus
- Homepage: https://github.com/Blazemeter/taurus#readme
- Issues: https://github.com/Blazemeter/taurus/issues
- npm.io page: https://npm.io/package/ldjson-aggregator

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.1 (latest) — 2019-01-29
- 1.0.0 — 2019-01-10

## README

# ldjson-aggregator
> Aggregate report based on Taurus ldjson output

## Install

`npm i -g ldjson-aggregator`

## Usage

`ldjson-aggregator <ldjson_path> <labelName>`

- `ldjson_path` - can be a relative path or absolute
- `labelName` - is case-sensitive, prefer to quote to avoid escaping. 
If omitted than the `Total (Aggregated)` label will be used.

Example usage:

```bash
$ ldjson-aggregator ./exported.jetlag.ldjson

┌───────────────────┬─────────┐
│      (index)      │ Values  │
├───────────────────┼─────────┤
│       label       │ 'Total' │
│      samples      │  40109  │
│      average      │ 9145.83 │
│      median       │   224   │
│     90%-floor     │  7843   │
│ 90%-interpolation │ 7846.2  │
│     90%-ceil      │  7875   │
│        95%        │  28863  │
│        99%        │ 212991  │
│      minimum      │    3    │
│      maximum      │ 1062911 │
└───────────────────┴─────────┘

$ ldjson-aggregator ./exported.jetlag.ldjson 'T99_IKEA_ID_Logout'

┌───────────────────┬──────────────────────┐
│      (index)      │        Values        │
├───────────────────┼──────────────────────┤
│       label       │ 'T99_IKEA_ID_Logout' │
│      samples      │         244          │
│      average      │       30587.08       │
│      median       │         4719         │
│     90%-floor     │        130559        │
│ 90%-interpolation │        135551        │
│     90%-ceil      │        138879        │
│        95%        │        150271        │
│        99%        │        331007        │
│      minimum      │         3013         │
│      maximum      │        392959        │
└───────────────────┴──────────────────────┘
```

## License

MIT

---
_Source: https://npm.io/package/ldjson-aggregator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
