... | ... | @@ -217,7 +217,7 @@ The only thing that should be changed in this command is what is inside the '<>' |
|
|
|
|
|
### Monitoring Hashpipe
|
|
|
|
|
|
To see what Hashpipe it will be useful to check specific control values that are happening in the pipeline such as the data rate or amount of disk rights that have occurred. In order to monitor Hashpipe, in a separate terminal from the same bin/ directory you will enter the following command:
|
|
|
To see what Hashpipe is doing it will be useful to check specific control values that are being updated in the pipeline such as the data rate or amount of disk writes that have occurred. In order to monitor Hashpipe, in a separate terminal from the same as su bin/ directory with the LD_LIBRARY_PATH variable set you will enter the following command:
|
|
|
|
|
|
```
|
|
|
watch -n 1 "./hashpipe_check_status -I 0 -v | fold -w 80"
|
... | ... | |