Skip to content

Elliot-Roberts/lab-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Given a list of paths to .csv files from /cat/log/fwnua/machine/ this program counts how many users are online at any point in time and outputs pairs of <time changed>, <new count value>.

Sessions shorter than 1 minute or longer than 1 day are filtered out. Malformed sessions with no known start or no known end are identified and stored, but currently dropped before counting.
Sessions with an end dated earlier in time than their start (apparent time-travel) are also identified, stored, and later dropped, as well as "valid" sessions that overlap with previously seen sessions due to a preceding time-travel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published