Skip to content

manio143/BDProject

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This project is a tool for anylising dmesg startup output

dmesg format
	<level>[time] msg
	<level>[time] [source] msg
	<level>[time] source: msg

msg_id is the primary key

msg_id -> level
msg_id -> time -> msg
msg_id -> source

We get:
- browsing
- list sources
- filter msg by source/level/timespan
- stats:
	- number of msg of each priority
	- number of sources
	- source with most messages
	- source with most errors [[msg with level > 4]]
- kernel version [[msg starts with 'Linux version']]

About

A webapp, dmesg viewer written in F# with Suave

Resources

Stars

Watchers

Forks

Packages

No packages published