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

todo #2

Open
a-maumau opened this issue Dec 7, 2018 · 11 comments
Open

todo #2

a-maumau opened this issue Dec 7, 2018 · 11 comments
Assignees
Labels
enhancement New feature or request

Comments

@a-maumau
Copy link
Owner

a-maumau commented Dec 7, 2018

add user information at terminal format

  • from v0.5.3

✅add left ellipsis

  • from nvidia-smi, long command seems to be already ellipsis at left.
  • from v0.5.3

add more flexible setting/configuration

  • currently, it always need to be rebooting.
  • add theme or color configuration.
  • we can trace the file date to detect update on setting file.

✅ add no log recorded mode (partially implemented -> add interval time for storing data.)

  • for high frequency logging, it might be a bottleneck and large storage space will be consumed.

  • we actually don't need the logs (?).

  • or take some interval for recording.

    added an interval and it enable to force no recording. (v0.5.1 >=)

✅fix websocket reconnection

  • it seems to be not working at current implementation.

  • need to be watched the state of websocket object.

    fixed ٩( 'ω' )و✨

fix using magic number.

✅ fix typo in LICENSE
fixed ٩( 'ω' )و✨

@a-maumau a-maumau self-assigned this Dec 7, 2018
@a-maumau a-maumau added the enhancement New feature or request label Dec 7, 2018
@a-maumau
Copy link
Owner Author

a-maumau commented Dec 14, 2018

bug found at gpu_info_sender.py, fix import to vesta.send_gpu_info.

  • fixed ٩( 'ω' )و✨

@a-maumau
Copy link
Owner Author

a-maumau commented Dec 19, 2018

BUG: in format_str.align_str(), suffix filling is not correct length.

  • fixed from v0.4.2

CSS: style of last GPU entry's top margin doesn't exist.

  • fixed from v0.4.2

@a-maumau
Copy link
Owner Author

a-maumau commented Feb 18, 2019

slack bot is not reconnecting?

  • for long time running, it sometimes lost the connection.
  • python-slackclient 's bug or may my use is wrong.
    fixed from v0.5.3✨

it seems to be remained.
it depends on slackclient and it is v2.5.0 now, I hope it fill be fixed.

@a-maumau
Copy link
Owner Author

a-maumau commented Mar 22, 2019

✅add Bot to reconnect to network in temporary down.

  • from v1.0.0

it seems to be remain.
it depends on slackclient, so I hope this is fixed in slackclient v2.x

@a-maumau
Copy link
Owner Author

pie charts of each host's GPU memory usage which update from down to up don't show up correctly.

@a-maumau
Copy link
Owner Author

a-maumau commented Mar 27, 2019

add feature : client down detecting for main page.

  • server::http_server must be refactored to implement it.

✅bug: command ellipsis is not working right in printing process.

  • fixed from v1.0.1

to be fixed: notification occurs many time.

  • reason is unknown (server or client).
  • need to be queue style, wait for previous data to be recorded.

fix from v1.2.5, add exclusive controlling to avoid duplicated notification

@a-maumau
Copy link
Owner Author

a-maumau commented Jun 10, 2019

to be fixed:
version is not correct

bug:
text bug in http://server_address/?term=true when it's down state

+------------------------------------------------------------------------------+
| vesta ver. 1.0.0                                                   gpu info. |
+------------------+------------------------+-----------------+--------+-------+
| host             | gpu                    | memory usage    | volat. | temp. |
+------------------+------------------------+-----------------+--------+-------+
| status: down                                                                 |
|   server1                 (***.***.***.***) last update: 1560/15/70 57:.8:11 |
+------------------+------------------------+-----------------+--------+-------+

last recorded data was around "2019/06/10 17:56:57.309"

  • fixed from v1.1.0

@a-maumau
Copy link
Owner Author

a-maumau commented Jul 5, 2019

to be fixed

  • Update slack client to 2.1.0
    • bot reconnection problem will be solved?
    • from v1.1.0, it is now slackclient v2.5.0
  • Update other package too.

@a-maumau
Copy link
Owner Author

a-maumau commented Aug 24, 2020

  • add new command for ps to read information
    • nvidia-smi's displaying has changed from around v.450

Fixed from v1.2.4

@a-maumau
Copy link
Owner Author

a-maumau commented Nov 6, 2020

bug: duplicated registering

  • using crontab, sometimes it register multiple times and get <host_name>_<hash_code> as a result.

@a-maumau
Copy link
Owner Author

possible bug

  • "ImportError: sys.meta_path is None, Python is likely shutting down"
    • sometimes occur, possibly in gevent's cython, so need to update library version

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

No branches or pull requests

1 participant