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

I don't understand progress output #84

Closed
sebelk opened this issue Jan 26, 2017 · 1 comment
Closed

I don't understand progress output #84

sebelk opened this issue Jan 26, 2017 · 1 comment

Comments

@sebelk
Copy link

sebelk commented Jan 26, 2017

Hi,
Really progress is a nice idea. But I've tried and I don't understand what it does.

For example:

 progress  -c firefox
[13536] firefox /home/sergio/.local/share/baloo/index
        0.0% (0 / 641.3 MiB)

It always shows the same thing. No matter Firefox does, and does not show anything when download a file.

Could you explain what I am missing of this tool?

Thanks in advance

@Xfennec
Copy link
Owner

Xfennec commented Jan 26, 2017

This tool shows the biggest opened file for a process. In your case firefox is opening, for some reason, a 600+MB Baloo file (this is a file indexing tool, AFAIK) and therefore progress is showing this file. If firefox is only reading this file, progress -o w -c firefox will show more interesting things when downloading.

For a begin, to understand the use of progress, It's probably easier to use it with usual commands like cp / dd / … when dealing with big files.

@Xfennec Xfennec closed this as completed Jan 26, 2017
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