-
Notifications
You must be signed in to change notification settings - Fork 92
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
add screen clear when 'top' feature updates screen #227
base: master
Are you sure you want to change the base?
Conversation
jehunseo
commented
Jul 24, 2020
- guider/guider.py top -a 명령어 사용시 시스템 자원 표시가 화면 갱신 없이 기록되는 방식으로 나타나고 있습니다
- 이를 os.system() 함수로 데이터 갱신이 일어날 때마다 화면이 clear되도록 기능을 추가하였습니다.
@jehunseo, |
WSL 환경에서 코드를 동작하였는데 top 명령어 동작이 화면 갱신 없이 동작하는 부분을 수정할 수 있을까 하여 해당 수정사안을 제안하게 되었습니다. Windows상에서 top 명령어와 같이 동작하도록 구현하는 일에 관심은 있지만 시간을 내기는 힘들 것 같습니다. 이후 해당 기능에 대해 작성할 수 있다면 다시 request하도록 하겠습니다. |
@jehunseo , |
@jehunseo , |
Windows 10 Home edition에 Ubuntu 20.04 LTS 환경입니다. WSL 2버전으로 사용하고 있었구요. |
제 Windows10 WSL2 Ubuntu 20 환경에서는 screen clear가 잘 되는데요, |
935dc7b
to
93a622b
Compare
a53d579
to
71e37f9
Compare
2e325ea
to
a7e0f07
Compare
e882e1a
to
7f50f70
Compare