adding the k to a variable

I need to convert my queues to k vs bytes.

I’m sure it something stupid, how do I add that?

So i figured it out.. of course..

:global elseup (((($upspeed*$emu)/100)/1024).“k”);

This will use the upspeed times it by the EMU in this case 5, or 5%, divide that by 100 to get 5% of the upseed, then divide that by 1024 to covert to k, then use the .“k” to add the k at the end, then this variable can be set in the queues :slight_smile:

why do you need the ‘k’? O_o

p.s. k = 1000, not 1024
Ki = 1024