S soccersquirt82 macrumors 6502 Original poster Mar 11, 2008 296 0 Dec 11, 2008 #1 Looking at my CPU using, I have something that reads "mds." It does not take much space to run, usually at about 1%, but I would like to know what it is. I have WebKit Safari, Apple Mail, iTunes, and Quicksilver open. Anybody know what this is?
Looking at my CPU using, I have something that reads "mds." It does not take much space to run, usually at about 1%, but I would like to know what it is. I have WebKit Safari, Apple Mail, iTunes, and Quicksilver open. Anybody know what this is?
4np macrumors 6502a Feb 23, 2005 972 2 The Netherlands Dec 11, 2008 #2 Code: 4np@mymbp ~ $ ps aux|grep -i mds root 21 0.0 1,3 240240 26436 ?? Ss 2:21am 2:23.21 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Support/mds 4np 1995 0.0 0,0 591508 276 s000 R+ 11:42pm 0:00.00 grep --colour=auto -i mds 4np 1357 0.0 0,5 139640 10020 ?? SNs 5:01pm 0:11.74 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Versions/A/Support/mdworker MDSImporterWorker com.apple.Spotlight.ImporterWorker.501 4np@mymbp ~ $ Looks like it's some spotlight crawler or something... I assume it keeps the spotlight database up to date?
Code: 4np@mymbp ~ $ ps aux|grep -i mds root 21 0.0 1,3 240240 26436 ?? Ss 2:21am 2:23.21 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Support/mds 4np 1995 0.0 0,0 591508 276 s000 R+ 11:42pm 0:00.00 grep --colour=auto -i mds 4np 1357 0.0 0,5 139640 10020 ?? SNs 5:01pm 0:11.74 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Versions/A/Support/mdworker MDSImporterWorker com.apple.Spotlight.ImporterWorker.501 4np@mymbp ~ $ Looks like it's some spotlight crawler or something... I assume it keeps the spotlight database up to date?
dragonmantek macrumors regular Oct 16, 2007 234 0 New York Dec 11, 2008 #3 yeah i don't know what those are either, though they've never bothered me at all. it probably stands for something and is related to the actual OS.
yeah i don't know what those are either, though they've never bothered me at all. it probably stands for something and is related to the actual OS.
4np macrumors 6502a Feb 23, 2005 972 2 The Netherlands Dec 11, 2008 #4 Found it: Code: 4np@mymbp ~ $ man mds MDS(8) BSD System Manager's Manual MDS(8) NAME mds -- metadata server SYNOPSIS mds DESCRIPTION mds is the metadata server. It serves all clients of the metadata APIs, including Spotlight. There are no configurations to mds, and users should not run mds manually. SEE ALSO mdfind(1), mdls(1), mdutil(1) Click to expand...
Found it: Code: 4np@mymbp ~ $ man mds MDS(8) BSD System Manager's Manual MDS(8) NAME mds -- metadata server SYNOPSIS mds DESCRIPTION mds is the metadata server. It serves all clients of the metadata APIs, including Spotlight. There are no configurations to mds, and users should not run mds manually. SEE ALSO mdfind(1), mdls(1), mdutil(1) Click to expand...