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

both austin-web and austin-tui don't accept -m flag #32

Closed
nbecker opened this issue Sep 11, 2019 · 2 comments
Closed

both austin-web and austin-tui don't accept -m flag #32

nbecker opened this issue Sep 11, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@nbecker
Copy link

nbecker commented Sep 11, 2019

Description

austin-web -p 17118 -m
usage: austin-web [-h] [-a] [-e] [-i INTERVAL] [-p PID] [-s] [-t TIMEOUT]
[command] [args [args ...]]
austin-web: error: unrecognized arguments: -m

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]
I expected -m would be passed to austin to give memeory profile

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

You can get this information from copy and pasting the output of austin --version from the command line. Also, please include the OS and what version
of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to
reproduce the issue.

@P403n1x87
Copy link
Owner

Hi and many thanks for your interest in the TUI and Web tools. As stated in the README, these are just sample applications to show how one can use Austin to make more complex applications. As such, they do not get the same development focus as Austin and therefore tend to lag behind with the support of the latest features. However, given that you have expressed interest in using these tools I will try to add support for the -m flags and other new features as soon as I will find the time.

@P403n1x87
Copy link
Owner

@nbecker I have opened #34 as a candidate for closing #32. Would you be able to give it a go and see if it is enough for your needs/report any bugs?

pip3 install git+https://github.com/P403n1x87/austin.git@feature/memory_tui_web

Thanks,
G

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

2 participants