8000 GitHub - czQery/llg at v1.0-6adf470
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ llg Public

Login/Logoff Graph - Session tracking tool

License

Notifications You must be signed in to change notification settings

czQery/llg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login/Logoff Graph (LLG)

Log format

  • user1.log

    login;user1;PC (0.0.0.0);01.01.1970;00:00
    logoff;user1;PC (0.0.0.0);01.01.1970;00:01
    
  • user2.log

    login;user2;PC (0.0.0.0);01.01.1970;00:00
    logoff;user2;PC (0.0.0.0);01.01.1970;00:01
    

Config format

{
  "address": ":8893",
  "path": "/path/to/data",
  "selected_users": 3
}

Run command

./llg.exe
0