mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Align scraper script
This commit is contained in:
parent
ebdff5661d
commit
cfa55df4b2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ while true;
|
||||||
do
|
do
|
||||||
now=$(date +"%F %T")
|
now=$(date +"%F %T")
|
||||||
|
|
||||||
journalctl -u bisq --since="$last" --until="$now" | grep -Eo "getAllMarketPrices.*bisq/[0-9].[0-9].[0-9]" | cut -d / -f 2 | sort | uniq -c | while read -r line; do
|
journalctl -u bisq-pricenode --since="$last" --until="$now" | grep -Eo "getAllMarketPrices.*bisq/[0-9].[0-9].[0-9]" | cut -d / -f 2 | sort | uniq -c | while read -r line; do
|
||||||
number=$(echo "${line}" | cut -d ' ' -f 1);
|
number=$(echo "${line}" | cut -d ' ' -f 1);
|
||||||
version=$(echo "${line}" | cut -d \ -f 2);
|
version=$(echo "${line}" | cut -d \ -f 2);
|
||||||
version=${version//./_};
|
version=${version//./_};
|
||||||
|
|
Loading…
Add table
Reference in a new issue