[Glass] Some more easy stats printing or production tools?
Richard Sargent via Glass
glass at lists.gemtalksystems.com
Tue Jun 9 10:44:36 PDT 2015
GLASS mailing list wrote
> Mariano,
>
> Great idea!
>
> I took a look at the `gs` command in tODE and here are a couple of more
> things that you could provide:
>
> System gemConfigurationReport.
> System stoneConfigurationReport.
> System clientVersionReport.
> System clientVersionReport.
> System clientVersionReport.
Man! You really want that clientVersionReport!!!
:-)
> "The following provides a desription for the current gemstone gem.
> `System currentSessions` provides
> list of all sessionIds in system, so you could also generate a
> table of all sessions and their description"
>
> | sessionId ar |
> sessionId := System session.
> ar := System descriptionOfSession: sessionId.
> ^ Dictionary new
> at: #'userProfile' put: (ar at: 1);
> at: #'gemPid' put: (ar at: 2);
> at: #'gemHost' put: (ar at: 3);
> at: #'gemPrimitiveNumber' put: (ar at: 4);
> at: #'mostRecentTransactionTime' put: (ar at: 5);
> at: #'sessionState' put: (ar at: 6);
> at: #'transactionMode' put: (ar at: 7);
> at: #'onOldestCommitRecord' put: (ar at: 8);
> at: #'sessionSerialNumber' put: (ar at: 9);
> at: #'sessionId' put: (ar at: 10);
> at: #'gciHostIP' put: (ar at: 11);
> at: #'sessionPriority' put: (ar at: 12);
> at: #'gciUniqueHostId' put: (ar at: 13);
> at: #'mostRecetStoneRequest' put: (ar at: 14);
> at: #'sessionLoginTime' put: (ar at: 15);
> at: #'systemCommitsSinceSessionView' put: (ar at: 16);
> at: #'systemDescription' put: (ar at: 17);
> at: #'numTempObjIds' put: (ar at: 18);
> at: #'numTempPageIds' put: (ar at: 19);
> at: #'sessionVoteState' put: (ar at: 20);
> yourself
>
> Dale
>
> On 06/09/2015 09:46 AM, Mariano Martinez Peck via Glass wrote:
>> Hi guys,
>>
>> I am adding some WEB tools for those users which are very admin or
>> developers to my app. So far I added WAObjectLog and now a simple
>> component that renders the result of "(Smalltalk at:
>> #SystemRepository) fileSizeReport. "
>> I wonder which other kind of easy stats or production tool I might be
>> missing.
>> If there is something else that could be of use to me, please let me
>> know. I want to provide as much as possible I have at hand for a small
>> amount of effort, to my admin users.
>>
>> Thanks in advance,
>>
>> --
>> Mariano
>> http://marianopeck.wordpress.com
>>
>>
>> _______________________________________________
>> Glass mailing list
>>
> Glass at .gemtalksystems
>> http://lists.gemtalksystems.com/mailman/listinfo/glass
>
>
> _______________________________________________
> Glass mailing list
> Glass at .gemtalksystems
> http://lists.gemtalksystems.com/mailman/listinfo/glass
--
View this message in context: http://forum.world.st/Some-more-easy-stats-printing-or-production-tools-tp4831238p4831259.html
Sent from the GLASS mailing list archive at Nabble.com.
More information about the Glass
mailing list