https://github.com/liske/dcsperfa
DataCore Server Performance Analyzer
https://github.com/liske/dcsperfa
Last synced: 2 months ago
JSON representation
DataCore Server Performance Analyzer
- Host: GitHub
- URL: https://github.com/liske/dcsperfa
- Owner: liske
- License: gpl-2.0
- Created: 2013-03-27T23:51:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-21T14:10:32.000Z (almost 12 years ago)
- Last Synced: 2025-01-19T17:24:53.937Z (4 months ago)
- Language: Perl
- Size: 543 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
DcsPerfA
========About
-----DataCore has added a performance recorder into SANsymphony-V version 9.2. It
uses a MSSQL 2012 LocalDB to record configured performance metrics. There
is a build-in trend visualization.Looking for some more statistical analysis / visualization I've wrote DcsPerfA.
It contains some scripts to fetch the online LocalDB data file (using VSS). You
need an MSSQL 2012 (Express) instance to import the DB files and export them
to a CSV file. This project will convert the CSV and graph the data on demand.DcsPerfA is *work-in-progress*!
Install
-------DcsPerfA is a small Perl script and requires the following perl packages:
* Chart::Gnuplot
* Date::Parse
* File::Slurp
* JSON(::XS)
* Mojolicious
* Statistics::BasicUsage
-----* export the DB files from the recording Dcs
* import the DB files to your MSSQL instance
* create a new DB and execute tsql/views.sql
* use export/export.cmd to export the recorded data
* call prepare
* run `serve daemon`