Comment
Author: Admin | 2025-04-28
The data. If the description contains more than one word, you must enclose the description in quotes. A description is optional.cumulus@switch:~$ nv action schedule system telemetry hft job 2024-07-17 10:00:00 duration 30 profile profile1 ports swp1s0-swp9s0 description "bandwidth profiling"Action executing ...Job schedule successfull.HFT job schedule successful: job-id 1Action succeededYou can specify now for the date and/or time to configure the current date and time of day. The following example configures profile2 to start today at 10:00:00, run for 30 seconds, and collect data on swp2s0.cumulus@switch:~$ nv action schedule system telemetry hft job now 10:00:00 duration 30 profile profile2 ports swp2s0Action executing ...Job schedule successfull.HFT job schedule successful: job-id 2Action succeededThe following example configures profile2 to start immediately, run for 30 seconds, and collect data on swp2s0.cumulus@switch:~$ nv action schedule system telemetry hft job now now duration 30 profile profile2 ports swp2s0Action executing ...Job schedule successfull.HFT job schedule successful: job-id 2Action succeededJob Management ToolThe following example configures profile1 to start on 2024-07-17 at 10:00:00, run for 30 seconds, and collect data on swp1s0 through swp9s0.Specify the date and time in YYYY-MM-DD-HH:MM:SS format.cumulus@switch:~$ cl-hft-tool job-schedule --time 2024–07-17-10:00:00 --duration 30 --profile profile1 --ports swp1s0-swp9s0 You can provide a short reason why you are collecting the data. If the description contains more than one word, you must enclose the description in quotes. A description is optional.cumulus@switch:~$ cl-hft-tool job-schedule --time 2024–07-17-10:00:00 --duration 30 --profile profile1 --ports swp1s0-swp9s0 --description "bandwidth profiling"Cancel Data CollectionYou can cancel a specific or all data collection jobs, or a specific or all jobs for a profile.NVUE CommandsTo cancel a scheduled telemetry job, run the nv action cancel system telemetry hft job profile command. Run the nv show system telemetry hft job command to see the list of job IDs.The following example cancels all jobs for profile profile1:cumulus@switch:~$ nv action cancel system telemetry hft job all profile profile1Action executing ...Action succeededThe following example cancels job 6:cumulus@switch:~$ nv action cancel system telemetry hft job 6Action executing ...Action succeededJob Management ToolTo cancel a scheduled telemetry job, run the cl-hft-tool job-cancel --job command.The following example cancels job 6:cumulus@switch:~$ cl-hft-tool job-cancel --job 6Show Session InformationTo show a summary of high frequency telemetry configuration and data:cumulus@switch:~$ nv show system telemetry hftprofile========== Profile traffic-class counter sample-interval ------------- ------------- ------------ --------------- standard 3 rx-byte 5000 tc-occupancy tx-byte user_profile1 0 rx-byte 1000 1 tc-occupancy 2 tx-bytejob====== Job Counter duration sample-interval Start Time Traffic Class Status Description --- ---------------------------- -------- --------------- -------------------- ------------- --------- ----------- 1 tx-byte,rx-byte,tc-occupancy 20 5000 2024-07-30T05:34:23Z 3 completed NA 2 tx-byte,rx-byte,tc-occupancy 20 1000 2024-07-30T05:35:17Z 0-2 completed NA...To show the high frequency telemetry profiles configured on the switch:cumulus@switch:~$ nv show system telemetry hft profileProfile traffic-class counter sample-interval------------- ------------- ------------ ---------------standard 3 rx-byte 5000 tc-occupancy tx-byteuser_profile1 0 rx-byte 1000
Add Comment