summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-11-14 17:45:48 +0100
committerAndreas Fankhauser hiddenalpha.ch2023-11-14 17:45:48 +0100
commit40b09678fa9317ba6d6fdbdadd53e9172c764743 (patch)
treea7110970ec53022ff963d0fdd08af8a09f946bfc
parenta0232893e786772bf18a3ce795196b79a73af014 (diff)
downloadUnspecifiedGarbage-40b09678fa9317ba6d6fdbdadd53e9172c764743.zip
UnspecifiedGarbage-40b09678fa9317ba6d6fdbdadd53e9172c764743.tar.gz
Add performance link. Fix typo.
-rw-r--r--doc/note/links/links.txt1
-rw-r--r--doc/note/openshift/dbg-mem-issues.txt2
2 files changed, 2 insertions, 1 deletions
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