Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ Suggestions
➜ Debug Summary additions
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Bast
(78 posts) Bio
|
| Date
| Sat 27 Aug 2011 10:14 PM (UTC) |
| Message
| Can we get a couple of things added to the Debug summary.
The total time that mushclient has been running
If you can get to it, how much memory MUSH thinks it is using
Also, how much memory each plugin is using
Anyone else want to add something?
|
Bast
Scripts: http://github.com/endavis | | Top |
|
| Posted by
| Nick Gammon
Australia (23,165 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Sat 27 Aug 2011 11:07 PM (UTC) |
| Message
| | The memory stuff is quite hard to do. However I added some durations to the next version. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| Fiendish
USA (2,541 posts) Bio
Global Moderator |
| Date
| Reply #2 on Sun 28 Aug 2011 03:14 AM (UTC) |
| Message
| | The memory stuff per plugin could be gotten from Lua...uhh...maybe. Depending on how accurate the garbage collector's memory report is. |
https://github.com/fiendish/aardwolfclientpackage | | Top |
|
| Posted by
| Bast
(78 posts) Bio
|
| Date
| Reply #3 on Sun 28 Aug 2011 01:52 PM (UTC) Amended on Sun 28 Aug 2011 05:24 PM (UTC) by Bast
|
| Message
| Yeah. All my plugins report it. Type 'plugins' if you are using any of my stuff.
If you want memory usage for any other plugin to appear, just add this function:
function getmemoryusage()
return collectgarbage('count')
end
|
Bast
Scripts: http://github.com/endavis | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
15,998 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top