Sysmon: Sybase 15 sysmon reports processor

[ bsd3, database, library ] [ Propose Tags ]

A library for processing Sybase 15 sysmon reports.

The library provides an interface to parse sysmon reports, to query the data, to aggregate the multiple sysmon reports, to generate the optimization hints. The hints parameters can be configured.

See the Database.Sybase.Sysmon.Log package for the exported functions and Sample.hs for the usage example.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2
Dependencies base (>=3.0.3.2 && <4.4), ConfigFile (>=1.0.6), filepath, fingertree (>=0.0.1.0), Glob (>=0.5.1), MissingH, mtl, old-locale, pretty (>=1.0.1.1), statistics (>=0.8.0.4), template-haskell, time, vector [details]
License BSD-3-Clause
Author Vitaliy Rukavishnikov
Maintainer virukav@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2018-08-15T19:54:42Z
Category Database
Home page http://github.com/rukav/Sysmon
Bug tracker mailto:virukav@gmail.com
Uploaded by VitaliyRukavishnikov at 2011-03-07T21:07:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3358 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for Sysmon-0.1.2

[back to package description]
The Sysmon package is a library for processing Sybase 15 sysmon reports. Sysmon parses 
and stores the reports in the interval map. The interval is defined by the report's 
time range. 

The library main features are parsing sysmon reports, querying the time interval, 
aggregating the multiple sysmon reports covered by the requested time interval, 
providing some hints. The hints properties are configured.
 
See the Log.hs for the exported functions and examples/Sample.hs for 
the usage example.