gitextract_hnj0je3y/ ├── .editorconfig ├── .github/ │ ├── CONTRIBUTING.md │ ├── ISSUE_TEMPLATE.md │ └── workflows/ │ ├── ci.yml │ └── release.yml ├── .gitignore ├── .npmignore ├── CLI.md ├── Dockerfile ├── LICENSE ├── README.md ├── bin/ │ └── gtop ├── index.js ├── lib/ │ ├── gtop.js │ ├── monitor/ │ │ ├── cpu.js │ │ ├── disk.js │ │ ├── index.js │ │ ├── mem.js │ │ ├── net.js │ │ └── proc.js │ └── utils.js ├── package.json └── snap/ └── snapcraft.yaml