Is there an activity log in Everything?
I have been tweaking some NTFS options such that every now and then the cpu used by Everything is much greater than what I would usually see for an update of Everything's index. (My PC is slow, so this is only relative but it does affect normal use.)
It would be useful to see what activities Everything undertook at these times.
Activity log?
Re: Activity log?
I would think it less likely what Everything is doing, but rather what you (including the OS, behind the scenes) are doing that is affecting what Everything has to monitor.
At times I'll "clean up" some fairly large directory trees, deleting a bunch of files & directories, all at once, & during those times Everything's CPU usage climbs as it takes notice of all the deletes. So I'll get a high CPU load during that time, but then it subsides.
On my end, it is only what I may do that causes high CPU usage in Everything.
I've not known XP or Win7 to do anything significant enough to give Everything a notice.
(I was thinking, antivirus, which I don't use, but then second thought is that too shouldn't cause any issues?)
There is the debug console, but I'm not sure what to tell you to look for?
At times I'll "clean up" some fairly large directory trees, deleting a bunch of files & directories, all at once, & during those times Everything's CPU usage climbs as it takes notice of all the deletes. So I'll get a high CPU load during that time, but then it subsides.
On my end, it is only what I may do that causes high CPU usage in Everything.
I've not known XP or Win7 to do anything significant enough to give Everything a notice.
(I was thinking, antivirus, which I don't use, but then second thought is that too shouldn't cause any issues?)
There is the debug console, but I'm not sure what to tell you to look for?
Re: Activity log?
Everything will report file system activity to the debug console.
To show the debug console:
Everything 830b or later will always show verbose file system activity messages in the debug console.
To enable verbose file system message in older versions of Everything:
updated C: in 0.022014 seconds
Take note of any cyan lines as they will show what file system change occurred.
USN_RECORD 4508341952, FLAGS 00002020, PARENT FRN 0004000000009f67, FRN 00370000
0009846d, reason CREATE (00000100), filename sessionstore-3.js
If you see lots of these, check the filename, do an Everything search on the filename to try and find which program is causing the file system spam.
Usually you can tell from the path, if not, Process Explorer might help.
To hide the debug console:
To show the debug console:
- In Everything, press Ctrl + `
Everything 830b or later will always show verbose file system activity messages in the debug console.
To enable verbose file system message in older versions of Everything:
- Completely exit Everything, right click the Everything system tray icon and click Exit.
- Open a command prompt and navigate to your Everything installation folder.
- Start Everything with the -debug -verbose command line options:
Everything.exe -debug -verbose
updated C: in 0.022014 seconds
Take note of any cyan lines as they will show what file system change occurred.
USN_RECORD 4508341952, FLAGS 00002020, PARENT FRN 0004000000009f67, FRN 00370000
0009846d, reason CREATE (00000100), filename sessionstore-3.js
If you see lots of these, check the filename, do an Everything search on the filename to try and find which program is causing the file system spam.
Usually you can tell from the path, if not, Process Explorer might help.
To hide the debug console:
- In Everything, press Ctrl + `
Re: Activity log?
I am using Everything 1.4.1.809b (x86).
I can't access the debug console using Ctrl + ` or Ctrl + ~
I am using a UK keyboard if that makes a difference with those special characters.
I can't access the debug console using Ctrl + ` or Ctrl + ~
I am using a UK keyboard if that makes a difference with those special characters.
Re: Activity log?
Please try the following:I can't access the debug console using Ctrl + ` or Ctrl + ~
- In Everything, type in the following search and press ENTER:
/debug
Re: Activity log?
Unfortunately /DEBUG does not work.
I am using Windows XP SP3. Could my old OS be causing my difficulties in entering debug mode?
I am using Windows XP SP3. Could my old OS be causing my difficulties in entering debug mode?
Re: Activity log?
I also have Windows XP SP3 and Everything 1.4.1.824b (x86) - command /debug works OK.
Download new beta and try.
EDIT: Only now I noticed, too bad that when you close the window cmd, are also closed all the windows Everything.
Download new beta and try.
EDIT: Only now I noticed, too bad that when you close the window cmd, are also closed all the windows Everything.
Re: Activity log?
Are you sure you are using Everything 809b? check the Help -> About Everything menu.Unfortunately /DEBUG does not work.
Please make sure you use lowercase for /debug
It's possible, when debug mode is enabled, you should see a console window popup.I am using Windows XP SP3. Could my old OS be causing my difficulties in entering debug mode?
Another way to start in debug mode is from a command prompt:
- Completely exit Everything (right click the Everything system tray icon and click Exit)
- From a command prompt (Start -> Run -> cmd), navigate to your Everything installation folder (cd c:\program files\Everything), run Everything with the -debug command line option:
Everything.exe -debug
To hide the debug console, press Ctrl + ` in Everything or type in the following search and press ENTER:
/debug
Re: Activity log?
Turns out I was using uppercase /DEBUG instead of /debug. Thank you for your help and patience.
I will now use the debug info to monitor what's going on with my system.
I will now use the debug info to monitor what's going on with my system.