Sysmon: Sybase 15 sysmon reports processor

[ bsd3, database, library ] [ Propose Tags ]

A library for processing Sysbase 15 sysmon reports.


[Skip to Readme]

Modules

[Last Documentation]

  • Database
    • Sybase
      • Sysmon
        • Database.Sybase.Sysmon.Log
        • Database.Sybase.Sysmon.LogParserPrim
        • Database.Sybase.Sysmon.LogTypes
        • Database.Sybase.Sysmon.SysmonHints
        • Database.Sybase.Sysmon.SysmonLog
        • Database.Sybase.Sysmon.SysmonTypes

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), datetime (>=0.2), filepath, fingertree (>=0.0.1.0), Glob (>=0.5.1), MissingH, mtl, pretty (>=1.0.1.1), statistics (>=0.8.0.4), template-haskell, vector [details]
License BSD-3-Clause
Author Vitaliy Rukavishnikov
Maintainer virukav@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2018-08-15T19:54:43Z
Category Database
Home page http://github.com/rukav/Sysmon
Bug tracker mailto:virukav@gmail.com
Uploaded by VitaliyRukavishnikov at 2011-01-05T18:49:59Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3358 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-28 [all 9 reports]

Readme for Sysmon-0.1

[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 Sample.hs that provide the usage example.