Debug System Slow-downs and freezeHow to debug system freeze?Freeze after /dev/sdaX: cleanGot a brand new...
Is Borg adaptation only temporary?
Is "prohibition against," a double negative?
What is this "opened" cube called?
What checks exist against overuse of presidential pardons in the USA?
Break down the phrase "shitsurei shinakereba naranaindesu"
I was given someone else's visa, stamped in my passport
How did medieval manors handle population growth? Was there room for more fields to be ploughed?
Necessity of tenure for lifetime academic research
Lob Logical Read and lob read-ahead reads in NCCI
Eliminate key lookup in execution plan
Is this homebrew "Faerie Fire Grenade" unbalanced?
Does the telecom provider need physical access to the SIM card to clone it?
Why do presidential pardons exist in a country having a clear separation of powers?
What am I looking at here at Google Sky?
Welche normative Autorität hat der Duden? / What's the normative authority of the Duden?
Is it good practice to speed up and slow down where not written in a song?
Ask one verbal question to figure out who is blind and who is mute among three persons
Where should I draw the line on follow up questions from previous employer
IList<T> implementation
Can I leave a large suitcase at TPE during a 4-hour layover, and pick it up 4.5 days later when I come back to TPE on my way to Taipei downtown?
Why did I get UK entry stamps in my British passport?
Find the logic in first 2 statements to give the answer for the third statement
Why do motor drives have multiple bus capacitors of small value capacitance instead of a single bus capacitor of large value?
Resources to learn about firearms?
Debug System Slow-downs and freeze
How to debug system freeze?Freeze after /dev/sdaX: cleanGot a brand new laptop with hardware still unsupported. Should I wait or return it?Keep system accessible in case of freezeSystem freeze on reboot/shutdown
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have an Arch laptop where sometimes (daily and more) I experience freezes that start with software slowing down and then slowly extends to the whole system until it's unusable and I have to alt+prt+(REISUB). Sometimes RE is enough and I can restart lightdm from another session.
I was wondering how to properly understand what is going on. If this is RAM being used up, is there an overlay I can keep as these freezes are not very predictable? I don't believe logs would be helpful for this.
And if it is RAM, is there no better way for linux to handle this...
arch-linux debugging freeze ram
New contributor
VirtualFlyer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have an Arch laptop where sometimes (daily and more) I experience freezes that start with software slowing down and then slowly extends to the whole system until it's unusable and I have to alt+prt+(REISUB). Sometimes RE is enough and I can restart lightdm from another session.
I was wondering how to properly understand what is going on. If this is RAM being used up, is there an overlay I can keep as these freezes are not very predictable? I don't believe logs would be helpful for this.
And if it is RAM, is there no better way for linux to handle this...
arch-linux debugging freeze ram
New contributor
VirtualFlyer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
If it is something hogging RAM (and that may be the first hypothesis) at some point the linux kernel will decide to kill one process to reclaim some RAM, and this will be recorded in logfiles. See and search about the "OOM Killer". OOM=Out Of Memory. Otherwise you are not giving a lot of details... Distribution version ? Kernel version ? Hardware used and specifically RAM availale ? What applications run on it? Etc.
– Patrick Mevzek
1 hour ago
It seems like it does not do this, even waiting long enough. And sysreq-F should do the same, but it doesn't seem to work at all. I didn't give information because I was not looking for a solution to the freeze, but to understand how to treat it. I am on Antergos 5.2.11 on a ux430un with an i7 8550u and 8 GB of RAM. Applications vary, mostly it's using firefox + something like matlab, inkscape or so.
– VirtualFlyer
29 mins ago
"but to understand how to treat it." you first need to understand where it does come from. If you have absolutely nothing in your logfiles, you need first to put in place some monitoring. PS: please update your post with all the relevant extra information on software/hardware, do not put that in comments, people will overlook it and in your post it will make your question better as more detailed.
– Patrick Mevzek
18 mins ago
add a comment |
I have an Arch laptop where sometimes (daily and more) I experience freezes that start with software slowing down and then slowly extends to the whole system until it's unusable and I have to alt+prt+(REISUB). Sometimes RE is enough and I can restart lightdm from another session.
I was wondering how to properly understand what is going on. If this is RAM being used up, is there an overlay I can keep as these freezes are not very predictable? I don't believe logs would be helpful for this.
And if it is RAM, is there no better way for linux to handle this...
arch-linux debugging freeze ram
New contributor
VirtualFlyer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have an Arch laptop where sometimes (daily and more) I experience freezes that start with software slowing down and then slowly extends to the whole system until it's unusable and I have to alt+prt+(REISUB). Sometimes RE is enough and I can restart lightdm from another session.
I was wondering how to properly understand what is going on. If this is RAM being used up, is there an overlay I can keep as these freezes are not very predictable? I don't believe logs would be helpful for this.
And if it is RAM, is there no better way for linux to handle this...
arch-linux debugging freeze ram
arch-linux debugging freeze ram
New contributor
VirtualFlyer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
VirtualFlyer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
VirtualFlyer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
VirtualFlyerVirtualFlyer
1
1
New contributor
VirtualFlyer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
VirtualFlyer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
If it is something hogging RAM (and that may be the first hypothesis) at some point the linux kernel will decide to kill one process to reclaim some RAM, and this will be recorded in logfiles. See and search about the "OOM Killer". OOM=Out Of Memory. Otherwise you are not giving a lot of details... Distribution version ? Kernel version ? Hardware used and specifically RAM availale ? What applications run on it? Etc.
– Patrick Mevzek
1 hour ago
It seems like it does not do this, even waiting long enough. And sysreq-F should do the same, but it doesn't seem to work at all. I didn't give information because I was not looking for a solution to the freeze, but to understand how to treat it. I am on Antergos 5.2.11 on a ux430un with an i7 8550u and 8 GB of RAM. Applications vary, mostly it's using firefox + something like matlab, inkscape or so.
– VirtualFlyer
29 mins ago
"but to understand how to treat it." you first need to understand where it does come from. If you have absolutely nothing in your logfiles, you need first to put in place some monitoring. PS: please update your post with all the relevant extra information on software/hardware, do not put that in comments, people will overlook it and in your post it will make your question better as more detailed.
– Patrick Mevzek
18 mins ago
add a comment |
If it is something hogging RAM (and that may be the first hypothesis) at some point the linux kernel will decide to kill one process to reclaim some RAM, and this will be recorded in logfiles. See and search about the "OOM Killer". OOM=Out Of Memory. Otherwise you are not giving a lot of details... Distribution version ? Kernel version ? Hardware used and specifically RAM availale ? What applications run on it? Etc.
– Patrick Mevzek
1 hour ago
It seems like it does not do this, even waiting long enough. And sysreq-F should do the same, but it doesn't seem to work at all. I didn't give information because I was not looking for a solution to the freeze, but to understand how to treat it. I am on Antergos 5.2.11 on a ux430un with an i7 8550u and 8 GB of RAM. Applications vary, mostly it's using firefox + something like matlab, inkscape or so.
– VirtualFlyer
29 mins ago
"but to understand how to treat it." you first need to understand where it does come from. If you have absolutely nothing in your logfiles, you need first to put in place some monitoring. PS: please update your post with all the relevant extra information on software/hardware, do not put that in comments, people will overlook it and in your post it will make your question better as more detailed.
– Patrick Mevzek
18 mins ago
If it is something hogging RAM (and that may be the first hypothesis) at some point the linux kernel will decide to kill one process to reclaim some RAM, and this will be recorded in logfiles. See and search about the "OOM Killer". OOM=Out Of Memory. Otherwise you are not giving a lot of details... Distribution version ? Kernel version ? Hardware used and specifically RAM availale ? What applications run on it? Etc.
– Patrick Mevzek
1 hour ago
If it is something hogging RAM (and that may be the first hypothesis) at some point the linux kernel will decide to kill one process to reclaim some RAM, and this will be recorded in logfiles. See and search about the "OOM Killer". OOM=Out Of Memory. Otherwise you are not giving a lot of details... Distribution version ? Kernel version ? Hardware used and specifically RAM availale ? What applications run on it? Etc.
– Patrick Mevzek
1 hour ago
It seems like it does not do this, even waiting long enough. And sysreq-F should do the same, but it doesn't seem to work at all. I didn't give information because I was not looking for a solution to the freeze, but to understand how to treat it. I am on Antergos 5.2.11 on a ux430un with an i7 8550u and 8 GB of RAM. Applications vary, mostly it's using firefox + something like matlab, inkscape or so.
– VirtualFlyer
29 mins ago
It seems like it does not do this, even waiting long enough. And sysreq-F should do the same, but it doesn't seem to work at all. I didn't give information because I was not looking for a solution to the freeze, but to understand how to treat it. I am on Antergos 5.2.11 on a ux430un with an i7 8550u and 8 GB of RAM. Applications vary, mostly it's using firefox + something like matlab, inkscape or so.
– VirtualFlyer
29 mins ago
"but to understand how to treat it." you first need to understand where it does come from. If you have absolutely nothing in your logfiles, you need first to put in place some monitoring. PS: please update your post with all the relevant extra information on software/hardware, do not put that in comments, people will overlook it and in your post it will make your question better as more detailed.
– Patrick Mevzek
18 mins ago
"but to understand how to treat it." you first need to understand where it does come from. If you have absolutely nothing in your logfiles, you need first to put in place some monitoring. PS: please update your post with all the relevant extra information on software/hardware, do not put that in comments, people will overlook it and in your post it will make your question better as more detailed.
– Patrick Mevzek
18 mins ago
add a comment |
1 Answer
1
active
oldest
votes
you can try a script like
while [ true ]; do
ps aux >~/ps-`date`.log
sleep 1
done
to catch processes which eats your memory.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
VirtualFlyer is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f538342%2fdebug-system-slow-downs-and-freeze%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
you can try a script like
while [ true ]; do
ps aux >~/ps-`date`.log
sleep 1
done
to catch processes which eats your memory.
add a comment |
you can try a script like
while [ true ]; do
ps aux >~/ps-`date`.log
sleep 1
done
to catch processes which eats your memory.
add a comment |
you can try a script like
while [ true ]; do
ps aux >~/ps-`date`.log
sleep 1
done
to catch processes which eats your memory.
you can try a script like
while [ true ]; do
ps aux >~/ps-`date`.log
sleep 1
done
to catch processes which eats your memory.
answered 1 hour ago
mifritschermifritscher
1718 bronze badges
1718 bronze badges
add a comment |
add a comment |
VirtualFlyer is a new contributor. Be nice, and check out our Code of Conduct.
VirtualFlyer is a new contributor. Be nice, and check out our Code of Conduct.
VirtualFlyer is a new contributor. Be nice, and check out our Code of Conduct.
VirtualFlyer is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f538342%2fdebug-system-slow-downs-and-freeze%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If it is something hogging RAM (and that may be the first hypothesis) at some point the linux kernel will decide to kill one process to reclaim some RAM, and this will be recorded in logfiles. See and search about the "OOM Killer". OOM=Out Of Memory. Otherwise you are not giving a lot of details... Distribution version ? Kernel version ? Hardware used and specifically RAM availale ? What applications run on it? Etc.
– Patrick Mevzek
1 hour ago
It seems like it does not do this, even waiting long enough. And sysreq-F should do the same, but it doesn't seem to work at all. I didn't give information because I was not looking for a solution to the freeze, but to understand how to treat it. I am on Antergos 5.2.11 on a ux430un with an i7 8550u and 8 GB of RAM. Applications vary, mostly it's using firefox + something like matlab, inkscape or so.
– VirtualFlyer
29 mins ago
"but to understand how to treat it." you first need to understand where it does come from. If you have absolutely nothing in your logfiles, you need first to put in place some monitoring. PS: please update your post with all the relevant extra information on software/hardware, do not put that in comments, people will overlook it and in your post it will make your question better as more detailed.
– Patrick Mevzek
18 mins ago