MacUpdate
Join MacUpdate
New Member

New Developer
Explore
MacUpdate Desktop
Hot Apps

Business
Dashboard
Development
Drivers
Education
MacUpdate Promo
Popular Apps

Games
Home & Personal
Internet
Multimedia & Design
Utilities
iPhone
Apps

Login
Member Login

Developer Login
About
Search Mac Apps

Search iPhone Apps

Advanced Search
WhatsOpen
WhatsOpen 2.7
Your rating: Now say why...

(2) 5

Tells you which app has a volume open.   Free
Add to my Watch List
Email me when discounted
  • Download Now
    5.9 MB
  • Visit Developer's Site
    AgaSupport
WhatsOpen is a quick utility that came out of an MMUG meeting. Someone posed a question regarding how to tell what application has a volume open so they could quit out of it and eject the removable media.

It is a common error, and the program started simply. It has formed into more of a process management utility at this point, allowing control over processes (pause/play), state information, and more.
What's New
Version 2.7
  • Added support for Snow Leopard
  • Added visual queues to help those unfamiliar with the program.
  • Fixed resize issues with the idea/bug submission sheet.
Requirements
PPC / Intel, Mac OS X 10.5 or later







  • Lock-UnMatic
    +8
    Free
    Shows processes blocking a file ...

  • What's Keeping...
    +6
    Free
    Identify what is keeping you ...

  • WhyNotUnmount
    +2
    Free
    Tool explains why unmounting an ...

  • Sloth
    +1
    Free
    Displays all open files in use ...
WhatsOpen User Discussion (Write a Review)
ver. 2.x:
(2)
Your rating: Now say why...
Overall:
(4)

sort: smiles | time
burypromote

Cdenesha commented on 14 Dec 2010
Immediate crash on first time launch, 10.6.5, Intel Macbook Pro
[Version 2.7]


burypromote
Agasupport (developer) commented on 02 Jul 2009
If you answer an option in the poll that has a blank in it please fill in the blank by e-mailing me or posting here with your idea/request. Development is user driven. Your input dictates my development.
[Version 2.5]


burypromote
+1
Agasupport (developer) commented on 17 Jun 2009
After looking at the poll results and answering some e-mail super-user kill will be available in the next release. Thanks to all who discussed it with me.

For those who didn't understand the poll, WhatsOpen currently will not kill a process as the super user. This means you cannot kill anything your user is not the owner of. In the next release this behavior will be changed so if you kill an application when super user mode is enabled it will kill the application as the super user.
[Version 2.4]


burypromote

+10

Lvwolfman reviewed on 10 Jun 2009
Wow! As stated, almost too much information. But I see features that folks here have asked about. That is service, especially for a free app. And yes, it's a free app that I'll be able to get a lot of use from.

Thank You!
[Version 2.4]


burypromote
+4

+12

Bill Clinton reviewed on 07 May 2009
Holy crap--this is way better than it needs to be.
[Version 2.1]

1 Reply

burypromote
+1
Agasupport (developer) replied on 08 May 2009
Thanks!
burypromote
+5

+1

bjune reviewed on 21 Sep 2008
bomb app.

forming, quite possibly into The app i ignite when managing unruly programs. i can't decide if the developer is giving my little brain too much info. ;) i know it's for a little different task, but i like it for a few different reasons.

i mean, this is the most thorough application informant i've ever seen. it tells me so much about wWhat's oOpen that i wanna shut all my programs down and regulate what they do with my junk.

i mean, shoot, stickies had like 20-30 things open and ill i had that punk doing was acting as a background.

and yeah, the processor allocation per app is what's really important performance-wise, i know. but this serves up the info that cues me into all sorts of directions.

and the developer is behind it 100%. it should be a prime competitor real soon. maybe number 2-3 on my list, which is really good.

tightening up the look/feel is big for me. i hate booty lookin apps. i want quartz in every empty box and field! probably barf, but those kinda options rule. like what homeboy did at unsanity, adding quartz to all of my gui menu drop downs! that's what the mac community seems like it would love.

download this. but listen you pair-downers. you know. you cats who have one app running and every-single bell and whistle turned off - much respect - more like performance-tweakers. i'd stay clear as all hell from this app. you're gunna get so much info about stuff you didn't know was cracked under the hood that you might miss some ZZZs at night or need to up that riddlin prescip. ignorance is bliss . ;)

gave it 4 below cuz i think there's still room for a little more tinkerability.

bbby
[Version 1.9]

2 Replies

burypromote
+1
Agasupport (developer) replied on 30 Sep 2008
Thanks for the kind words. I've been digging through the sysctl() function set to try and figure out how to grab the per-program cpu utilization. Not having a lot of luck figuring out out as most of the values I look at turn out 0 even though there clearly is usage on the test programs...

Anyone out there know what MIB queries / response fields I'd find this type of data in while using a sysctl() call?
burypromote
+1
Agasupport (developer) replied on 09 Oct 2008
Ok, I've found how to obtain the CPU statistic information on processes. This requires root level access to the system, but that isn't a problem since that level of access is already granted if you enable full file listings. I will work this into a new release in the near future.
burypromote

+74
tekl commented on 05 Sep 2008
Strange, I tried WhatsOpen and I got a kernal panic. Dropping files from finder does not work.
[Version 1.7]

1 Reply

burypromote
+1
Agasupport (developer) replied on 11 Sep 2008
What do you mean by "dropping files from finder"? Are you attempting to drop a file from the finder and see what has it open? That is a feature I never considered...
burypromote
-2

+19
Aikousha commented on 08 Aug 2008
A version that would work with 10.4 would be very handy, as I cannot move to 10.5 because of several feature removals and inconsistencies with older software (being a cross platform/system expert is getting harder everyday... ^_^ ).
---Thanks
[Version 1.5]

4 Replies

burypromote
+1
Agasupport (developer) replied on 11 Aug 2008
A 10.4 compatible version will require a rewrite of a fair amount of code. I can do this if there are enough 10.4 users out there who want the tool. I will add a poll to see how many people want to see a 10.4 backport.
burypromote

+11
kiddailey replied on 21 Aug 2008
I second this idea :)
burypromote

+45
Peter da Silva replied on 17 Sep 2008
I have a small script I wrote called "MountWatch" that does some of the same things... at least lets you see what's got mounted devices open, so you know what to close. It's not polished but DOES run on 10.4. If there's interest I could see about putting it up somewhere after I get power back at home (stupid hurricane).
burypromote
Agasupport (developer) replied on 17 Sep 2008
That might be good. After looking at the amount of code change required to make WhatsOpen work on 10.4 I've decided not to undertake it. WhatsKeepingMe works on 10.4 and facilitates the core functionality I'm using for WhatsOpen for those who want something now.
burypromote

+3

pokidoki reviewed on 30 Jul 2008
Please add a widget (dropdown, menubutton etc) to offer the volumes which are attached to the computer and some progs have access to.

Very often you decide to eject a specific volume, so it would be helpful to just select the volume to find out which program has open files.

Thx.
[Version 1.1]

1 Reply

burypromote
+2
Agasupport (developer) replied on 30 Jul 2008
Done. This will be in the next release.
burypromote
+2

+79
NaOH commented on 28 Jun 2008
This type of utility looks like it will be particularly useful for anyone who works with server volumes.

I have frequently experienced that I am prevented from unmounting server volumes because some application has a file open. (Or so I'm told, by the error message that appears.)

My main suspect is Spotlight. It seems that Spotlight will not always quit its search agent cleanly after a search. This is particularly when searching Windows servers.
[Version 1.0]

3 Replies

burypromote
+1
Agasupport (developer) replied on 29 Jun 2008
You are listing one of the exact reasons I wrote this utility. I would run into this when using external media devices, or in many cases an sshfs mounted file system. Quite irritating!
burypromote

+20
dalahast replied on 29 Jul 2008
This happens to me every so often when I'm running an app or using files off a USB drive. The light's not on (because no read or write attempts are being made), but some file on it is still in memory. Quite the frustrating experience, and then I'm forced to unplug it (when the light's off, with no danger of corrupting data) and get the “Device Removal” error message. Bleh.
burypromote

+13
Lacwbo replied on 09 May 2009
10.5 has been out for a sufficient amount of time to be as bug free as 10.4. And Snow Leopard will be released before long. It's about time to retire your 10.4 system and update to the latest. If I were the developer, I would not waste my time redoing this app for 10.4.
There are currently no troubleshooting comments. If you are experiencing a problem with this app, please post a comment.

There are currently no ratings. Write a comment or review now.

Downloads:14,915
Version Downloads:4,651
Type:Utilities : File Management
License:Free
Date:27 Aug 2009
Platform:PPC / Intel
Price:Free0.00
Overall (Version 2.x):
Features:
Ease of Use:
Value:
Stability:
Displaying 1-10 of 12
< 1 2 >
-
-
-
Please login or create a new
MacUpdate Member account
to use this feature
Watch Lists are available to
MacUpdate Desktop Members
Upgrade Now
Download and auto-install
using MacUpdate Desktop. Save
time moving folders and cleaning-up.
WhatsOpen is a quick utility that came out of an MMUG meeting. Someone posed a question regarding how to tell what application has a volume open so they could quit out of it and eject the removable media.

It is a common error, and the program started simply. It has formed into more of a process management utility at this point, allowing control over processes (pause/play), state information, and more.
Add/Update Listing About MacUpdate Desktop Career Opportunities RSS Twitter Facebook Advertise Sitemap
Copyright © 2012 MacUpdate LLC


- -