博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
什么是跟踪器,为什么运行?
阅读量:2517 次
发布时间:2019-05-11

本文共 2785 字,大约阅读时间需要 9 分钟。

If you’ve looked at the running processes on your Ubuntu box and wondered why there’s a process named “trackerd” that is overusing the CPU, you are in luck, because that’s exactly the topic we’ll cover today.

如果您已经查看了Ubuntu机器上正在运行的进程,并且想知道为什么有一个名为“ trackerd”的进程过度使用了CPU,那么您很幸运,因为这正是我们今天要讨论的主题。

Tracker is a search tool built into Ubuntu, and by default seems to be configured to maximize CPU while indexing. We can either throttle it down, or just simply uninstall it if you never use it.

Tracker是Ubuntu内置的搜索工具,默认情况下似乎已配置为在编制索引时最大化CPU。 我们可以降低它的速度,或者如果您从不使用它,只需将其卸载即可。

image

What Exactly Is It?

到底是什么?

If you go to Applications \ Accessories, you’ll find the Tracker Search Tool in the list. From here you can do a full-text search against your files, and even refine by category.

如果转到“应用程序\附件”,则会在列表中找到“跟踪器搜索工具”。 在这里,您可以对文件进行全文搜索,甚至可以按类别进行优化。

image

It’s not a bad search tool, really.

确实,这不是一个糟糕的搜索工具。

Throttle Indexing Speed

油门分度速度

What you can do is configure Tracker to not use as much of your CPU, by going to System \ Preferences \ Indexing Preferences.

您可以做的是通过转到系统\首选项\索引首选项,将Tracker配置为不占用大量CPU。

image

From here you can choose to completely turn off indexing by unchecking the “Enable indexing” option.

在这里,您可以通过取消选中“启用索引”选项来选择完全关闭索引。

image

On the performance tab, you can change the slider for Indexing speed from “Faster” all the way down to “Slower”. Then you can choose to Minimize memory usage as well.

在性能选项卡上,您可以将索引速度的滑块从“更快”更改为“更慢”。 然后,您也可以选择最小化内存使用。

image

On the Ignored Files tab, you can also add in paths of files to exclude from the indexing. If you’ve got a ton of files sitting around that you know you’ll never need to search through, there’s really no reason to have them in the index.

在“忽略的文件”选项卡上,您还可以添加要从索引中排除的文件路径。 如果周围有很多文件,而且您知道不需要搜索,则实际上没有理由将它们包含在索引中。

image

At this point you can Close the dialog to apply the changes. Note that if your indexing process is still out of control you might have to kill -9 the process ID, or just reboot if you feel like it.

此时,您可以关闭对话框以应用更改。 请注意,如果索引编制过程仍然不受控制,则可能必须取消-9进程ID,或者如果需要则重新启动。

Uninstall Tracker From the Command Line

从命令行卸载Tracker

If you never use the search screen and would simply like to get rid of it, you can open up a terminal and use the following command to remove this process.

如果您从不使用搜索屏幕,而只是想摆脱它,则可以打开终端并使用以下命令删除此过程。

sudo apt-get remove tracker tracker-search-tool tracker-utils

sudo apt-get remove tracker tracker-search-tool tracker-utils

Uninstall Tracker From Synaptic

从Synaptic卸载Tracker

If you prefer, you can search for “tracker” within Synaptic Package Manager and then just uncheck the tracker options in the list. Once you are done, use the Apply button to actually do the uninstall.

如果愿意,可以在Synaptic Package Manager中搜索“跟踪器”,然后仅取消选中列表中的跟踪器选项。 完成后,使用“应用”按钮实际执行卸载。

image

Does anybody actually use this search engine?

有人实际使用此搜索引擎吗?

翻译自:

转载地址:http://hrlwd.baihongyu.com/

你可能感兴趣的文章
[git]rebase和merge
查看>>
java动态代理
查看>>
Selector的2种样式
查看>>
Mac 卸载mysql
查看>>
php-fpm用socket连接
查看>>
.net core跨域传递cookie
查看>>
SpringMVC <mvc:view-controller path=""/>标签
查看>>
adobe flash player升级coredump分析
查看>>
pycharm快捷键、经常使用设置、配置管理
查看>>
element-ui table 最后一行合计,单元格合并
查看>>
.NET 常用加密、解密& 数字签名算法
查看>>
开博声明
查看>>
FileReader读取文件
查看>>
逆向-攻防世界-re2-cpp-is-awesome
查看>>
Oracle分割字符串 REGEXP_SUBSTR用法
查看>>
O/R Mapping实际开发经验之谈(转)
查看>>
今天才知道原来我还没弄清楚js中全局变量和局部变量的定义...
查看>>
用户心理特征
查看>>
【z05】聪明的质检员
查看>>
【5001】n皇后问题
查看>>