Browse Community
Help
Log In
Responses(7)
Solutions(1)
MarcinLub
4 Posts
0
March 16th, 2023 01:00
cpu usage you can get by command "isi statistics system --nodes all"memory usage you can get by command "isi_for_array -s "vmstat""
macyero
1 Rookie
•
79 Posts
March 8th, 2023 04:00
Thank you for the commands. I definietly need these later for when I need to get the overall configuration on each node.Currently I am looking to get whats in use if thats possible
cadencep45
3 Apprentice
318 Posts
something like ?
isi_for_array isi_hw_status | grep RAM
isi_for_array isi_hw_status | grep CPU:
gives physical config rather than use ?
March 9th, 2023 07:00
insightiq can provide that info
http://doc.isilon.com/ECS/3.1/MonitoringGuide/ecs_t_monitor_process.html
there is both a REST API and cli to extract info. See https://www.dell.com/support/manuals/en-us/isilon-insightiq/iiq_pub_insightiq_user_guide/introduction-to-insightiq?guid=guid-f3ba79ec-afe4-4749-a0d6-314c6b866113&lang=en-us
March 9th, 2023 08:00
Would this require creating a new container on AWS and having a CloudPool license on Isilon?
Thanks,
dynamox
9 Legend
20.4K Posts
March 10th, 2023 11:00
What would require an "AWS container" and CloudPools license? You don't need any special licenses to pull node CPU/Memory utilization.
March 21st, 2023 08:00
Thank you, That is exactly what I am looking for.
Dell Support Resources
View All
Top
MarcinLub
4 Posts
0
March 16th, 2023 01:00
cpu usage you can get by command "isi statistics system --nodes all"
memory usage you can get by command "isi_for_array -s "vmstat""
macyero
1 Rookie
•
79 Posts
0
March 8th, 2023 04:00
Thank you for the commands. I definietly need these later for when I need to get the overall configuration on each node.Currently I am looking to get whats in use if thats possible
cadencep45
3 Apprentice
•
318 Posts
0
March 8th, 2023 04:00
something like ?
isi_for_array isi_hw_status | grep RAM
isi_for_array isi_hw_status | grep CPU:
gives physical config rather than use ?
cadencep45
3 Apprentice
•
318 Posts
0
March 9th, 2023 07:00
insightiq can provide that info
http://doc.isilon.com/ECS/3.1/MonitoringGuide/ecs_t_monitor_process.html
there is both a REST API and cli to extract info. See https://www.dell.com/support/manuals/en-us/isilon-insightiq/iiq_pub_insightiq_user_guide/introduction-to-insightiq?guid=guid-f3ba79ec-afe4-4749-a0d6-314c6b866113&lang=en-us
macyero
1 Rookie
•
79 Posts
0
March 9th, 2023 08:00
Would this require creating a new container on AWS and having a CloudPool license on Isilon?
Thanks,
dynamox
9 Legend
•
20.4K Posts
0
March 10th, 2023 11:00
What would require an "AWS container" and CloudPools license? You don't need any special licenses to pull node CPU/Memory utilization.
macyero
1 Rookie
•
79 Posts
0
March 21st, 2023 08:00
Thank you, That is exactly what I am looking for.