You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/04/20 15:36:59 UTC

[jira] Created: (FELIX-2291) Show available number of processors on the System Information page

Show available number of processors on the System Information page
------------------------------------------------------------------

                 Key: FELIX-2291
                 URL: https://issues.apache.org/jira/browse/FELIX-2291
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
    Affects Versions: webconsole-3.0.0
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: webconsole-3.0.2


The Runtime.availableProcessors() method provides the number of processors available to the Java VM. It would be helpful to expose this number on the System Information page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (FELIX-2291) Show available number of processors on the System Information page

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned FELIX-2291:
----------------------------------------

    Assignee: Valentin Valchev  (was: Felix Meschberger)

May I ask you to provide the bulgarian translation for this new property:

      vmstat.processors=Number of Processors

Thanks alot.

> Show available number of processors on the System Information page
> ------------------------------------------------------------------
>
>                 Key: FELIX-2291
>                 URL: https://issues.apache.org/jira/browse/FELIX-2291
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Felix Meschberger
>            Assignee: Valentin Valchev
>             Fix For: webconsole-3.0.2
>
>
> The Runtime.availableProcessors() method provides the number of processors available to the Java VM. It would be helpful to expose this number on the System Information page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (FELIX-2291) Show available number of processors on the System Information page

Posted by "Valentin Valchev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Valchev reassigned FELIX-2291:
---------------------------------------

    Assignee: Felix Meschberger  (was: Valentin Valchev)

> Show available number of processors on the System Information page
> ------------------------------------------------------------------
>
>                 Key: FELIX-2291
>                 URL: https://issues.apache.org/jira/browse/FELIX-2291
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.2
>
>
> The Runtime.availableProcessors() method provides the number of processors available to the Java VM. It would be helpful to expose this number on the System Information page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2291) Show available number of processors on the System Information page

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858880#action_12858880 ] 

Felix Meschberger commented on FELIX-2291:
------------------------------------------

Implemented this additional information in Rev. 935915.

> Show available number of processors on the System Information page
> ------------------------------------------------------------------
>
>                 Key: FELIX-2291
>                 URL: https://issues.apache.org/jira/browse/FELIX-2291
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.2
>
>
> The Runtime.availableProcessors() method provides the number of processors available to the Java VM. It would be helpful to expose this number on the System Information page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2291) Show available number of processors on the System Information page

Posted by "Valentin Valchev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858930#action_12858930 ] 

Valentin Valchev commented on FELIX-2291:
-----------------------------------------

BG locale committed.

Btw, Runtime.availableProcessors() is not available in JDK1.3 or OSGi/Minimum-1.0 Execution Environment.



> Show available number of processors on the System Information page
> ------------------------------------------------------------------
>
>                 Key: FELIX-2291
>                 URL: https://issues.apache.org/jira/browse/FELIX-2291
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Felix Meschberger
>            Assignee: Valentin Valchev
>             Fix For: webconsole-3.0.2
>
>
> The Runtime.availableProcessors() method provides the number of processors available to the Java VM. It would be helpful to expose this number on the System Information page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2291) Show available number of processors on the System Information page

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859021#action_12859021 ] 

Felix Meschberger commented on FELIX-2291:
------------------------------------------

> Runtime.availableProcessors() is not available in JDK1.3 or OSGi/Minimum-1.0 Execution Environment. 

Good point. Will try-catch the call and set a value of n/a if the method is not available.

> Show available number of processors on the System Information page
> ------------------------------------------------------------------
>
>                 Key: FELIX-2291
>                 URL: https://issues.apache.org/jira/browse/FELIX-2291
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.2
>
>
> The Runtime.availableProcessors() method provides the number of processors available to the Java VM. It would be helpful to expose this number on the System Information page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-2291) Show available number of processors on the System Information page

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-2291.
--------------------------------------

    Resolution: Fixed

Added the try-catch guard around the Runtime.availableProcessors() method in Rev. 936174

This should now resolve this issue. Please reopen if the guard does not work. Thanks.

> Show available number of processors on the System Information page
> ------------------------------------------------------------------
>
>                 Key: FELIX-2291
>                 URL: https://issues.apache.org/jira/browse/FELIX-2291
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.2
>
>
> The Runtime.availableProcessors() method provides the number of processors available to the Java VM. It would be helpful to expose this number on the System Information page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.