Sha256: 10c33cf7c60761835ea3ae6a00607be09197088f1dae9147ec1bf3df0c2c86f7

Contents?: true

Size: 1.05 KB

Versions: 32

Compression:

Stored size: 1.05 KB

Contents

# refactor core
  * move state from memory to disk, sqlite probably
  * allows us to retain stats etc over restart
  * simplifies code
  * keep only running nodes in memory
  * negligible I/O cost, as majority is I/O wait getting config

# separate login to owon package
  * oxidized-script is not only use-case
  * it would be good to have minimal package used to login to routers
  * oxidized just one consumer of that functionality
  * what to do with models, we need model to know how to login. Should models be separated to another package? oxidized-core, oxidized-models and oxidized-login?
  * how can we allow interactive login in oxidized-login? With functional VTY etc? REPL loop in input/ssh and input/telnet?

# thread number
  * think about algo
  * if job ended later than now-iteration have rand(node.size) == 0 to add thread
  * if now is less than job_ended+iteration same chance to remove thread?
  * should we try to avoid max threads from being hit? (like maybe non-success thread is pulling average?)

# docs, testing
  * yard docs
  * minitest tests

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
oxidized-0.21.0 TODO.md
oxidized-0.20.0 TODO.md
oxidized-0.19.0 TODO.md
oxidized-0.18.0 TODO.md
oxidized-0.17.0 TODO.md
oxidized-0.16.3 TODO.md
oxidized-0.16.2 TODO.md
oxidized-0.16.1 TODO.md
oxidized-0.16.0 TODO.md
oxidized-0.15.0 TODO.md
oxidized-0.14.3 TODO.md
oxidized-0.14.2 TODO.md
oxidized-0.14.1 TODO.md
oxidized-0.14.0 TODO.md
oxidized-0.13.1 TODO.md
oxidized-0.13.0 TODO.md
oxidized-0.12.2 TODO.md
oxidized-0.12.1 TODO.md
oxidized-0.12.0 TODO.md
oxidized-0.11.0 TODO.md