You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been awhile since we've looked at OpenStreetMap Carto performance and I'd like to see what's taking the most times.
Can this shell script be run on rhaegal at some point during the day when it's overloaded?
foriin`seq 1 360`;do
psql -AtqX -d postgres -c "COPY (SELECT pid, NOW(), NOW()-query_start AS query_duration, query FROM pg_stat_activity WHERE datname = 'gis' AND pid != pg_backend_pid() AND state != 'idle') TO STDOUT;">> query_log.txt;
sleep 5;done
It should take about one hour and generate very little load.
The text was updated successfully, but these errors were encountered:
I ran it a bit later in the day then I intended so shout if you need e to grab it again though it will have to wait until Monday to get the higher weekday load.
It's been awhile since we've looked at OpenStreetMap Carto performance and I'd like to see what's taking the most times.
Can this shell script be run on rhaegal at some point during the day when it's overloaded?
It should take about one hour and generate very little load.
The text was updated successfully, but these errors were encountered: