Skip to content

Instantly share code, notes, and snippets.

@abom
Created March 24, 2020 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abom/c0ef7335516f2e5428de02eb79027d9f to your computer and use it in GitHub Desktop.
Save abom/c0ef7335516f2e5428de02eb79027d9f to your computer and use it in GitHub Desktop.
example to how the usage will be like
from csr1000v import Router
host, port = "172.18.0.3", 55443
router = Router(host, port, "abdo", "1234")
print(router.token)
print(router.processes.get_total_memory_usage())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment