{"id":75104,"library":"illumos-go-kstat","title":"Illumos Go Kstat","description":"Package kstat provides a Go interface to the Solaris/OmniOS kstat system for user-level access to kernel statistics.","status":"active","version":"0.0.0-20210513183136-173c9b0a9973","language":"go","source_language":null,"source_url":"https://github.com/illumos/go-kstat","tags":["kstat","solaris","omnios","kernel","statistics"],"install":[{"cmd":"go get github.com/illumos/go-kstat","lang":"bash","label":"Install github.com/illumos/go-kstat"}],"dependencies":[],"imports":[{"symbol":"kstat","correct":"github.com/illumos/go-kstat"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/illumos/go-kstat\"\n)\n\nfunc main() {\n\ttoken, err := kstat.Open()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer token.Close()\n\tfmt.Println(token)\n}","lang":"go","description":"Opens a kstat token and prints it."},"warnings":[{"fix":"Use external synchronization (e.g., mutex) when accessing from multiple goroutines.","message":"This package is not goroutine-safe; concurrent access may cause data races.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'access':19 'go':2,8 'illumo':1 'interfac':9 'kernel':21,26 'kstat':3,5,13,23 'level':18 'omnio':25 'packag':4 'provid':6 'solari':24 'solaris/omnios':12 'statist':22,27 'system':14 'user':17 'user-level':16","created_at":"2026-06-17T19:12:24.699804+00:00","updated_at":"2026-06-17T19:12:24.699804+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/illumos/go-kstat","github":"https://github.com/illumos/go-kstat","docs":"https://pkg.go.dev/github.com/illumos/go-kstat#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}