Skip to content

Instantly share code, notes, and snippets.

@xakrume
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save xakrume/3a8764dac77b3ebdba05 to your computer and use it in GitHub Desktop.

Select an option

Save xakrume/3a8764dac77b3ebdba05 to your computer and use it in GitHub Desktop.
# Install htop under SmartOS on Global Zone
#
pkgin -y in htop
mkdir /system/lxproc
mount -F lxproc lxproc /system/lxproc
echo "lxproc - /system/lxproc lxproc - yes -" >> /etc/vfstab
htop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment