Commit Graph

116 Commits (e364a40c4705aa6a4e383a4175f7402106c66a37)

Author SHA1 Message Date
Ross Smith II e364a40c47
docs: fix typo
Simon Frei 72d4813f24
use rest syntax not markdown
shirou fd963e2e16 remove circleci, change to use go 1.13 for testing.
and badge.
shirou 99de861280 [v3] update README
shirou 09af60d248 [v3 migration] add more changelog and README.
shirou 10a398abdd add RISC-V and DragonFlyBSD to partial support.
shirou 392f368142 add HOST_DEV environment variable to README.
likerj 2ae2e5bda0
add HOST_RUN config description
there are five system environment variable can be config in common/common.go
shirou 4a5a3cb6da add created_time on Windows to README
David Naylor 414c76f159 [process][linux] Export process page fault info
Add a function for retrieving page fault counts from /proc/[pid]/stat on
Linux.
Ofek Lev 038eb06288
fix link
Ofek Lev 0f8edaa97e address review
shirou 543a05cce0 fix psutil URL.
Marco Pfatschbacher 5476f100bc mark net_connections as supported for OpenBSD
Marco Pfatschbacher 1ca44eace9 fix typo
shirou 48fc561289 add HOST_VAR to README
shirou 232ceb4667 update README.
shirou a6cc94f428 update README about thread and cmdline.
Daniel Lynn e5a4a82a13 Update README / required go version
Adding the `context` package import in 3834908232 bumps the required go version to 1.7.
WAKAYAMA Shirou 906b00fc23 add features to README. Thank you for all of great contributors!
WAKAYAMA Shirou ad1f130d0f update README about golang 1.8 is required.
James Nugent a34d626e17 Update README.rst for Solaris VirtualMemory support
James Nugent ae1d4ba818 Update README.md for Solaris package Host support
WAKAYAMA Shirou d8bc9ca755 fix README table.
James Nugent 43c8d3f5f9 Update README.rst to reflect addition of Solaris
Simarpreet Singh 5a4c90ad5f cpu: Expose CPU microcode information
This commit exposes the CPU microcode information.

Signed-off-by: Simarpreet Singh <simar@opendns.com>
Sean Chittenden 955821b5ab
Add Go-native structs for Darwin/386 and FreeBSD/arm
Shirou WAKAYAMA 061b699a97 Add OpenBSD to README (Thank you @mpfz0r)
Shirou WAKAYAMA a63900a44b update README about taging.
Shirou WAKAYAMA 4bab832fc5 fix broken CurrentStatus table.
Matt Singletary 072f1a3574 Fix typo
misspelling of family in 'platformfamiliy'
Zdenek Styblik c184d5359e Fix typos in README.rst
Commit fixes some typos in README.rst
shirou 6e9b0bbb1b Merge pull request #197 from shirou/process/add_memory_windows
Process/add memory windows
Huy Giang 7bf614d799 make 'alternative location' in Usage section more readable
Shirou WAKAYAMA 7b991b8135 add `requirement` to README.rst.
WAKAYAMA Shirou ba34a3af8c [process]windows: add IO counters and fix CreateTime
Shirou WAKAYAMA 1cc575dae3 remove gopkg.in from README.
Shirou WAKAYAMA da89408631 Merge branch 'master' into v2
WAKAYAMA shirou 37d8908841 [process]freebsd: implementes proceess.Nice()
Shirou WAKAYAMA 4bb84648bf JSON representation is renamed to fit Google JSON style, camelCase.
Shirou WAKAYAMA be06a94d44 fix the gopkgin versioning on README.
Shirou WAKAYAMA 70ba28090d add version 2 breaking change notification to README.
Shirou WAKAYAMA fa3e1cc196 [common]linux: add HostEtc to switch '/etc' See #175.
Shirou WAKAYAMA fe4c9f8ffa change CI status badge to CircleCI.
shirou f58654fa1c Merge pull request #122 from jimmystewpot/add_netfilter
Add nf_conntrack counter support
Cameron Sparr ec692ecfcf Add a godoc badge
James Lamb 5700150054 Updated README.rst and included updated syntax to be more uniform with the other code
Shirou WAKAYAMA dd13300833 process[linux,freebsd,darwin]: implements Children using pgrep.
Nathaniel Cook da832b3f12 add system wide network protocol stats
Daniel Theophanes 69221741e8 cpu: allow override of /sys dir. Fix CPUInfo /proc + cpuinfo combine.