Project

General

Profile

Actions

Feature #6792

closed

request for easier system properties access

Added by rogerdpack (Roger Pack) over 11 years ago. Updated about 6 years ago.

Status:
Feedback
Assignee:
-
Target version:
-
[ruby-core:46773]

Description

Before I forget about it, it would be nice for Ruby to have some way to access certain system properties more easily:
require 'os'

OS.bits
=> 32
OS.windows?
=> false
OS.rss_bytes
=> 123456
OS.cpu_count
=> 5

So this is a request for a helper class for such.
Ex: https://github.com/rdp/os

Updated by naruse (Yui NARUSE) over 11 years ago

  • Status changed from Open to Feedback

Write more concrete proposal.

Actions #2

Updated by mame (Yusuke Endoh) over 11 years ago

  • Target version set to 2.6
Actions #3

Updated by naruse (Yui NARUSE) about 6 years ago

  • Target version deleted (2.6)
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0