configs: rename dirs to match live koopa containers
Reflect host naming in git paths: - configs/taler-hacktivism/ (was taler-merchant) → container taler-hacktivism - configs/taler-hacktivism-bank/ (was taler-bank) → container …-bank, image taler-hacktivism-banking:live - configs/taler-exchange-ansible/ already matches …-exchange-ansible - configs/taler-exchange/ = conf inside that exchange container Update LIVE.md, README, ports/refs. No secret values.
This commit is contained in:
parent
b5c1bf7591
commit
54ebdb7d7a
27 changed files with 93 additions and 66 deletions
|
|
@ -87,4 +87,4 @@ Outputs under `../../.tmp/amount-bench-<UTC>/`:
|
|||
## Related
|
||||
|
||||
- Partial earlier run (wrong URI): `2026/2026-07-09--amount-ladder-partial-results.md`
|
||||
- Instance notes: `configs/taler-merchant/demo-instance-goa-demo-cp4zqk.md`
|
||||
- Instance notes: `configs/taler-hacktivism/demo-instance-goa-demo-cp4zqk.md`
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ echo "=== mem ==="
|
|||
free -h 2>/dev/null || true
|
||||
echo "=== top host cpu ==="
|
||||
ps -eo pid,pcpu,pmem,rss,etime,comm --sort=-pcpu 2>/dev/null | head -15
|
||||
echo "=== exchange (taler-exchange-hacktivism) ==="
|
||||
podman exec taler-exchange-hacktivism \
|
||||
echo "=== exchange (taler-hacktivism-exchange-ansible) ==="
|
||||
podman exec taler-hacktivism-exchange-ansible \
|
||||
ps -eo pid,pcpu,pmem,rss,etime,args 2>/dev/null \
|
||||
| grep -E 'taler-exchange|postgres -D|PID' | head -25 || true
|
||||
echo "=== merchant (taler-hacktivism) ==="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue