DEV Community

Alfonso Siciliano
Alfonso Siciliano

Posted on • Edited on • Originally published at alfonsosiciliano.gitlab.io

2 2

sysctlview 2.1

sysctlview is a graphical sysctl MIB explorer for FreeBSD, each object represents a parameter of the kernel, sysctlview can show the properties of an object and get or set its value.

New version improvements:

Click a column title to sort, example with "Name" column:

Added Handler entry (kernel function pointer to get or set a value) can be Defined or Undefined. It is useful to know if an object has a value and because the OID of a node with a Defined handler can be extended to pass an input.

And...

CHANGELOG

2021-03-12 version 2.1

  * update: sysctl library to sysctlmibinfo2 2.0.1
  * update: menu link "Help -> Handbook"
  * update: handle NEEDGIANT like a normal flag
  * update: menu "Help -> Flags"
  * update: manual DESCRIPTION
  * update: menu "Help -> FAQ"
  * add: sort trees clicking column title
  * add: "[CLICK TO SHOW]" for value of a SKIP object
  * add: Handler entry in ObjectWindow
  * add: opaque format S,pagesizes
  * fix: indent menu "Help -> About -> License"
  * fix: delete CTLMASK_SECURE
  * delete: license.h, merged with mainwindow.cc
Enter fullscreen mode Exit fullscreen mode

To install the port (deskutils/sysctlview):

# cd /usr/ports/deskutils/sysctlview/ && make install clean
Enter fullscreen mode Exit fullscreen mode

To add the package:

# pkg install sysctlview
Enter fullscreen mode Exit fullscreen mode

To know more: https://gitlab.com/alfix/sysctlview

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay