Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kristijorgji/server_metrics_center

Parse, transform, and insert server metrics into database (mysql)
https://github.com/kristijorgji/server_metrics_center

Last synced: about 1 month ago
JSON representation

Parse, transform, and insert server metrics into database (mysql)

Awesome Lists containing this project

README

        

# Metrics processor

Just a simple script to process memory logs and insert them into storage (MySQL for now)

## Example run

```bash
node /projects/server_metrics_center/main.js --inputPath /somepath/logs/ --deleteOnEnd
```