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

Plot doesn't show up #33

Closed
ghostSystem opened this issue May 22, 2018 · 3 comments
Closed

Plot doesn't show up #33

ghostSystem opened this issue May 22, 2018 · 3 comments

Comments

@ghostSystem
Copy link
Contributor

ghostSystem commented May 22, 2018

On running the following command:
psrecord 1330 --log activity.txt --plot plot.png

After we use ctrl+z to stop the process the activity.txt file is created but there is no plot.png file created.

Moreover, I don't want to use --duration here.

How can this be solved ?

@ghostSystem
Copy link
Contributor Author

Update. Should have used ctrl+c to stop the process. Now it shows up.

@astrofrog
Copy link
Owner

The reason ctrl+z didn't work is that it stops but does not terminate the process (that is, the process can be resumed or sent to the background).

@entenbein
Copy link

Did anyone try to stop psrecord from inside a bash script? Sending SIGINT after recording leaves me with just a log file and no pliot file.

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

3 participants