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

Feature request: Write processes to file #14

Closed
kmille opened this issue Jan 6, 2021 · 1 comment
Closed

Feature request: Write processes to file #14

kmille opened this issue Jan 6, 2021 · 1 comment

Comments

@kmille
Copy link

kmille commented Jan 6, 2021

  • the -p is unnecessary because it's enabled per default?
    Would be nice if I can specify where to save the process log. A separate log for the filesystem monitoring would be nice too.
@DominicBreuker
Copy link
Owner

Better late than never:

  • the -p flag is on by default but not completely useless, since you can do -p=false to turn it off.
  • As for saving output to a file, maybe redirection with > would be enough? I like to do something like ./pspy > /tmp/mylog in one shell, then tail -f /tmp/mylog in another. You get the same live output but you can also grep better to home in on something.

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

No branches or pull requests

2 participants