Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi harshitgupta, Can you please explain how can we add new tuple scheduling policy ? #25

Open
HinaRafique opened this issue Jan 20, 2019 · 6 comments

Comments

@HinaRafique
Copy link

Hi Mukhtar. I apologize for the late reply. In iFogSim, there are 2 levels
of task scheduling.

  1. Scheduling applications among fog devices : You implement an
    application module placement policy and decide which fog device will hold
    what application modules.
  2. Scheduling applications hosted on same device : You implement a Vm
    scheduling policy that decides which application module running on a device
    will receive what amount of resources of the fog node at any given time.
  3. Scheduling tuples on a given application module : You implement a
    Tuple scheduling policy that decides how much of resources of an
    application module should be given to a given tuple executing on the
    application module.

To reduce energy consumption, you may want to do the following :

  1. Consolidate computation on a smaller number of fog devices so that
    fewer fog devices are active and thus spending energy,
  2. Reduce the amount of data transmitted over network. Network
    transmission also consumes energy , though IT HAS NOT BEEN MODELED IN
    FOGSIM YET.
  3. Design application placement policies that select energy efficient
    devices more than energy inefficient ones

Please let me know if you need any specific details. I hope this helps.

On Fri, Aug 25, 2017 at 10:01 AM, mukhtarEdris [email protected]
wrote:

Dear Harshit Gupta and Chiamcy,
I would like to know where I can add my code for task scheduling and what
is your suggestion if my objective is to reduce energy consumption in fog
devices
Can you help me please by sharing some ideas?

Thanks in advance!


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#5 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADjC4KOxAhC4Ubqm0DL7BMYO8nLN0yS6ks5sbtOdgaJpZM4Nv8yP
.

--
With regards,

HARSHIT GUPTA
PhD Student
Embedded Pervasive Laboratory
Georgia Institute of Technology
Atlanta, GA 30332.
+1 (404) 512-9792
[email protected]

Originally posted by @harshitgupta1337 in #5 (comment)

@HinaRafique HinaRafique changed the title Hi Mukhtar. I apologize for the late reply. In iFogSim, there are 2 levels Hi harshitgupta, Can you please explain how can we add new tuple scheduling policy ? Jan 20, 2019
@syedrizwanhassan
Copy link

@HinaRafique

Madam, I need help please if you can tell me how to contact you.

Thanks

@pushkal00
Copy link

Could anyone please help in getting more information regarding tuple scheduling in ifogsim. There are a lots of articles related to ModulePlacement, but I don't find anything significant for tuple scheduling ?

@pushkal00
Copy link

is Tuple Scheduling based on priority of the task is even possible in iFogSim. If yes, Please provide some useful info.

@ShubhamTripathi1
Copy link

is Tuple Scheduling based on priority of the task is even possible in iFogSim. If yes, Please provide some useful info.

Could anyone please help in getting more information regarding tuple scheduling in ifogsim. There are a lots of articles related to ModulePlacement, but I don't find anything significant for tuple scheduling ?

If you have found it could you share ?

@pushkal00
Copy link

No Bro. I haven't done it yet. Its in process, don't know how much time it may take.

@fath004
Copy link

fath004 commented May 30, 2022

Pushkal00

Could anyone please help in getting more information regarding tuple scheduling in ifogsim. There are a lots of articles related to ModulePlacement, but I don't find anything significant for tuple scheduling ?
Hi
Did you figure out how to schedule a tuple in ifogsim ?!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants