Giter VIP home page Giter VIP logo

vms-laxdriver's Introduction

vms-laxdriver

OpenVMS Load Average eXtended device driver (LAX0:), written in C, using fixed-point arithmetic.

This driver is designed after the original LAVDRIVER, provided for reference in the orig-src directory. The major differences are that it's now much smaller, because it's written in C instead of VAX MACRO, and it returns the values as 32-bit integers with a 14-bit scaling factor, instead of as VAX F_floating values.

Another difference from LAVDRIVER is that the load averages are not divided by the number of active CPUs, but reflect the total number of processes actively running or ready to run. This matches UNIX getloadavg() behavior.

Loading the driver works the same way as LAVDRIVER. From a DCL script:

$ Run SYS$SYSTEM:SYSMAN
IO Load LAXDRIVER
IO Connect LAX0 /NoAdapter/Driver=LAXDRIVER
exit

Be sure to specify the path to LAXDRIVER if you haven't copied it to SYS$COMMON:[SYS$LDR]. Use the same commands to load it interactively, but without typing the "$" (you do need to keep the "$" where I've placed them if you paste it into a DCL startup script).

vms-laxdriver's People

Contributors

jhamby avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

sysman-one

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.