New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Build Agents and Models on One Platform
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
A bash-Script to collect metrics from a Linux system.
...Check the documentation in the script file.
The following information gets collected:
>> output from vmstat
>> netstat tcp states and established connections
>> information from /proc/fd
>> jstat -gc output
>> jstat -class output
>> CPU%, MEM% and ThreadCount from top and ps-command
>> disk usage for each mounted device from df-command
It's a integrated performance analysis tool with GUI,
which is integrated with various utilities such as strace, Gcov, Gprof, proc etc which are open released and are for analyzing performance of linux system
Simple tool to parse the contents of /proc or /sys entries and graph their values. An oscillosope for software types. Intended for developers, admins or the curious to understand the performance and behaviour of their systems.