Download
(10Kb)
Download
Updated: 02-04-09 12:16 PM
Pictures
File Info
Updated:02-04-09 12:16 PM
Created:01-05-09 03:58 PM
Downloads:7,432
Favorites:54
MD5:

Broker Memory  Popular! (More than 5000 hits)

Version: 1.5
by: CyberOto [More]

Very simple LDB data source that display User Addon Memory Usage. The tooltip will show some more info for User, Default and Total Memory Usage.

Added some basic coloring based on player class and memory used.

Added options (in .lua file) for:
- showing addons memory usage list (default on)
- showing X addons in list (default 10)
- coloring addons memory usage list (default on)
- option to disable color coloring of memory usage
- option to show Total Memory Usage in LDB plugin (default on)

If you want to keep low memory usage, disable the addon memory usage listing.

If you want to keep it extra low - disable color coloring.

-----------------------
For those of you new to using LDB based plugins

You can find a great description, and links to more information here:

* http://forums.wowace.com/showthread.php?t=14903

P.S.
To display the addon you will need LDB Display addon like ButtonBin, Fortress, etc.

v 1.5
Tweaked code a bit more for better performance

v 1.4
Optimized some parts of the code
Added auto collect garbage function if addon is consuming more than 128 Kb (can be modified in .lua)

v 1.3
Added option to show Total Memory Usage in LDB plugin (default off)

v 1.2
Added options (in .lua file) for:
- showing addons memory usage list (default on)
- showing X addons in list (default 10)
- coloring addons memory usage list (default on)
- option to disable color coloring of memory usage

v 1.1
Initial release
Optional Files (0)


Post A Reply Comment Options
Unread 01-06-09, 11:13 AM  
Anaral
A Murloc Raider
 
Anaral's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 52
Uploads: 2
Is and/or will there be the option to show the top 10, 20, all addons memory usage?
__________________
Report comment to moderator  
Reply With Quote
Unread 01-07-09, 01:21 PM  
CyberOto
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 44
Uploads: 2
At the moment showing each addon memory usage is not implemented. Can add it at later stage if there is interest in it.
Report comment to moderator  
Reply With Quote
Unread 01-11-09, 07:19 AM  
CyberOto
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 44
Uploads: 2
Updated the addon and added some new options
Report comment to moderator  
Reply With Quote
Unread 01-11-09, 10:14 AM  
Zergreth
A Fallenroot Satyr
 
Zergreth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 101
Uploads: 12
The tooltip looks almost exactly if not exactly like pStats' one. What's up with that?
Report comment to moderator  
Reply With Quote
Unread 01-11-09, 02:43 PM  
CyberOto
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 44
Uploads: 2
There are not many ways to display memory usage
Report comment to moderator  
Reply With Quote
Unread 01-12-09, 04:22 PM  
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member

Forum posts: 143
File comments: 433
Uploads: 0
Are there any reasons why this might not work with ButtonBin? I tried adding this - it shows up in the list as recognized in button bin but doesn't show up in any bin.
Report comment to moderator  
Reply With Quote
Unread 01-12-09, 04:43 PM  
Jexx
A Deviate Faerie Dragon

Forum posts: 10
File comments: 118
Uploads: 0
I'd prefer the display to show Total memory usage, not just User Addon memory usage. Is there any way to do this yet?
Report comment to moderator  
Reply With Quote
Unread 01-13-09, 02:28 AM  
CyberOto
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 44
Uploads: 2
Originally posted by Toran
Are there any reasons why this might not work with ButtonBin? I tried adding this - it shows up in the list as recognized in button bin but doesn't show up in any bin.
This is weird - I'm using it with ButtonBin. The SS is taken on ButtonBin bar #4

I'll do some tests on default UI with ButtonBin and Broker_Memory only.

Edit:

Tested it and it is showing. All addon settings are on default values. If it is possible, check only the 2 addons.

I'd prefer the display to show Total memory usage, not just User Addon memory usage. Is there any way to do this yet?
Yes, there is a way, but you will need to edit .lua file.

Edit:
Added new option in v 1.3 that control showing Total memory in LDB plugin. Open .lua file, edit line 9 from
Code:
local showTotalMemory = false
to
Code:
local showTotalMemory = true
Last edited by CyberOto : 01-13-09 at 02:48 AM.
Report comment to moderator  
Reply With Quote
Unread 01-13-09, 11:48 AM  
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member

Forum posts: 143
File comments: 433
Uploads: 0
Originally posted by CyberOto
[b]This is weird - I'm using it with ButtonBin. The SS is taken on ButtonBin bar #4

I'll do some tests on default UI with ButtonBin and Broker_Memory only.

Edit:

Tested it and it is showing. All addon settings are on default values. If it is possible, check only the 2 addons.
Damn. Must be an addon conflict. Thanks.

FYI - worked fine with Fortress and DockingStation.
Last edited by Toran : 01-13-09 at 07:38 PM.
Report comment to moderator  
Reply With Quote
Unread 01-18-09, 02:15 AM  
sun
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 104
Uploads: 1
zip

could you use .zip instead of .rar ? WUU doesn't like much .rar without 7zip installed, and since i'm using winrar... yeh it's not related to you just WUU, but if you don't mind using .zip instead of .rar :>

thanks.
Report comment to moderator  
Reply With Quote
Unread 01-18-09, 05:46 AM  
CyberOto
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 44
Uploads: 2
Re: zip

Originally posted by sun
could you use .zip instead of .rar ? WUU doesn't like much .rar without 7zip installed, and since i'm using winrar... yeh it's not related to you just WUU, but if you don't mind using .zip instead of .rar :>

thanks.
Added .ZIP version as optional download.
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 01:35 AM  
Alfuin
A Murloc Raider
 
Alfuin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 42
Uploads: 4
Broker Memory won't show on my UI. Does not seem to be any conflicts, it just does not show. I can not access it via any slash commands, nor via the interface menu... I guess it is sort of click or hover over the stats frame shown in your image, but that is not showing anywhere, unless hidden behind other frames... Would it be too much to ask for a minimap button (or titan/fubar)?
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 04:38 AM  
CyberOto
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 44
Uploads: 2
Originally posted by Alfuin
Broker Memory won't show on my UI. Does not seem to be any conflicts, it just does not show. I can not access it via any slash commands, nor via the interface menu... I guess it is sort of click or hover over the stats frame shown in your image, but that is not showing anywhere, unless hidden behind other frames... Would it be too much to ask for a minimap button (or titan/fubar)?
It require LDB display plugin like DockingStation, ButtonBin (more available too). There are no slash commands available. Do not plan to add titan/fubar support.
Report comment to moderator  
Reply With Quote
Unread 01-19-09, 05:21 AM  
Diungo
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
the memory-unit (the MiB text) should be the suffix of your ldb feed, not appended to the text.
Report comment to moderator  
Reply With Quote
Unread 01-29-09, 11:29 PM  
Sythalin
Curse staff
 
Sythalin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 680
File comments: 373
Uploads: 15
This is causing my game to stutter every second or so. I'm assuming bad throttling for "OnUpdate".
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: