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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: apc at tequilasolutions dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 06:01:30 2024 UTC