php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57290 Incorrect fragmentation reported
Submitted: 2006-10-11 08:17 UTC Modified: 2006-10-14 10:28 UTC
From: apc at tequilasolutions dot com Assigned:
Status: Not a bug Package: APC (PECL)
PHP Version: 5.1.6 OS: FC4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
47 + 26 = ?
Subscribe to this entry?

 
 [2006-10-11 08:17 UTC] apc at tequilasolutions dot com
Description:
------------
System reporting 100% fragmentation, 107K out of 107K yet cache size is actually 64Mb.

Reproduce code:
---------------
http://www.tequilasolutions.com/apc3.gif

Expected result:
----------------
Proper fragmentation reported.

Actual result:
--------------
Wrong figures shown.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-12 11:04 UTC] gopalv82 at yahoo dot com
The 107k of free memory you have is totally fragmented between the other blocks & is unusable.

usable_free_space = (free_space * (100 -fragmentation))

There is no real percentage (*sic*) in reporting it against the total area.
 [2006-10-14 10:28 UTC] gopalv82 at yahoo dot com
Closing bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 17:01:30 2024 UTC