6
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacOSにhping3をインストール

Last updated at Posted at 2014-09-02

#Macへhping3 インストール

何かと便利なpingツール

##インストール

###Xcode
free版で問題ない
https://developer.apple.com/xcode/downloads/

xcode-select --install

###MacPorts
pkgをダウンロードして入れる

パス適用

vim .bash_profile
---
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export MANPATH=/opt/local/share/man:/opt/local/man:$MANPATH
---

source .bash_profile

アップデート リスト更新

sudo port selfupdate
sudo port sync

###hping3

sudo port install hping3
hping3 -v
hping version 3.0.0-alpha-1 ($Id: release.h,v 1.4 2004/04/09 23:38:56 antirez Exp $)
6
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?