Skip to content

raka-gunarto/lab-map

Repository files navigation

Lab Map

Create layouts of computer labs and provide ps and who outputs to find out which computers are being used! ps output will be used to create the Board of Shame where users with multiple :x or tty sessions can be highlighted.

Data File Format (JSON)

{
 "who": {
  "<computer name>": [rows of who output]
 },
 "ps": {
  "<computer name>": [rows of ps aux output]
 }
}

About

`who` and `ps` output visualisation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published