Last 30 days
-
r104
(Added Comments to Stats
Changed Stats class names to better ...) committed by nerdynick
- Added Comments to Stats
Changed Stats class names to better represent what it did
Added Comments to Stats
Changed Stats class names to better represent what it did
Earlier this year
-
-
r103
(Moved Raw UI files out of main src and modified compile scri...) committed by nerdynick
- Moved Raw UI files out of main src and modified compile script
Fixed warning for MD5 in Python2.6 in Cluster
Removed warning for matplotlib.use() by putting a single set in base MemcachedManager.py
Moved Raw UI files out of main src and modified compile script
Fixed warning for MD5 in Python2.6 in Cluster
Removed warning for matplotlib.use() by putting a single set in base MemcachedManager.py
-
r102
(Fixed Tab order in Add Dialog
Change verbage on Server Stats...) committed by nerdynick
- Fixed Tab order in Add Dialog
Change verbage on Server Stats Tab
Fixed Tab order in Add Dialog
Change verbage on Server Stats Tab
-
r101
(Reworked Memcache Stats Classes
Added new stats through 1.4....) committed by nerdynick
- Reworked Memcache Stats Classes
Added new stats through 1.4.2 memcached version to Stats Classes
Added new stats to the server stats tab
Cleaned up Server Stats Tab to reduce lines of code and increase ease of adding new items
Changed out how stats are passed into Stats Classes. Should allow for them to be used in other
projects.
Reworked Memcache Stats Classes
Added new stats through 1.4.2 memcached version to Stats Classes
Added new stats to the server stats tab
Cleaned up Server Stats Tab to reduce lines of code and increase ease of adding new items
Changed out how stats are passed into Stats Classes. Should allow for them to be used in other
projects.
-
r100
(Added Eviction Rate to Server Stats Tab
Added Eviction Rate ...) committed by nerdynick
- Added Eviction Rate to Server Stats Tab
Added Eviction Rate & Avgs to Memcached Stats Classes
Added Eviction Rate to Server Stats Tab
Added Eviction Rate & Avgs to Memcached Stats Classes
-
r99
(Added Label Clear for LiveStats Watching) committed by nerdynick
- Added Label Clear for LiveStats Watching
Added Label Clear for LiveStats Watching
-
r98
(Added Copyright information. Now filed under the GPLv3.) committed by nerdynick
- Added Copyright information. Now filed under the GPLv3.
Added Copyright information. Now filed under the GPLv3.
-
r97
(Upgraded memcached client to the new python-memcached 1.44. ...) committed by nerdynick
- Upgraded memcached client to the new python-memcached 1.44. Now contains submitted slab stats patch
as well as a bunch of preformance and error tweeks.
Upgraded memcached client to the new python-memcached 1.44. Now contains submitted slab stats patch
as well as a bunch of preformance and error tweeks.
-
r96
(Attempts at solving memory leak in matplotlib) committed by nerdynick
- Attempts at solving memory leak in matplotlib
Attempts at solving memory leak in matplotlib
-
r95
(Removed .pydevproject from repo) committed by nerdynick
- Removed .pydevproject from repo
Removed .pydevproject from repo
-
r94
(Updated Live Stats UI to split Connection into 2 graphs and ...) committed by nerdynick
- Updated Live Stats UI to split Connection into 2 graphs and fit more into the window
Updated Live Stats UI to split Connection into 2 graphs and fit more into the window
-
r93
(Fixed a bug that when live stats samples reached the limit t...) committed by nerdynick
- Fixed a bug that when live stats samples reached the limit they would run into null list indexes
Fixed a bug that when live stats samples reached the limit they would run into null list indexes
-
r92
(Removed Y Axis formated in Memory usage graph) committed by nerdynick
- Removed Y Axis formated in Memory usage graph
Removed Y Axis formated in Memory usage graph
-
r91
(Switched to percentages in live stats when it comes to hits/...) committed by nerdynick
- Switched to percentages in live stats when it comes to hits/misses, gets/sets, and memory usage.
Switched to percentages in live stats when it comes to hits/misses, gets/sets, and memory usage.
-
-
r90
(Finished Live Stats Watching
Added New Format Param to Stats...) committed by nerdynick
- Finished Live Stats Watching
Added New Format Param to Stats getCacheStr
Updated Live Stats ui to have scroll bars already showing
Finished Live Stats Watching
Added New Format Param to Stats getCacheStr
Updated Live Stats ui to have scroll bars already showing
-
r89
(Changed Font Sizes
Added Each Server to Live Connections Sta...) committed by nerdynick
- Changed Font Sizes
Added Each Server to Live Connections Stats Graph
Changed Font Sizes
Added Each Server to Live Connections Stats Graph
-
r88
(Added Live Connection Stats Monitor) committed by nerdynick
- Added Live Connection Stats Monitor
Added Live Connection Stats Monitor
-
r87
(Added Ignore
Finished the Thread Loop and Toggle in the Live...) committed by nerdynick
- Added Ignore
Finished the Thread Loop and Toggle in the Live Stats Watcher.
Added Ignore
Finished the Thread Loop and Toggle in the Live Stats Watcher.
-
r86
(Resolved Confilt in MemcachedManager.py
Added Total Threads ...) committed by nerdynick
- Resolved Confilt in MemcachedManager.py
Added Total Threads to Cache Info
Added Threads to Server Info
Added Support for Threads in stats
Resolved Confilt in MemcachedManager.py
Added Total Threads to Cache Info
Added Threads to Server Info
Added Support for Threads in stats
-
r85
(Removed un needed items
Fixed some minor graphics problems) committed by nerdynick
- Removed un needed items
Fixed some minor graphics problems
Removed un needed items
Fixed some minor graphics problems
-
-
r84
(Finished Tree Context Menus) committed by nerdynick
- Finished Tree Context Menus
Finished Tree Context Menus
-
r83
(Increased size of window to support Mac padding
Fixed bug wi...) committed by nerdynick
- Increased size of window to support Mac padding
Fixed bug with Matplotlib where the graphs would be draw in popups
Fixed feature to allow for Windows users save data to be stored in there homepath
Increased size of window to support Mac padding
Fixed bug with Matplotlib where the graphs would be draw in popups
Fixed feature to allow for Windows users save data to be stored in there homepath
-
r82
(Fixed Division by Zer0 problems with Stats
Fixed bugs with s...) committed by nerdynick
- Fixed Division by Zer0 problems with Stats
Fixed bugs with saving graphs
Fixed Division by Zer0 problems with Stats
Fixed bugs with saving graphs
-
r81
(Rebuilt MainWindow as the CSS managed to get into it.
Prefer...) committed by nerdynick
- Rebuilt MainWindow as the CSS managed to get into it.
Preferences now save to ~/.MemcachedManager for Linux/Unix/Mac. Windows will still save to your CWD.
Rebuilt MainWindow as the CSS managed to get into it.
Preferences now save to ~/.MemcachedManager for Linux/Unix/Mac. Windows will still save to your CWD.
-
r80
(Removed New CSS Layout for now. Styles are stored in MainWin...) committed by nerdynick
- Removed New CSS Layout for now. Styles are stored in MainWindow.css for now.
Fixed bug #337826. Memcache Client not closing connections when task is done.
Removed Add Cluster/Server button from main window
Removed Cluster/Server menu items in favor of only having TreeView. This does require the Context
Menu to need to be completed as you can not delete clusters/servers right now.
Removed/Commented out all code from Menu Items/Main Windows Dialog button.
Removed New CSS Layout for now. Styles are stored in MainWindow.css for now.
Fixed bug #337826. Memcache Client not closing connections when task is done.
Removed Add Cluster/Server button from main window
Removed Cluster/Server menu items in favor of only having TreeView. This does require the Context
Menu to need to be completed as you can not delete clusters/servers right now.
Removed/Commented out all code from Menu Items/Main Windows Dialog button.
-
r79
(Getting ride of the GUI folder in favor of each *.ui being n...) committed by nerdynick
- Getting ride of the GUI folder in favor of each *.ui being next to the *.pyc file. Should reduce
complications later.
Also started redesign of the new Black/white GUI interface.
Getting ride of the GUI folder in favor of each *.ui being next to the *.pyc file. Should reduce
complications later.
Also started redesign of the new Black/white GUI interface.
-
r78
(Started work on Deb Build scripts.) committed by nerdynick
- Started work on Deb Build scripts.
Started work on Deb Build scripts.
-
-
r77
(Added some comments to help with delopment by others) committed by nerdynick
- Added some comments to help with delopment by others
Added some comments to help with delopment by others
-
r76
(Fixed Bug with Cluster Deletes) committed by nerdynick
- Fixed Bug with Cluster Deletes
Fixed Bug with Cluster Deletes
-
r75
(Condenced Add Server and Add Cluster Dialogs into 1 main dia...) committed by nerdynick
- Condenced Add Server and Add Cluster Dialogs into 1 main dialog
Condenced Add Server and Add Cluster Dialogs into 1 main dialog
-
r74
(Finished the Pref Panel for now
Added Auto Refresh Interval ...) committed by nerdynick
- Finished the Pref Panel for now
Added Auto Refresh Interval to Pref Panel
Added Auto Refresh on Tab Change to Pref Panel
Changed the Default Buttons for Dialogs
Increased the max string size on IP Address field to 255 to allow for domains instead of just IP's
Made the stats panel start listening to the Auto Refresh on Tab Change
Finished the Pref Panel for now
Added Auto Refresh Interval to Pref Panel
Added Auto Refresh on Tab Change to Pref Panel
Changed the Default Buttons for Dialogs
Increased the max string size on IP Address field to 255 to allow for domains instead of just IP's
Made the stats panel start listening to the Auto Refresh on Tab Change
-
-
-
-
-
r70
(Fixed a few bugs in Tabs.Stats
Started Preferences Windows
U...) committed by nerdynick
- Fixed a few bugs in Tabs.Stats
Started Preferences Windows
Updated Settings to handle the new preferences options
Added Support for Changing Graph Colors to Pref Window
Fixed a few bugs in Tabs.Stats
Started Preferences Windows
Updated Settings to handle the new preferences options
Added Support for Changing Graph Colors to Pref Window
-
r69
(Migrated all Dialogs into 1 core package of Dialogs) committed by nerdynick
- Migrated all Dialogs into 1 core package of Dialogs
Migrated all Dialogs into 1 core package of Dialogs
-
r68
(Split off Slabs and Stats Tabs) committed by nerdynick
- Split off Slabs and Stats Tabs
Split off Slabs and Stats Tabs
-
r67
(Started Spliting Tabs into seperate modules
Split off Manage...) committed by nerdynick
- Started Spliting Tabs into seperate modules
Split off Management Task into own Module
Started Spliting Tabs into seperate modules
Split off Management Task into own Module
-
r66
(Change Percentage complete numbers around in Stats Tab) committed by nerdynick
- Change Percentage complete numbers around in Stats Tab
Change Percentage complete numbers around in Stats Tab
-
r65
(Changed Color Set Again. Colors are a hard thing to match) committed by nerdynick
- Changed Color Set Again. Colors are a hard thing to match
Changed Color Set Again. Colors are a hard thing to match
-
r64
(Trying a different color set) committed by nerdynick
- Trying a different color set
Trying a different color set
-
r63
(Changed Labels to include Free/User instead of just F/U
Incr...) committed by nerdynick
- Changed Labels to include Free/User instead of just F/U
Increased Graph Sizes
Added a different color set for cache graph
Changed Labels to include Free/User instead of just F/U
Increased Graph Sizes
Added a different color set for cache graph
-
r62
(Changed Cache Usage Labels to be F-{Server Number} U-{Sever ...) committed by nerdynick
- Changed Cache Usage Labels to be F-{Server Number} U-{Sever Number} to make it easier to pair counts
together
Changed Cache Usage Labels to be F-{Server Number} U-{Sever Number} to make it easier to pair counts
together
-
r61
(Added Multi Colors to the Cache Usage Graph) committed by nerdynick
- Added Multi Colors to the Cache Usage Graph
Added Multi Colors to the Cache Usage Graph
-
r60
(Added Icons to Servers Menu) committed by nerdynick
- Added Icons to Servers Menu
Added Icons to Servers Menu
|