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

-e arg isn't working in Homebrew version (but works fine when compiled from source) #49

Closed
luckman212 opened this issue Jun 14, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@luckman212
Copy link

Hey, first: amazing work on this tool! I'm using it to visualize memory pressure over time on my Mac.

v1.4 from Homebrew seems to have a problem with the -e option -- e.g. this will fail (just prints the helptext and then pauses for 1 second, then exits):

while [0]; do memory_pressure | awk 'END {print $5/1}'; sleep 1; done | ttyplot -e+ -cx -m100 -t%free_mem -u%

but, cloning master and compiling with make outputs a version where the exact same command works fine (also says 1.4 but obviously something's different).

macOS 10.15.5

Any idea?

@tenox7
Copy link
Owner

tenox7 commented Jun 16, 2020

very interesting, let me investigate

@hartwork
Copy link
Collaborator

Turns out that:

I'll close as fixed, please re-open as needed.

@hartwork hartwork added the bug Something isn't working label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants