Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: show uptime #44

Open
bersbersbers opened this issue Mar 9, 2021 · 2 comments
Open

Feature request: show uptime #44

bersbersbers opened this issue Mar 9, 2021 · 2 comments

Comments

@bersbersbers
Copy link

Inspired by MobaXterm, which uses the following:

bash -c while [ -d /proc/$PPID ]; do sleep 1;head -v -n 8 /proc/meminfo; head -v -n 2 /proc/stat /proc/version /proc/uptime /proc/loadavg /proc/sys/fs/file-nr /proc/sys/kernel/hostname; tail -v -n 16 /proc/net/dev;echo '==> /proc/df <==';df;echo '==> /proc/who <==';who;echo '==> /proc/end <==';echo '##Moba##'; done

@bersbersbers bersbersbers changed the title Feature requests: show uptime and network bandwidth (up/down) Feature request: show uptime Mar 9, 2021
@bersbersbers
Copy link
Author

Network bandwidth is in #10

@bersbersbers
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant