From 40b09678fa9317ba6d6fdbdadd53e9172c764743 Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser hiddenalpha.ch Date: Tue, 14 Nov 2023 17:45:48 +0100 Subject: Add performance link. Fix typo. --- doc/note/links/links.txt | 1 + doc/note/openshift/dbg-mem-issues.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/note/links/links.txt b/doc/note/links/links.txt index faa0481..77ae20d 100644 --- a/doc/note/links/links.txt +++ b/doc/note/links/links.txt @@ -241,6 +241,7 @@ Links (Aka argument amplifiers) - [Houston storage request timed out large json](https://jira.post.ch/browse/SDCISA-11294) - [Preflux Garbage Collection issues](https://jira.post.ch/browse/SDCISA-4714) - [Preflux Gatherfacts läuft in Timeout](https://jira.post.ch/browse/SDCISA-8136) +- [Performance Fahrplanimports](https://jira.post.ch/browse/SDCISA-11528) - [Houston Optimize EnqueuePatrol](https://jira.post.ch/browse/SDCISA-2876) - [Update beim Fahrzeughersteller dauert zu lange](https://jira.post.ch/browse/SDCISA-9059) - [vortex too slow](https://jira.post.ch/browse/SDCISA-9990) diff --git a/doc/note/openshift/dbg-mem-issues.txt b/doc/note/openshift/dbg-mem-issues.txt index 010b5c9..bf402e6 100644 --- a/doc/note/openshift/dbg-mem-issues.txt +++ b/doc/note/openshift/dbg-mem-issues.txt @@ -24,7 +24,7 @@ true `# Track pod memory` \ "$(date -Is)" \ $(cat /proc/'${PID:?}'/stat|cut -d" " -f20) \ $(cat /proc/'${PID:?}'/statm) \ - $(ls -1 /proc/9/fd | wc -l) \ + $(ls -1 /proc/'${PID:?}'/fd | wc -l) \ && sleep $(expr 60 - \( $(date +%s) % 60 \)) || break; done' \ | tee "mem/${SVCNAME:?}"-mem-$(date +%Y%m%d-%H%M%S%z).csv -- cgit v1.1