What happens if I clear the uasge data in the activity log?
What happens if I clear all the usage data? My computer is running slow, and I was wondering if clearing the data will speed it up, damage something or delete everything I have?
disk-usage
add a comment |
What happens if I clear all the usage data? My computer is running slow, and I was wondering if clearing the data will speed it up, damage something or delete everything I have?
disk-usage
3
Possible duplicate of How can I free space from a massive 39.5GB /var/log/ folder?
– WinEunuuchs2Unix
Dec 25 '18 at 0:23
It depends. There's variety of data that can be cleared. You need to specify which files/directories you're planning on clearing. If your computer is running slow, ideally should establish the cause - is it a specific program that's utilizing all of CPU, is RAM almost used up, are there any errors, is the hard drive/ssd in good health, etc. From there you can look at options on mitigating these issues.
– Sergiy Kolodyazhnyy
Dec 25 '18 at 0:27
Rather than "clear all usage data", readman logrotateandless /etc/logrotate.conf /etc/logrotate.d/*. This is the Ubuntu Way to carefully reduse logs.
– waltinator
Dec 25 '18 at 3:38
Since log data is written to disk instead of retained in RAM, I'm curious why you think logs are slowing down your system. Have you, for example, runtopto see the biggest resource using applications? Orfreeto see f you are swapping? Ordf -hto see if your disk is full? Some slowdowns are caused by cryptomining viruses from dodgy websites. Other slowdowns are due to the Spectre/Meltdown security patches. Lots of possible reasons for a slowdown, rarely logs...so why logs?
– user535733
Dec 25 '18 at 7:19
add a comment |
What happens if I clear all the usage data? My computer is running slow, and I was wondering if clearing the data will speed it up, damage something or delete everything I have?
disk-usage
What happens if I clear all the usage data? My computer is running slow, and I was wondering if clearing the data will speed it up, damage something or delete everything I have?
disk-usage
disk-usage
asked Dec 25 '18 at 0:20
ravenraven
11
11
3
Possible duplicate of How can I free space from a massive 39.5GB /var/log/ folder?
– WinEunuuchs2Unix
Dec 25 '18 at 0:23
It depends. There's variety of data that can be cleared. You need to specify which files/directories you're planning on clearing. If your computer is running slow, ideally should establish the cause - is it a specific program that's utilizing all of CPU, is RAM almost used up, are there any errors, is the hard drive/ssd in good health, etc. From there you can look at options on mitigating these issues.
– Sergiy Kolodyazhnyy
Dec 25 '18 at 0:27
Rather than "clear all usage data", readman logrotateandless /etc/logrotate.conf /etc/logrotate.d/*. This is the Ubuntu Way to carefully reduse logs.
– waltinator
Dec 25 '18 at 3:38
Since log data is written to disk instead of retained in RAM, I'm curious why you think logs are slowing down your system. Have you, for example, runtopto see the biggest resource using applications? Orfreeto see f you are swapping? Ordf -hto see if your disk is full? Some slowdowns are caused by cryptomining viruses from dodgy websites. Other slowdowns are due to the Spectre/Meltdown security patches. Lots of possible reasons for a slowdown, rarely logs...so why logs?
– user535733
Dec 25 '18 at 7:19
add a comment |
3
Possible duplicate of How can I free space from a massive 39.5GB /var/log/ folder?
– WinEunuuchs2Unix
Dec 25 '18 at 0:23
It depends. There's variety of data that can be cleared. You need to specify which files/directories you're planning on clearing. If your computer is running slow, ideally should establish the cause - is it a specific program that's utilizing all of CPU, is RAM almost used up, are there any errors, is the hard drive/ssd in good health, etc. From there you can look at options on mitigating these issues.
– Sergiy Kolodyazhnyy
Dec 25 '18 at 0:27
Rather than "clear all usage data", readman logrotateandless /etc/logrotate.conf /etc/logrotate.d/*. This is the Ubuntu Way to carefully reduse logs.
– waltinator
Dec 25 '18 at 3:38
Since log data is written to disk instead of retained in RAM, I'm curious why you think logs are slowing down your system. Have you, for example, runtopto see the biggest resource using applications? Orfreeto see f you are swapping? Ordf -hto see if your disk is full? Some slowdowns are caused by cryptomining viruses from dodgy websites. Other slowdowns are due to the Spectre/Meltdown security patches. Lots of possible reasons for a slowdown, rarely logs...so why logs?
– user535733
Dec 25 '18 at 7:19
3
3
Possible duplicate of How can I free space from a massive 39.5GB /var/log/ folder?
– WinEunuuchs2Unix
Dec 25 '18 at 0:23
Possible duplicate of How can I free space from a massive 39.5GB /var/log/ folder?
– WinEunuuchs2Unix
Dec 25 '18 at 0:23
It depends. There's variety of data that can be cleared. You need to specify which files/directories you're planning on clearing. If your computer is running slow, ideally should establish the cause - is it a specific program that's utilizing all of CPU, is RAM almost used up, are there any errors, is the hard drive/ssd in good health, etc. From there you can look at options on mitigating these issues.
– Sergiy Kolodyazhnyy
Dec 25 '18 at 0:27
It depends. There's variety of data that can be cleared. You need to specify which files/directories you're planning on clearing. If your computer is running slow, ideally should establish the cause - is it a specific program that's utilizing all of CPU, is RAM almost used up, are there any errors, is the hard drive/ssd in good health, etc. From there you can look at options on mitigating these issues.
– Sergiy Kolodyazhnyy
Dec 25 '18 at 0:27
Rather than "clear all usage data", read
man logrotate and less /etc/logrotate.conf /etc/logrotate.d/*. This is the Ubuntu Way to carefully reduse logs.– waltinator
Dec 25 '18 at 3:38
Rather than "clear all usage data", read
man logrotate and less /etc/logrotate.conf /etc/logrotate.d/*. This is the Ubuntu Way to carefully reduse logs.– waltinator
Dec 25 '18 at 3:38
Since log data is written to disk instead of retained in RAM, I'm curious why you think logs are slowing down your system. Have you, for example, run
top to see the biggest resource using applications? Or free to see f you are swapping? Or df -h to see if your disk is full? Some slowdowns are caused by cryptomining viruses from dodgy websites. Other slowdowns are due to the Spectre/Meltdown security patches. Lots of possible reasons for a slowdown, rarely logs...so why logs?– user535733
Dec 25 '18 at 7:19
Since log data is written to disk instead of retained in RAM, I'm curious why you think logs are slowing down your system. Have you, for example, run
top to see the biggest resource using applications? Or free to see f you are swapping? Or df -h to see if your disk is full? Some slowdowns are caused by cryptomining viruses from dodgy websites. Other slowdowns are due to the Spectre/Meltdown security patches. Lots of possible reasons for a slowdown, rarely logs...so why logs?– user535733
Dec 25 '18 at 7:19
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
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%2faskubuntu.com%2fquestions%2f1104346%2fwhat-happens-if-i-clear-the-uasge-data-in-the-activity-log%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1104346%2fwhat-happens-if-i-clear-the-uasge-data-in-the-activity-log%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
3
Possible duplicate of How can I free space from a massive 39.5GB /var/log/ folder?
– WinEunuuchs2Unix
Dec 25 '18 at 0:23
It depends. There's variety of data that can be cleared. You need to specify which files/directories you're planning on clearing. If your computer is running slow, ideally should establish the cause - is it a specific program that's utilizing all of CPU, is RAM almost used up, are there any errors, is the hard drive/ssd in good health, etc. From there you can look at options on mitigating these issues.
– Sergiy Kolodyazhnyy
Dec 25 '18 at 0:27
Rather than "clear all usage data", read
man logrotateandless /etc/logrotate.conf /etc/logrotate.d/*. This is the Ubuntu Way to carefully reduse logs.– waltinator
Dec 25 '18 at 3:38
Since log data is written to disk instead of retained in RAM, I'm curious why you think logs are slowing down your system. Have you, for example, run
topto see the biggest resource using applications? Orfreeto see f you are swapping? Ordf -hto see if your disk is full? Some slowdowns are caused by cryptomining viruses from dodgy websites. Other slowdowns are due to the Spectre/Meltdown security patches. Lots of possible reasons for a slowdown, rarely logs...so why logs?– user535733
Dec 25 '18 at 7:19