Download
(20Kb)
Download
Updated: 01-03-09 01:42 AM
Pictures
File Info
Updated:01-03-09 01:42 AM
Created:unknown
Downloads:14,662
Favorites:102
MD5:

pStats  Popular! (More than 5000 hits)

Version: 30000.24
by: p3lim [More]

This addon is discontinued.

Description:
pStats enhances the Minimap Tracking Frame with features listed below
The addon is based on the tooltip in evl_Clock

Features:

  • Mouseover to show tooltip
  • Tooltip features:
    • Shows FPS and MS values
    • List addons loaded (with colored values on the right)
    • Shows a full memory usage at bottom
  • Tracking Frame click changed:
    • Click to change tracking type
    • Right-Click to collect garbage
  • Mousewheel scroll support (hold shift for faster)
  • LibDataBroker support
  • Options to change color etc
  • Slash command for options (/pstats)

30000.24:
- Added option to hook tooltip

30000.22:
- Fixed config loading

30000.21:
- Fixed DB issue

30000.20:
- Fixed click script

30000.19:
- Added Config as LoD Module

30000.18:
- Library update

30000.16:
- Update to 30000

20400.15:
- Added DataBroker support

20400.14:
- Fixed errors

20400.13:
- Config rewrite

20400.12:
- Added MouseWheel support
- Added more information
- Fixed garbage collect tooltip

20400.11:
- Fixed minor bug with options

20400.9:
- Updated for WotLK
- Removed help lines, explanation here on wowi should be clear enough

20400.8:
- Fixed folder structure for unix

20400.7:
- Fixed bug with comparing
- Fixed toc file to properly add LibCrayon-3.0

20400.6:
- Added gradient coloring to memory values (red-yellow-green)

20400.5:
- Added list sorting options

20400.3:
- Initial commit
Post A Reply Comment Options
Unread 04-12-08, 11:04 AM  
ra1d3n
A Cyclonian
 
ra1d3n's Avatar
AddOn Author - Click to view AddOns

Forum posts: 44
File comments: 20
Uploads: 2
Originally posted by DJJoeJoe
Would it be possible to allow mouse scrolling on this? I have enough addons that it goes right off the screen and I can't see the totals and things on the bottom because of this.
/sign
Report comment to moderator  
Reply With Quote
Unread 04-12-08, 11:21 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by DJJoeJoe
Would it be possible to allow mouse scrolling on this? I have enough addons that it goes right off the screen and I can't see the totals and things on the bottom because of this.
Not sure if its possible to add mouse scrolling on a tooltip, but ill take a look at it when i get time
Report comment to moderator  
Reply With Quote
Unread 06-18-08, 10:28 AM  
Dreadlorde
A Pyroguard Emberseer
 
Dreadlorde's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2302
File comments: 141
Uploads: 4
Ant chance you can add right click garbage collection? My way isn't working.
Code:
function pStats_OnClick()
	if arg1== "RightButton" then
     	collectgarbage('collect');
	end
end
__________________

Funtoo - Plan 9 - Windows 7
Report comment to moderator  
Reply With Quote
Unread 06-18-08, 01:29 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Dreadlorde
Ant chance you can add right click garbage collection? My way isn't working.
Code:
function pStats_OnClick()
	if arg1== "RightButton" then
     	collectgarbage('collect');
	end
end
Edit: Coming right up
Last edited by p3lim : 06-18-08 at 01:31 PM.
Report comment to moderator  
Reply With Quote
Unread 06-18-08, 05:10 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by DJJoeJoe
Would it be possible to allow mouse scrolling on this? I have enough addons that it goes right off the screen and I can't see the totals and things on the bottom because of this.
Not possible, request denied
Report comment to moderator  
Reply With Quote
Unread 06-19-08, 01:59 PM  
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 146
Uploads: 26
Originally posted by p3lim
Not possible, request denied
Course it's possible http://www.pastey.net/89738-3nho .
Report comment to moderator  
Reply With Quote
Unread 06-19-08, 08:02 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Slakah
Course it's possible http://www.pastey.net/89738-3nho .
Hm I can make a seperate plugin for it instead of implementing it, cause thats something ill never use
Report comment to moderator  
Reply With Quote
Unread 06-22-08, 12:03 AM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Not seeing anything when i have it loaded,

USing Squeenix, but still fail to see anything once disabled.
Report comment to moderator  
Reply With Quote
Unread 06-22-08, 09:15 AM  
DJJoeJoe
A Murloc Raider
 
DJJoeJoe's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 172
Uploads: 1
Originally posted by Snoweh
Not seeing anything when i have it loaded,

USing Squeenix, but still fail to see anything once disabled.
Not to butt in here on this one or anything, but saying what you just did is exactly like telling the addon dev 'Hey it don't work :S'. Provides no information in helping him fix whatever issue you're having.

So, the tooltip doesn't display when you mouseover the tracking icon? Do you have any addons that remove this icon? Is it there? Are there any errors displayed? Do you have bugsack or any other error collection addon to help grab that error for the dev?
__________________

Joetest - Ner'Zhul - Disciples of Death
Report comment to moderator  
Reply With Quote
Unread 06-22-08, 12:54 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Snoweh
Not seeing anything when i have it loaded,

USing Squeenix, but still fail to see anything once disabled.
As DJJoeJoe just said, what you are trying to report isnt enough for me to find out anything about, give me some more info
Report comment to moderator  
Reply With Quote
Unread 07-27-08, 08:46 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
How do you limit the amount of addons listed in the tooltip ?

I found that by replacing GetNumAddOns() with a number it somewhat worked but if i say 50 the amount displayed is not 50.
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Last edited by Caellian : 07-27-08 at 09:37 AM.
Report comment to moderator  
Reply With Quote
Unread 07-27-08, 11:12 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Kyron
How do you limit the amount of addons listed in the tooltip ?

I found that by replacing GetNumAddOns() with a number it somewhat worked but if i say 50 the amount displayed is not 50.
replace the following lines
Code:
for _,entry in pairs(addons) do
	GameTooltip:AddDoubleLine(entry.name, formats(entry.memory), 1, 1, 1, 1, 1, 1)
end
with

Code:
local i = 0
for _,entry in pairs(addons) do
	GameTooltip:AddDoubleLine(entry.name, formats(entry.memory), 1, 1, 1, 1, 1, 1)
	i = i + 1
	if(i >= MAX) then break end
end
where MAX is the max amount of addons to be displayed.

note: pStats never shows unloaded addons
Last edited by p3lim : 07-27-08 at 11:21 AM.
Report comment to moderator  
Reply With Quote
Unread 07-27-08, 12:14 PM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
Sweet thanks
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Report comment to moderator  
Reply With Quote
Unread 07-28-08, 03:52 AM  
Bifidus
A Kobold Labourer

Forum posts: 0
File comments: 52
Uploads: 3
Request : Is it possible to have the cpu consumption instead of the memory usage ?
My computer have a lot of memory, but is old, and i try to avoid all addons than low down my fps, so i can use yours to track them.
Report comment to moderator  
Reply With Quote
Unread 07-28-08, 05:59 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
PLEASE DELETE YOUR SAVEDVARIABLES BEFORE UPDATING TO REVISION 5!

If you get an error on update, this is why
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: