Archives for General - Page 11
Supervisord: Docker : INFO reaped unknown pid
You use supervisord to manage your docker startup services, then you see a bunch of errors like this The fix is to update your / , add or change...
Splunk: addinfo – getting start time and end time from your search
Sometimes you need to get the start time and end time of the search query – you do this by using | addinfo command
How Monitoring tools help you detect your potential issues?
You setup a new website, everything looks good. You were advised to setup a probe to monitor your application. You did, days by days the application works great, you...
Application on Azure App Service plan is so slow?
By default, when you deploy an application to Azure App Service plan – your default web location will be under /home/site/wwwroot . /home/ is a persistent storage which means...
Mysql: how big you should keep your growing table?
My advice is if you have a growing fast/busy table, you should keep it below 4GB, if it’s over 4GB, you should find away to archive it. This will...
Splunk:command.mvexpand: output will be truncated at 300 results due to excessive memory usage. Memory threshold of 500MB as configured in limits.conf / [mvexpand] / max_mem_usage_mb has been reached.
I have a query: Then i got this mvexpand gives “mvexpand output will be truncated due to excessive memory usage” My fix is to remove some fields not necessary...
Sitespeed – a script to wait for text
var waiting_text="Basic Data"; var max_waiting_time=30;//seconds for(i=0;i<max_waiting_time;i++) { body_text= await (("body")).getText(); if((waiting_text)) { ("Found required text at the "+i+"th seconds, exiting the waiting "); break; }else{ await (1000); } }...
Git: some folders not committed
When you run git status , you see the screen below No mater how you add these files (git add *) , the files are still not being committed...
Azure Web App: Running PHP7
Azure stop supporting PHP7 in early 2023, for any reason you still wants to run PHP7, there is a way. Azure still allows us to run PHP7, this can...
Azure Pipelines: App Service Deploy empty
You might not see your app service name when you add Azure App Service deploy task. This could be because your resource is new, it might take a day...


